From 72da8c03a41054cef9b6d9ae182e31796429c712 Mon Sep 17 00:00:00 2001 From: Charles Wahome Date: Tue, 8 Nov 2022 18:33:49 +0300 Subject: [PATCH 01/39] change resource signature to support links --- package-lock.json | 1211 +- .../reducers/resources-reducer.spec.ts | 38 +- src/app/utils/resources/resources.json | 685710 +++++++++------ .../resource-explorer/ResourceExplorer.tsx | 3 +- .../resource-explorer/ResourceLink.tsx | 2 +- .../resource-explorer.utils.ts | 24 +- src/types/resources.ts | 9 +- 7 files changed, 422913 insertions(+), 264084 deletions(-) diff --git a/package-lock.json b/package-lock.json index d3472f55b..2d1d85e21 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "graph-explorer-v2", - "version": "6.6.0", + "version": "7.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -1692,15 +1692,6 @@ } } }, - "@fluentui/date-time-utilities": { - "version": "8.5.1", - "resolved": "https://registry.npmjs.org/@fluentui/date-time-utilities/-/date-time-utilities-8.5.1.tgz", - "integrity": "sha512-i8GXoIbPipug5cGZ4Dei0oXu7L4wia6DGMAzvabvSHwTjprbR5YjRrrr4UVtBr9gNx1v4Iv1yeD3XSc8DI9JDg==", - "requires": { - "@fluentui/set-version": "^8.2.1", - "tslib": "^2.1.0" - } - }, "@fluentui/dom-utilities": { "version": "2.2.1", "resolved": "https://registry.npmjs.org/@fluentui/dom-utilities/-/dom-utilities-2.2.1.tgz", @@ -6258,7 +6249,7 @@ "atob-lite": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/atob-lite/-/atob-lite-2.0.0.tgz", - "integrity": "sha512-LEeSAWeh2Gfa2FtlQE1shxQ8zi5F9GHarrGKz08TMdODD5T4eH6BMsvtnhbWZ+XQn+Gb6om/917ucvRu7l7ukw==" + "integrity": "sha1-D+9a1G8b16hQLGVyfwNn1e5D1pY=" }, "autoprefixer": { "version": "10.4.12", @@ -6691,7 +6682,7 @@ "btoa-lite": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/btoa-lite/-/btoa-lite-1.0.0.tgz", - "integrity": "sha512-gvW7InbIyF8AicrqWoptdW08pUxuhq8BEgowNajy9RhiE86fmGAGl+bLKo6oB8QP0CkqHLowfN0oJdKC/J6LbA==" + "integrity": "sha1-M3dm2hWAEhD92VbCLpxokaudAzc=" }, "buffer-crc32": { "version": "0.2.13", @@ -7363,7 +7354,7 @@ "delayed-stream": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", - "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==", + "integrity": "sha1-3zrhmayt+31ECqrgsp4icrJOxhk=", "dev": true }, "depd": { @@ -15977,7 +15968,7 @@ "setimmediate": { "version": "1.0.5", "resolved": "https://registry.npmjs.org/setimmediate/-/setimmediate-1.0.5.tgz", - "integrity": "sha512-MATJdZp8sLqDl/68LfQmbP8zKPLQNV6BIZoIgrscFDQ+RsvK/BxeDQOgyxKKoh0y/8h3BqVFnCqQ/gd+reiIXA==", + "integrity": "sha1-KQy7Iy4waULX1+qbg3Mqt4VvgoU=", "dev": true }, "setprototypeof": { @@ -16132,1112 +16123,156 @@ } } }, - "resolve-from": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", - "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==" - }, - "resolve.exports": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/resolve.exports/-/resolve.exports-1.1.0.tgz", - "integrity": "sha512-J1l+Zxxp4XK3LUDZ9m60LRJF/mAe4z6a4xyabPHk7pvK5t35dACV32iIjJDFeWZFfZlO29w6SZ67knR0tHzJtQ==", - "dev": true - }, - "ret": { - "version": "0.1.15", - "resolved": "https://registry.npmjs.org/ret/-/ret-0.1.15.tgz", - "integrity": "sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg==", - "dev": true + "start-server-and-test": { + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/start-server-and-test/-/start-server-and-test-1.14.0.tgz", + "integrity": "sha512-on5ELuxO2K0t8EmNj9MtVlFqwBMxfWOhu4U7uZD1xccVpFlOQKR93CSe0u98iQzfNxRyaNTb/CdadbNllplTsw==", + "dev": true, + "requires": { + "bluebird": "3.7.2", + "check-more-types": "2.24.0", + "debug": "4.3.2", + "execa": "5.1.1", + "lazy-ass": "1.6.0", + "ps-tree": "1.2.0", + "wait-on": "6.0.0" + }, + "dependencies": { + "debug": { + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.2.tgz", + "integrity": "sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==", + "dev": true, + "requires": { + "ms": "2.1.2" + } + } + } }, - "retry": { - "version": "0.13.1", - "resolved": "https://registry.npmjs.org/retry/-/retry-0.13.1.tgz", - "integrity": "sha512-XQBQ3I8W1Cge0Seh+6gjj03LbmRFWuoszgK9ooCpwYIrhhoO80pfq4cUkU5DkknwfOfFteRwlZ56PYOGYyFWdg==" + "state-local": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/state-local/-/state-local-1.0.7.tgz", + "integrity": "sha512-HTEHMNieakEnoe33shBYcZ7NX83ACUjCu8c40iOGEZsngj9zRnkqS9j1pqQPXwobB0ZcVTk27REb7COQ0UR59w==" }, - "reusify": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz", - "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==" + "statuses": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz", + "integrity": "sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==" }, - "rimraf": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", - "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", + "stream-combiner": { + "version": "0.0.4", + "resolved": "https://registry.npmjs.org/stream-combiner/-/stream-combiner-0.0.4.tgz", + "integrity": "sha1-TV5DPBhSYd3mI8o/RMWGvPXErRQ=", + "dev": true, "requires": { - "glob": "^7.1.3" + "duplexer": "~0.1.1" } }, - "rollup": { - "version": "2.79.1", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.79.1.tgz", - "integrity": "sha512-uKxbd0IhMZOhjAiD5oAFp7BqvkA4Dv47qpOCtaNvng4HBwdbWtdOh8f5nZNuk2rp51PMGk3bzfWu5oayNEuYnw==", + "string-length": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/string-length/-/string-length-4.0.2.tgz", + "integrity": "sha512-+l6rNN5fYHNhZZy41RXsYptCjA2Igmq4EG7kZAYFQI1E1VTXarr6ZPXBg6eq7Y6eK4FEhY6AJlyuFIb/v/S0VQ==", + "dev": true, "requires": { - "fsevents": "~2.3.2" + "char-regex": "^1.0.2", + "strip-ansi": "^6.0.0" } }, - "rollup-plugin-terser": { - "version": "7.0.2", - "resolved": "https://registry.npmjs.org/rollup-plugin-terser/-/rollup-plugin-terser-7.0.2.tgz", - "integrity": "sha512-w3iIaU4OxcF52UUXiZNsNeuXIMDvFrr+ZXK6bFZ0Q60qyVfq4uLptoS4bbq3paG3x216eQllFZX7zt6TIImguQ==", + "string-natural-compare": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/string-natural-compare/-/string-natural-compare-3.0.1.tgz", + "integrity": "sha512-n3sPwynL1nwKi3WJ6AIsClwBMa0zTi54fn2oLU6ndfTSIO05xaznjSf15PcBZU6FNWbmN5Q6cxT4V5hGvB4taw==" + }, + "string-width": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "dev": true, "requires": { - "@babel/code-frame": "^7.10.4", - "jest-worker": "^26.2.1", - "serialize-javascript": "^4.0.0", - "terser": "^5.0.0" + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" }, "dependencies": { - "has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" - }, - "jest-worker": { - "version": "26.6.2", - "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-26.6.2.tgz", - "integrity": "sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==", - "requires": { - "@types/node": "*", - "merge-stream": "^2.0.0", - "supports-color": "^7.0.0" - } - }, - "serialize-javascript": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-4.0.0.tgz", - "integrity": "sha512-GaNA54380uFefWghODBWEGisLZFj00nS5ACs6yHa9nLqlLpVLO8ChDGeKRjZnV4Nh4n0Qi7nhYZD/9fCPzEqkw==", - "requires": { - "randombytes": "^2.1.0" - } - }, - "supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "requires": { - "has-flag": "^4.0.0" - } + "emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "dev": true } } }, - "rst-selector-parser": { - "version": "2.2.3", - "resolved": "https://registry.npmjs.org/rst-selector-parser/-/rst-selector-parser-2.2.3.tgz", - "integrity": "sha1-gbIw6i/MYGbInjRy3nlChdmwPZE=", - "dev": true, - "requires": { - "lodash.flattendeep": "^4.4.0", - "nearley": "^2.7.10" - } - }, - "run-parallel": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", - "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==", + "string.prototype.matchall": { + "version": "4.0.7", + "resolved": "https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.0.7.tgz", + "integrity": "sha512-f48okCX7JiwVi1NXCVWcFnZgADDC/n2vePlQ/KUCNqCikLLilQvwjMO8+BHVKvgzH0JB0J9LEPgxOGT02RoETg==", "requires": { - "queue-microtask": "^1.2.2" + "call-bind": "^1.0.2", + "define-properties": "^1.1.3", + "es-abstract": "^1.19.1", + "get-intrinsic": "^1.1.1", + "has-symbols": "^1.0.3", + "internal-slot": "^1.0.3", + "regexp.prototype.flags": "^1.4.1", + "side-channel": "^1.0.4" } }, - "rxjs": { - "version": "7.5.5", - "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.5.5.tgz", - "integrity": "sha512-sy+H0pQofO95VDmFLzyaw9xNJU4KTRSwQIGM6+iG3SypAtCiLDzpeG8sJrNCWn2Up9km+KhkvTdbkrdy+yzZdw==", + "string.prototype.trim": { + "version": "1.2.6", + "resolved": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.6.tgz", + "integrity": "sha512-8lMR2m+U0VJTPp6JjvJTtGyc4FIGq9CdRt7O9p6T0e6K4vjU+OP+SQJpbe/SBmRcCUIvNUnjsbmY6lnMp8MhsQ==", "dev": true, "requires": { - "tslib": "^2.1.0" + "call-bind": "^1.0.2", + "define-properties": "^1.1.4", + "es-abstract": "^1.19.5" } }, - "safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" - }, - "safer-buffer": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", - "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" - }, - "sass": { - "version": "1.50.0", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.50.0.tgz", - "integrity": "sha512-cLsD6MEZ5URXHStxApajEh7gW189kkjn4Rc8DQweMyF+o5HF5nfEz8QYLMlPsTOD88DknatTmBWkOcw5/LnJLQ==", + "string.prototype.trimend": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.5.tgz", + "integrity": "sha512-I7RGvmjV4pJ7O3kdf+LXFpVfdNOxtCW/2C8f6jNiW4+PQchwxkCDzlk1/7p+Wl4bqFIZeF47qAHXLuHHWKAxog==", "requires": { - "chokidar": ">=3.0.0 <4.0.0", - "immutable": "^4.0.0", - "source-map-js": ">=0.6.2 <2.0.0" + "call-bind": "^1.0.2", + "define-properties": "^1.1.4", + "es-abstract": "^1.19.5" } }, - "sass-loader": { - "version": "13.0.2", - "resolved": "https://registry.npmjs.org/sass-loader/-/sass-loader-13.0.2.tgz", - "integrity": "sha512-BbiqbVmbfJaWVeOOAu2o7DhYWtcNmTfvroVgFXa6k2hHheMxNAeDHLNoDy/Q5aoaVlz0LH+MbMktKwm9vN/j8Q==", + "string.prototype.trimstart": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.5.tgz", + "integrity": "sha512-THx16TJCGlsN0o6dl2o6ncWUsdgnLRSA23rRE5pyGBw/mLr3Ej/R2LaqCtgP8VNMGZsvMWnf9ooZPyY2bHvUFg==", "requires": { - "klona": "^2.0.4", - "neo-async": "^2.6.2" + "call-bind": "^1.0.2", + "define-properties": "^1.1.4", + "es-abstract": "^1.19.5" } }, - "saxes": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/saxes/-/saxes-5.0.1.tgz", - "integrity": "sha512-5LBh1Tls8c9xgGjw3QrMwETmTMVk0oFgvrFSvWx62llR2hcEInrKNZ2GZCCuuy2lvWrdl5jhbpeqc5hRYKFOcw==", - "dev": true, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", "requires": { - "xmlchars": "^2.2.0" + "safe-buffer": "~5.1.0" } }, - "scheduler": { - "version": "0.19.1", - "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.19.1.tgz", - "integrity": "sha512-n/zwRWRYSUj0/3g/otKDRPMh6qv2SYMWNq85IEa8iZyAv8od9zDYpGSnpBEjNgcMNq6Scbu5KfIPxNF72R/2EA==", + "stringify-object": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/stringify-object/-/stringify-object-3.3.0.tgz", + "integrity": "sha512-rHqiFh1elqCQ9WPLIC8I0Q/g/wj5J1eMkyoiD6eoQApWHP0FtlK7rqnhmabL5VUY9JQCcqwwvlOaSuutekgyrw==", "requires": { - "loose-envify": "^1.1.0", - "object-assign": "^4.1.1" + "get-own-enumerable-property-symbols": "^3.0.0", + "is-obj": "^1.0.1", + "is-regexp": "^1.0.0" } }, - "schema-utils": { - "version": "2.7.1", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-2.7.1.tgz", - "integrity": "sha512-SHiNtMOUGWBQJwzISiVYKu82GiV4QYGePp3odlY1tuKO7gPtphAT5R/py0fA6xtbgLL/RvtJZnU9b8s0F1q0Xg==", + "strip-ansi": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "dev": true, "requires": { - "@types/json-schema": "^7.0.5", - "ajv": "^6.12.4", - "ajv-keywords": "^3.5.2" - } - }, - "select-hose": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/select-hose/-/select-hose-2.0.0.tgz", - "integrity": "sha1-Yl2GWPhlr0Psliv8N2o3NZpJlMo=" - }, - "selenium-webdriver": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/selenium-webdriver/-/selenium-webdriver-4.3.0.tgz", - "integrity": "sha512-9XFr8w95BO7jageR61AtiB83fJNem3fdtOQcUpqIIDHWSxihomyG/yBlL1H4y/shi/dO/Ai3PJMAOG+OW3+JHw==", - "dev": true, - "requires": { - "jszip": "^3.10.0", - "tmp": "^0.2.1", - "ws": ">=8.7.0" - } - }, - "selfsigned": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/selfsigned/-/selfsigned-2.0.1.tgz", - "integrity": "sha512-LmME957M1zOsUhG+67rAjKfiWFox3SBxE/yymatMZsAx+oMrJ0YQ8AToOnyCm7xbeg2ep37IHLxdu0o2MavQOQ==", - "requires": { - "node-forge": "^1" - } - }, - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==" - }, - "send": { - "version": "0.18.0", - "resolved": "https://registry.npmjs.org/send/-/send-0.18.0.tgz", - "integrity": "sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==", - "requires": { - "debug": "2.6.9", - "depd": "2.0.0", - "destroy": "1.2.0", - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "etag": "~1.8.1", - "fresh": "0.5.2", - "http-errors": "2.0.0", - "mime": "1.6.0", - "ms": "2.1.3", - "on-finished": "2.4.1", - "range-parser": "~1.2.1", - "statuses": "2.0.1" - }, - "dependencies": { - "debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "requires": { - "ms": "2.0.0" - }, - "dependencies": { - "ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" - } - } - }, - "depd": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz", - "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==" - }, - "ms": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", - "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" - }, - "statuses": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz", - "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==" - } - } - }, - "serialize-javascript": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.0.tgz", - "integrity": "sha512-Qr3TosvguFt8ePWqsvRfrKyQXIiW+nGbYpy8XK24NQHE83caxWt+mIymTT19DGFbNWNLfEwsrkSmN64lVWB9ag==", - "requires": { - "randombytes": "^2.1.0" - } - }, - "serve-index": { - "version": "1.9.1", - "resolved": "https://registry.npmjs.org/serve-index/-/serve-index-1.9.1.tgz", - "integrity": "sha1-03aNabHn2C5c4FD/9bRTvqEqkjk=", - "requires": { - "accepts": "~1.3.4", - "batch": "0.6.1", - "debug": "2.6.9", - "escape-html": "~1.0.3", - "http-errors": "~1.6.2", - "mime-types": "~2.1.17", - "parseurl": "~1.3.2" - }, - "dependencies": { - "debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "requires": { - "ms": "2.0.0" - } - }, - "http-errors": { - "version": "1.6.3", - "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.6.3.tgz", - "integrity": "sha1-i1VoC7S+KDoLW/TqLjhYC+HZMg0=", - "requires": { - "depd": "~1.1.2", - "inherits": "2.0.3", - "setprototypeof": "1.1.0", - "statuses": ">= 1.4.0 < 2" - } - }, - "inherits": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", - "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=" - }, - "ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" - }, - "setprototypeof": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.0.tgz", - "integrity": "sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ==" - } - } - }, - "serve-static": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.15.0.tgz", - "integrity": "sha512-XGuRDNjXUijsUL0vl6nSD7cwURuzEgglbOaFuZM9g3kwDXOWVTck0jLzjPzGD+TazWbboZYu52/9/XPdUgne9g==", - "requires": { - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "parseurl": "~1.3.3", - "send": "0.18.0" - } - }, - "setimmediate": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/setimmediate/-/setimmediate-1.0.5.tgz", - "integrity": "sha512-MATJdZp8sLqDl/68LfQmbP8zKPLQNV6BIZoIgrscFDQ+RsvK/BxeDQOgyxKKoh0y/8h3BqVFnCqQ/gd+reiIXA==", - "dev": true - }, - "setprototypeof": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz", - "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==" - }, - "shebang-command": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", - "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", - "requires": { - "shebang-regex": "^3.0.0" - } - }, - "shebang-regex": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", - "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==" - }, - "shell-quote": { - "version": "1.7.3", - "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.7.3.tgz", - "integrity": "sha512-Vpfqwm4EnqGdlsBFNmHhxhElJYrdfcxPThu+ryKS5J8L/fhAwLazFZtq+S+TWZ9ANj2piSQLGj6NQg+lKPmxrw==", - "dev": true - }, - "shellwords": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/shellwords/-/shellwords-0.1.1.tgz", - "integrity": "sha512-vFwSUfQvqybiICwZY5+DAWIPLKsWO31Q91JSKl3UYv+K5c2QRPzn0qzec6QPu1Qc9eHYItiP3NdJqNVqetYAww==", - "dev": true - }, - "side-channel": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.4.tgz", - "integrity": "sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==", - "requires": { - "call-bind": "^1.0.0", - "get-intrinsic": "^1.0.2", - "object-inspect": "^1.9.0" - } - }, - "signal-exit": { - "version": "3.0.7", - "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", - "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==" - }, - "sisteransi": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz", - "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==", - "dev": true - }, - "slash": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", - "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==" - }, - "sockjs": { - "version": "0.3.24", - "resolved": "https://registry.npmjs.org/sockjs/-/sockjs-0.3.24.tgz", - "integrity": "sha512-GJgLTZ7vYb/JtPSSZ10hsOYIvEYsjbNU+zPdIHcUaWVNUEPivzxku31865sSSud0Da0W4lEeOPlmw93zLQchuQ==", - "requires": { - "faye-websocket": "^0.11.3", - "uuid": "^8.3.2", - "websocket-driver": "^0.7.4" - } - }, - "source-list-map": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/source-list-map/-/source-list-map-2.0.1.tgz", - "integrity": "sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw==" - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" - }, - "source-map-js": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz", - "integrity": "sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==" - }, - "source-map-support": { - "version": "0.5.21", - "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz", - "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==", - "requires": { - "buffer-from": "^1.0.0", - "source-map": "^0.6.0" - } - }, - "sourcemap-codec": { - "version": "1.4.8", - "resolved": "https://registry.npmjs.org/sourcemap-codec/-/sourcemap-codec-1.4.8.tgz", - "integrity": "sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA==" - }, - "spdy": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/spdy/-/spdy-4.0.2.tgz", - "integrity": "sha512-r46gZQZQV+Kl9oItvl1JZZqJKGr+oEkB08A6BzkiR7593/7IbtuncXHd2YoYeTsG4157ZssMu9KYvUHLcjcDoA==", - "requires": { - "debug": "^4.1.0", - "handle-thing": "^2.0.0", - "http-deceiver": "^1.2.7", - "select-hose": "^2.0.0", - "spdy-transport": "^3.0.0" - } - }, - "spdy-transport": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/spdy-transport/-/spdy-transport-3.0.0.tgz", - "integrity": "sha512-hsLVFE5SjA6TCisWeJXFKniGGOpBgMLmerfO2aCyCU5s7nJ/rpAepqmFifv/GCbSbueEeAJJnmSQ2rKC/g8Fcw==", - "requires": { - "debug": "^4.1.0", - "detect-node": "^2.0.4", - "hpack.js": "^2.1.6", - "obuf": "^1.1.2", - "readable-stream": "^3.0.6", - "wbuf": "^1.7.3" - } - }, - "split": { - "version": "0.3.3", - "resolved": "https://registry.npmjs.org/split/-/split-0.3.3.tgz", - "integrity": "sha1-zQ7qXmOiEd//frDwkcQTPi0N0o8=", - "dev": true, - "requires": { - "through": "2" - } - }, - "sprintf-js": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", - "integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=", - "dev": true - }, - "stack-utils": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/stack-utils/-/stack-utils-2.0.5.tgz", - "integrity": "sha512-xrQcmYhOsn/1kX+Vraq+7j4oE2j/6BFscZ0etmYg81xuM8Gq0022Pxb8+IqgOFUIaxHs0KaSb7T1+OegiNrNFA==", - "dev": true, - "requires": { - "escape-string-regexp": "^2.0.0" - }, - "dependencies": { - "escape-string-regexp": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz", - "integrity": "sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==", - "dev": true - } - } - }, - "resolve-from": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", - "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==" - }, - "resolve.exports": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/resolve.exports/-/resolve.exports-1.1.0.tgz", - "integrity": "sha512-J1l+Zxxp4XK3LUDZ9m60LRJF/mAe4z6a4xyabPHk7pvK5t35dACV32iIjJDFeWZFfZlO29w6SZ67knR0tHzJtQ==", - "dev": true - }, - "ret": { - "version": "0.1.15", - "resolved": "https://registry.npmjs.org/ret/-/ret-0.1.15.tgz", - "integrity": "sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg==", - "dev": true - }, - "retry": { - "version": "0.13.1", - "resolved": "https://registry.npmjs.org/retry/-/retry-0.13.1.tgz", - "integrity": "sha512-XQBQ3I8W1Cge0Seh+6gjj03LbmRFWuoszgK9ooCpwYIrhhoO80pfq4cUkU5DkknwfOfFteRwlZ56PYOGYyFWdg==" - }, - "reusify": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz", - "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==" - }, - "rimraf": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", - "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", - "requires": { - "glob": "^7.1.3" - } - }, - "rollup": { - "version": "2.75.5", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.75.5.tgz", - "integrity": "sha512-JzNlJZDison3o2mOxVmb44Oz7t74EfSd1SQrplQk0wSaXV7uLQXtVdHbxlcT3w+8tZ1TL4r/eLfc7nAbz38BBA==", - "requires": { - "fsevents": "~2.3.2" - } - }, - "rollup-plugin-terser": { - "version": "7.0.2", - "resolved": "https://registry.npmjs.org/rollup-plugin-terser/-/rollup-plugin-terser-7.0.2.tgz", - "integrity": "sha512-w3iIaU4OxcF52UUXiZNsNeuXIMDvFrr+ZXK6bFZ0Q60qyVfq4uLptoS4bbq3paG3x216eQllFZX7zt6TIImguQ==", - "requires": { - "@babel/code-frame": "^7.10.4", - "jest-worker": "^26.2.1", - "serialize-javascript": "^4.0.0", - "terser": "^5.0.0" - }, - "dependencies": { - "has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" - }, - "jest-worker": { - "version": "26.6.2", - "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-26.6.2.tgz", - "integrity": "sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==", - "requires": { - "@types/node": "*", - "merge-stream": "^2.0.0", - "supports-color": "^7.0.0" - } - }, - "serialize-javascript": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-4.0.0.tgz", - "integrity": "sha512-GaNA54380uFefWghODBWEGisLZFj00nS5ACs6yHa9nLqlLpVLO8ChDGeKRjZnV4Nh4n0Qi7nhYZD/9fCPzEqkw==", - "requires": { - "randombytes": "^2.1.0" - } - }, - "supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "requires": { - "has-flag": "^4.0.0" - } - } - } - }, - "rst-selector-parser": { - "version": "2.2.3", - "resolved": "https://registry.npmjs.org/rst-selector-parser/-/rst-selector-parser-2.2.3.tgz", - "integrity": "sha1-gbIw6i/MYGbInjRy3nlChdmwPZE=", - "dev": true, - "requires": { - "lodash.flattendeep": "^4.4.0", - "nearley": "^2.7.10" - } - }, - "run-parallel": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", - "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==", - "requires": { - "queue-microtask": "^1.2.2" - } - }, - "rxjs": { - "version": "7.5.5", - "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.5.5.tgz", - "integrity": "sha512-sy+H0pQofO95VDmFLzyaw9xNJU4KTRSwQIGM6+iG3SypAtCiLDzpeG8sJrNCWn2Up9km+KhkvTdbkrdy+yzZdw==", - "dev": true, - "requires": { - "tslib": "^2.1.0" - } - }, - "safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" - }, - "safer-buffer": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", - "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" - }, - "sass": { - "version": "1.50.0", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.50.0.tgz", - "integrity": "sha512-cLsD6MEZ5URXHStxApajEh7gW189kkjn4Rc8DQweMyF+o5HF5nfEz8QYLMlPsTOD88DknatTmBWkOcw5/LnJLQ==", - "requires": { - "chokidar": ">=3.0.0 <4.0.0", - "immutable": "^4.0.0", - "source-map-js": ">=0.6.2 <2.0.0" - } - }, - "sass-loader": { - "version": "13.0.2", - "resolved": "https://registry.npmjs.org/sass-loader/-/sass-loader-13.0.2.tgz", - "integrity": "sha512-BbiqbVmbfJaWVeOOAu2o7DhYWtcNmTfvroVgFXa6k2hHheMxNAeDHLNoDy/Q5aoaVlz0LH+MbMktKwm9vN/j8Q==", - "requires": { - "klona": "^2.0.4", - "neo-async": "^2.6.2" - } - }, - "saxes": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/saxes/-/saxes-5.0.1.tgz", - "integrity": "sha512-5LBh1Tls8c9xgGjw3QrMwETmTMVk0oFgvrFSvWx62llR2hcEInrKNZ2GZCCuuy2lvWrdl5jhbpeqc5hRYKFOcw==", - "dev": true, - "requires": { - "xmlchars": "^2.2.0" - } - }, - "scheduler": { - "version": "0.19.1", - "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.19.1.tgz", - "integrity": "sha512-n/zwRWRYSUj0/3g/otKDRPMh6qv2SYMWNq85IEa8iZyAv8od9zDYpGSnpBEjNgcMNq6Scbu5KfIPxNF72R/2EA==", - "requires": { - "loose-envify": "^1.1.0", - "object-assign": "^4.1.1" - } - }, - "schema-utils": { - "version": "2.7.1", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-2.7.1.tgz", - "integrity": "sha512-SHiNtMOUGWBQJwzISiVYKu82GiV4QYGePp3odlY1tuKO7gPtphAT5R/py0fA6xtbgLL/RvtJZnU9b8s0F1q0Xg==", - "requires": { - "@types/json-schema": "^7.0.5", - "ajv": "^6.12.4", - "ajv-keywords": "^3.5.2" - } - }, - "select-hose": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/select-hose/-/select-hose-2.0.0.tgz", - "integrity": "sha1-Yl2GWPhlr0Psliv8N2o3NZpJlMo=" - }, - "selenium-webdriver": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/selenium-webdriver/-/selenium-webdriver-4.3.0.tgz", - "integrity": "sha512-9XFr8w95BO7jageR61AtiB83fJNem3fdtOQcUpqIIDHWSxihomyG/yBlL1H4y/shi/dO/Ai3PJMAOG+OW3+JHw==", - "dev": true, - "requires": { - "jszip": "^3.10.0", - "tmp": "^0.2.1", - "ws": ">=8.7.0" - } - }, - "selfsigned": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/selfsigned/-/selfsigned-2.0.1.tgz", - "integrity": "sha512-LmME957M1zOsUhG+67rAjKfiWFox3SBxE/yymatMZsAx+oMrJ0YQ8AToOnyCm7xbeg2ep37IHLxdu0o2MavQOQ==", - "requires": { - "node-forge": "^1" - } - }, - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==" - }, - "send": { - "version": "0.18.0", - "resolved": "https://registry.npmjs.org/send/-/send-0.18.0.tgz", - "integrity": "sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==", - "requires": { - "debug": "2.6.9", - "depd": "2.0.0", - "destroy": "1.2.0", - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "etag": "~1.8.1", - "fresh": "0.5.2", - "http-errors": "2.0.0", - "mime": "1.6.0", - "ms": "2.1.3", - "on-finished": "2.4.1", - "range-parser": "~1.2.1", - "statuses": "2.0.1" - }, - "dependencies": { - "debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "requires": { - "ms": "2.0.0" - }, - "dependencies": { - "ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" - } - } - }, - "depd": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz", - "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==" - }, - "ms": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", - "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" - }, - "statuses": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz", - "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==" - } - } - }, - "serialize-javascript": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.0.tgz", - "integrity": "sha512-Qr3TosvguFt8ePWqsvRfrKyQXIiW+nGbYpy8XK24NQHE83caxWt+mIymTT19DGFbNWNLfEwsrkSmN64lVWB9ag==", - "requires": { - "randombytes": "^2.1.0" - } - }, - "serve-index": { - "version": "1.9.1", - "resolved": "https://registry.npmjs.org/serve-index/-/serve-index-1.9.1.tgz", - "integrity": "sha1-03aNabHn2C5c4FD/9bRTvqEqkjk=", - "requires": { - "accepts": "~1.3.4", - "batch": "0.6.1", - "debug": "2.6.9", - "escape-html": "~1.0.3", - "http-errors": "~1.6.2", - "mime-types": "~2.1.17", - "parseurl": "~1.3.2" - }, - "dependencies": { - "debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "requires": { - "ms": "2.0.0" - } - }, - "http-errors": { - "version": "1.6.3", - "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.6.3.tgz", - "integrity": "sha1-i1VoC7S+KDoLW/TqLjhYC+HZMg0=", - "requires": { - "depd": "~1.1.2", - "inherits": "2.0.3", - "setprototypeof": "1.1.0", - "statuses": ">= 1.4.0 < 2" - } - }, - "inherits": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", - "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=" - }, - "ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" - }, - "setprototypeof": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.0.tgz", - "integrity": "sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ==" - } - } - }, - "serve-static": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.15.0.tgz", - "integrity": "sha512-XGuRDNjXUijsUL0vl6nSD7cwURuzEgglbOaFuZM9g3kwDXOWVTck0jLzjPzGD+TazWbboZYu52/9/XPdUgne9g==", - "requires": { - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "parseurl": "~1.3.3", - "send": "0.18.0" - } - }, - "setimmediate": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/setimmediate/-/setimmediate-1.0.5.tgz", - "integrity": "sha1-KQy7Iy4waULX1+qbg3Mqt4VvgoU=", - "dev": true - }, - "setprototypeof": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz", - "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==" - }, - "shebang-command": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", - "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", - "requires": { - "shebang-regex": "^3.0.0" - } - }, - "shebang-regex": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", - "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==" - }, - "shell-quote": { - "version": "1.7.3", - "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.7.3.tgz", - "integrity": "sha512-Vpfqwm4EnqGdlsBFNmHhxhElJYrdfcxPThu+ryKS5J8L/fhAwLazFZtq+S+TWZ9ANj2piSQLGj6NQg+lKPmxrw==", - "dev": true - }, - "shellwords": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/shellwords/-/shellwords-0.1.1.tgz", - "integrity": "sha512-vFwSUfQvqybiICwZY5+DAWIPLKsWO31Q91JSKl3UYv+K5c2QRPzn0qzec6QPu1Qc9eHYItiP3NdJqNVqetYAww==", - "dev": true - }, - "side-channel": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.4.tgz", - "integrity": "sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==", - "requires": { - "call-bind": "^1.0.0", - "get-intrinsic": "^1.0.2", - "object-inspect": "^1.9.0" - } - }, - "signal-exit": { - "version": "3.0.7", - "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", - "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==" - }, - "sisteransi": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz", - "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==", - "dev": true - }, - "slash": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", - "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==" - }, - "sockjs": { - "version": "0.3.24", - "resolved": "https://registry.npmjs.org/sockjs/-/sockjs-0.3.24.tgz", - "integrity": "sha512-GJgLTZ7vYb/JtPSSZ10hsOYIvEYsjbNU+zPdIHcUaWVNUEPivzxku31865sSSud0Da0W4lEeOPlmw93zLQchuQ==", - "requires": { - "faye-websocket": "^0.11.3", - "uuid": "^8.3.2", - "websocket-driver": "^0.7.4" - } - }, - "source-list-map": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/source-list-map/-/source-list-map-2.0.1.tgz", - "integrity": "sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw==" - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" - }, - "source-map-js": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz", - "integrity": "sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==" - }, - "source-map-support": { - "version": "0.5.21", - "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz", - "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==", - "requires": { - "buffer-from": "^1.0.0", - "source-map": "^0.6.0" - } - }, - "sourcemap-codec": { - "version": "1.4.8", - "resolved": "https://registry.npmjs.org/sourcemap-codec/-/sourcemap-codec-1.4.8.tgz", - "integrity": "sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA==" - }, - "spdy": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/spdy/-/spdy-4.0.2.tgz", - "integrity": "sha512-r46gZQZQV+Kl9oItvl1JZZqJKGr+oEkB08A6BzkiR7593/7IbtuncXHd2YoYeTsG4157ZssMu9KYvUHLcjcDoA==", - "requires": { - "debug": "^4.1.0", - "handle-thing": "^2.0.0", - "http-deceiver": "^1.2.7", - "select-hose": "^2.0.0", - "spdy-transport": "^3.0.0" - } - }, - "spdy-transport": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/spdy-transport/-/spdy-transport-3.0.0.tgz", - "integrity": "sha512-hsLVFE5SjA6TCisWeJXFKniGGOpBgMLmerfO2aCyCU5s7nJ/rpAepqmFifv/GCbSbueEeAJJnmSQ2rKC/g8Fcw==", - "requires": { - "debug": "^4.1.0", - "detect-node": "^2.0.4", - "hpack.js": "^2.1.6", - "obuf": "^1.1.2", - "readable-stream": "^3.0.6", - "wbuf": "^1.7.3" - } - }, - "split": { - "version": "0.3.3", - "resolved": "https://registry.npmjs.org/split/-/split-0.3.3.tgz", - "integrity": "sha1-zQ7qXmOiEd//frDwkcQTPi0N0o8=", - "dev": true, - "requires": { - "through": "2" - } - }, - "sprintf-js": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", - "integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=", - "dev": true - }, - "stack-utils": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/stack-utils/-/stack-utils-2.0.5.tgz", - "integrity": "sha512-xrQcmYhOsn/1kX+Vraq+7j4oE2j/6BFscZ0etmYg81xuM8Gq0022Pxb8+IqgOFUIaxHs0KaSb7T1+OegiNrNFA==", - "requires": { - "escape-string-regexp": "^2.0.0" - }, - "dependencies": { - "escape-string-regexp": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz", - "integrity": "sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==" - } - } - }, - "start-server-and-test": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/start-server-and-test/-/start-server-and-test-1.14.0.tgz", - "integrity": "sha512-on5ELuxO2K0t8EmNj9MtVlFqwBMxfWOhu4U7uZD1xccVpFlOQKR93CSe0u98iQzfNxRyaNTb/CdadbNllplTsw==", - "dev": true, - "requires": { - "bluebird": "3.7.2", - "check-more-types": "2.24.0", - "debug": "4.3.2", - "execa": "5.1.1", - "lazy-ass": "1.6.0", - "ps-tree": "1.2.0", - "wait-on": "6.0.0" - }, - "dependencies": { - "debug": { - "version": "4.3.2", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.2.tgz", - "integrity": "sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==", - "dev": true, - "requires": { - "ms": "2.1.2" - } - } - } - }, - "state-local": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/state-local/-/state-local-1.0.7.tgz", - "integrity": "sha512-HTEHMNieakEnoe33shBYcZ7NX83ACUjCu8c40iOGEZsngj9zRnkqS9j1pqQPXwobB0ZcVTk27REb7COQ0UR59w==" - }, - "statuses": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz", - "integrity": "sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==" - }, - "stream-combiner": { - "version": "0.0.4", - "resolved": "https://registry.npmjs.org/stream-combiner/-/stream-combiner-0.0.4.tgz", - "integrity": "sha1-TV5DPBhSYd3mI8o/RMWGvPXErRQ=", - "dev": true, - "requires": { - "duplexer": "~0.1.1" - } - }, - "string-length": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/string-length/-/string-length-4.0.2.tgz", - "integrity": "sha512-+l6rNN5fYHNhZZy41RXsYptCjA2Igmq4EG7kZAYFQI1E1VTXarr6ZPXBg6eq7Y6eK4FEhY6AJlyuFIb/v/S0VQ==", - "dev": true, - "requires": { - "char-regex": "^1.0.2", - "strip-ansi": "^6.0.0" - } - }, - "string-natural-compare": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/string-natural-compare/-/string-natural-compare-3.0.1.tgz", - "integrity": "sha512-n3sPwynL1nwKi3WJ6AIsClwBMa0zTi54fn2oLU6ndfTSIO05xaznjSf15PcBZU6FNWbmN5Q6cxT4V5hGvB4taw==" - }, - "string-width": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", - "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", - "dev": true, - "requires": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.1" - }, - "dependencies": { - "emoji-regex": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", - "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", - "dev": true - } - } - }, - "string.prototype.matchall": { - "version": "4.0.7", - "resolved": "https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.0.7.tgz", - "integrity": "sha512-f48okCX7JiwVi1NXCVWcFnZgADDC/n2vePlQ/KUCNqCikLLilQvwjMO8+BHVKvgzH0JB0J9LEPgxOGT02RoETg==", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.19.1", - "get-intrinsic": "^1.1.1", - "has-symbols": "^1.0.3", - "internal-slot": "^1.0.3", - "regexp.prototype.flags": "^1.4.1", - "side-channel": "^1.0.4" - } - }, - "string.prototype.trim": { - "version": "1.2.6", - "resolved": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.6.tgz", - "integrity": "sha512-8lMR2m+U0VJTPp6JjvJTtGyc4FIGq9CdRt7O9p6T0e6K4vjU+OP+SQJpbe/SBmRcCUIvNUnjsbmY6lnMp8MhsQ==", - "dev": true, - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.4", - "es-abstract": "^1.19.5" - } - }, - "string.prototype.trimend": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.5.tgz", - "integrity": "sha512-I7RGvmjV4pJ7O3kdf+LXFpVfdNOxtCW/2C8f6jNiW4+PQchwxkCDzlk1/7p+Wl4bqFIZeF47qAHXLuHHWKAxog==", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.4", - "es-abstract": "^1.19.5" - } - }, - "string.prototype.trimstart": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.5.tgz", - "integrity": "sha512-THx16TJCGlsN0o6dl2o6ncWUsdgnLRSA23rRE5pyGBw/mLr3Ej/R2LaqCtgP8VNMGZsvMWnf9ooZPyY2bHvUFg==", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.4", - "es-abstract": "^1.19.5" - } - }, - "string_decoder": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", - "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", - "requires": { - "safe-buffer": "~5.1.0" - } - }, - "stringify-object": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/stringify-object/-/stringify-object-3.3.0.tgz", - "integrity": "sha512-rHqiFh1elqCQ9WPLIC8I0Q/g/wj5J1eMkyoiD6eoQApWHP0FtlK7rqnhmabL5VUY9JQCcqwwvlOaSuutekgyrw==", - "requires": { - "get-own-enumerable-property-symbols": "^3.0.0", - "is-obj": "^1.0.1", - "is-regexp": "^1.0.0" - } - }, - "strip-ansi": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", - "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", - "dev": true, - "requires": { - "ansi-regex": "^5.0.1" + "ansi-regex": "^5.0.1" } }, "strip-bom": { @@ -17861,12 +16896,6 @@ "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==" }, - "v8-compile-cache": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz", - "integrity": "sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA==", - "dev": true - }, "v8-to-istanbul": { "version": "9.0.0", "resolved": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-9.0.0.tgz", diff --git a/src/app/services/reducers/resources-reducer.spec.ts b/src/app/services/reducers/resources-reducer.spec.ts index cf60cf1b6..252fb5ba5 100644 --- a/src/app/services/reducers/resources-reducer.spec.ts +++ b/src/app/services/reducers/resources-reducer.spec.ts @@ -32,11 +32,33 @@ const paths = [{ url: '/issues', name: 'issues (1)', labels: [ - { name: 'v1.0', methods: ['Get', 'Post'] }, - { name: 'beta', methods: ['Get', 'Post'] } + { + name: 'v1.0', methods: [{ + name: 'Get', + documentationUrl: null + }, { + name: 'Post', + documentationUrl: null + }] + }, + { + name: 'beta', methods: [{ + name: 'Get', + documentationUrl: null + }, { + name: 'Post', + documentationUrl: null + }] + } ], version: 'v1.0', - methods: ['Get', 'Post'], + methods: [{ + name: 'Get', + documentationUrl: null + }, { + name: 'Post', + documentationUrl: null + }], isExpanded: true, parent: '/', level: 1, @@ -48,7 +70,15 @@ const paths = [{ const resourceLinks: IResourceLink[] = [ { labels: [ - { name: 'v1.0', methods: ['Get', 'Post'] } + { + name: 'v1.0', methods: [{ + name: 'Get', + documentationUrl: null + }, { + name: 'Post', + documentationUrl: null + }] + } ], key: '5-issues', url: '/issues', diff --git a/src/app/utils/resources/resources.json b/src/app/utils/resources/resources.json index 0ed8ca146..54e468722 100644 --- a/src/app/utils/resources/resources.json +++ b/src/app/utils/resources/resources.json @@ -4,13 +4,19 @@ { "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] }, { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ], @@ -21,21 +27,50 @@ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, { "segment": "{accessReviewDecision-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -48,21 +83,50 @@ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreview-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreview-create?view=graph-rest-1.0" + } ] } ], "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, { "segment": "{accessReview-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreview-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreview-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreview-delete?view=graph-rest-1.0" + } ] } ], @@ -73,21 +137,50 @@ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreview-listdecisions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, { "segment": "{accessReviewDecision-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -100,21 +193,276 @@ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, { "segment": "{accessReview-id1}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "decisions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreview-listdecisions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{accessReviewDecision-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.applyDecisions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreview-apply?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.resetDecisions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreview-reset?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.sendReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreview-sendreminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.stop", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreview-stop?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "myDecisions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreview-listmydecisions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{accessReviewDecision-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "reviewers", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreview-listreviewers?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreview-addreviewer?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{accessReviewReviewer-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } ] } ] @@ -127,7 +475,10 @@ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreview-apply?view=graph-rest-1.0" + } ] } ] @@ -138,7 +489,10 @@ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreview-reset?view=graph-rest-1.0" + } ] } ] @@ -149,7 +503,10 @@ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreview-sendreminder?view=graph-rest-1.0" + } ] } ] @@ -160,7 +517,10 @@ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreview-stop?view=graph-rest-1.0" + } ] } ] @@ -171,21 +531,50 @@ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreview-listmydecisions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, { "segment": "{accessReviewDecision-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -198,21 +587,50 @@ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreview-listreviewers?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreview-addreviewer?view=graph-rest-1.0" + } ] } ], "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, { "segment": "{accessReviewReviewer-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -229,21 +647,50 @@ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, { "segment": "{activityStatistics-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -254,38 +701,90 @@ "segment": "admin", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + } ] } ], "children": [ + { + "segment": "reportSettings", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/adminreportsettings-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/adminreportsettings-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, { "segment": "serviceAnnouncement", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], @@ -294,38 +793,91 @@ "segment": "healthOverviews", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceannouncement-list-healthoverviews?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceannouncement-list-healthoverviews?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{serviceHealth-id}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{serviceHealth-id}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], @@ -334,38 +886,91 @@ "segment": "issues", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{serviceHealthIssue-id}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{serviceHealthIssue-id}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], @@ -374,15 +979,21 @@ "segment": "microsoft.graph.incidentReport()", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] @@ -399,38 +1010,91 @@ "segment": "issues", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceannouncement-list-issues?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceannouncement-list-issues?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{serviceHealthIssue-id}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{serviceHealthIssue-id}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], @@ -439,15 +1103,21 @@ "segment": "microsoft.graph.incidentReport()", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] @@ -460,55 +1130,275 @@ "segment": "messages", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceannouncement-list-messages?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceannouncement-list-messages?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{serviceUpdateMessage-id}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.archive", + "segment": "{serviceUpdateMessage-id}", "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, { "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceupdatemessage-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceupdatemessage-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{serviceAnnouncementAttachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceupdatemessage-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceupdatemessage-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + } + ] + } ] }, + { + "segment": "attachmentsArchive", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceannouncement-list-messages?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceannouncement-list-messages?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.archive", + "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceupdatemessage-archive?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceupdatemessage-archive?view=graph-rest-1.0" + } ] } ] @@ -517,15 +1407,21 @@ "segment": "microsoft.graph.favorite", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceupdatemessage-favorite?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceupdatemessage-favorite?view=graph-rest-1.0" + } ] } ] @@ -534,15 +1430,21 @@ "segment": "microsoft.graph.markRead", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceupdatemessage-markread?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceupdatemessage-markread?view=graph-rest-1.0" + } ] } ] @@ -551,15 +1453,21 @@ "segment": "microsoft.graph.markUnread", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceupdatemessage-markunread?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceupdatemessage-markunread?view=graph-rest-1.0" + } ] } ] @@ -568,15 +1476,21 @@ "segment": "microsoft.graph.unarchive", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceupdatemessage-unarchive?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceupdatemessage-unarchive?view=graph-rest-1.0" + } ] } ] @@ -585,15 +1499,21 @@ "segment": "microsoft.graph.unfavorite", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceupdatemessage-unfavorite?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceupdatemessage-unfavorite?view=graph-rest-1.0" + } ] } ] @@ -602,15 +1522,70 @@ } ] }, + { + "segment": "sharepoint", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "settings", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/tenantadmin-settings-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/tenantadmin-settings-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, { "segment": "windows", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], @@ -621,9 +1596,18 @@ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], @@ -634,9 +1618,18 @@ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], @@ -647,21 +1640,50 @@ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/windowsupdates-catalog-list-entries?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, { "segment": "{catalogEntry-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -676,21 +1698,50 @@ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/windowsupdates-updates-list-deployments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/windowsupdates-updates-post-deployments?view=graph-rest-1.0" + } ] } ], "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, { "segment": "{deployment-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], @@ -701,9 +1752,18 @@ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], @@ -714,21 +1774,50 @@ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/windowsupdates-deploymentaudience-list-exclusions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, { "segment": "{updatableAsset-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], @@ -739,7 +1828,10 @@ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembers?view=graph-rest-1.0" + } ] } ] @@ -750,7 +1842,10 @@ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembersbyid?view=graph-rest-1.0" + } ] } ] @@ -761,7 +1856,10 @@ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembers?view=graph-rest-1.0" + } ] } ] @@ -772,7 +1870,10 @@ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembersbyid?view=graph-rest-1.0" + } ] } ] @@ -785,7 +1886,10 @@ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] @@ -796,7 +1900,10 @@ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] @@ -807,7 +1914,10 @@ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] @@ -818,7 +1928,10 @@ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] @@ -831,21 +1944,50 @@ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/windowsupdates-deploymentaudience-list-members?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, { "segment": "{updatableAsset-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], @@ -856,7 +1998,10 @@ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembers?view=graph-rest-1.0" + } ] } ] @@ -867,7 +2012,10 @@ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembersbyid?view=graph-rest-1.0" + } ] } ] @@ -878,7 +2026,10 @@ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembers?view=graph-rest-1.0" + } ] } ] @@ -889,7 +2040,10 @@ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembersbyid?view=graph-rest-1.0" + } ] } ] @@ -902,7 +2056,10 @@ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] @@ -913,7 +2070,10 @@ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] @@ -924,7 +2084,10 @@ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] @@ -935,7 +2098,10 @@ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] @@ -948,7 +2114,10 @@ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/windowsupdates-deploymentaudience-updateaudience?view=graph-rest-1.0" + } ] } ] @@ -959,7 +2128,10 @@ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/windowsupdates-deploymentaudience-updateaudiencebyid?view=graph-rest-1.0" + } ] } ] @@ -970,27 +2142,112 @@ } ] }, + { + "segment": "resourceConnections", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/windowsupdates-updates-list-resourceconnections?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/windowsupdates-updates-post-resourceconnections-operationalinsightsconnection?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{resourceConnection-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, { "segment": "updatableAssets", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/windowsupdates-updates-list-updatableassets?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/windowsupdates-updates-post-updatableassets-updatableassetgroup?view=graph-rest-1.0" + } ] } ], "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, { "segment": "{updatableAsset-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], @@ -1001,7 +2258,10 @@ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembers?view=graph-rest-1.0" + } ] } ] @@ -1012,7 +2272,10 @@ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembersbyid?view=graph-rest-1.0" + } ] } ] @@ -1023,7 +2286,10 @@ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembers?view=graph-rest-1.0" + } ] } ] @@ -1034,7 +2300,10 @@ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembersbyid?view=graph-rest-1.0" + } ] } ] @@ -1047,7 +2316,10 @@ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] @@ -1058,7 +2330,10 @@ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] @@ -1069,7 +2344,10 @@ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] @@ -1080,7 +2358,10 @@ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] @@ -1099,21 +2380,50 @@ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-list-administrativeunits?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-post-administrativeunits?view=graph-rest-1.0" + } ] } ], "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, { "segment": "{administrativeUnit-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/administrativeunit-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/administrativeunit-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": "https://docs.microsoft.com/graph/api/administrativeunit-delete?view=graph-rest-1.0" + } ] } ], @@ -1124,21 +2434,50 @@ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{extension-id}", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -1151,19 +2490,326 @@ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ], "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, { "segment": "$ref", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/administrativeunit-post-members?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "{directoryObject-id}", + "labels": [], + "children": [ + { + "segment": "$ref", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.application", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.device", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.group", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.orgContact", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.user", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.application", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.device", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.group", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.orgContact", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.user", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] } ] @@ -1176,7 +2822,10 @@ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } ] } ] @@ -1187,7 +2836,10 @@ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] @@ -1198,7 +2850,10 @@ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } ] } ] @@ -1209,7 +2864,10 @@ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] @@ -1220,7 +2878,10 @@ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } ] } ] @@ -1231,21 +2892,50 @@ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/administrativeunit-list-scopedrolemembers?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/administrativeunit-post-scopedrolemembers?view=graph-rest-1.0" + } ] } ], "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, { "segment": "{scopedRoleMembership-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -1260,7 +2950,10 @@ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] @@ -1271,7 +2964,10 @@ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } ] } ] @@ -1282,7 +2978,10 @@ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] @@ -1293,7 +2992,10 @@ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } ] } ] @@ -1304,17 +3006,29 @@ "segment": "agreementAcceptances", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], @@ -1323,19 +3037,37 @@ "segment": "{agreementAcceptance-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -1346,17 +3078,29 @@ "segment": "agreements", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], @@ -1365,19 +3109,37 @@ "segment": "{agreement-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], @@ -1386,38 +3148,91 @@ "segment": "acceptances", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/agreement-list-acceptances?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/agreement-list-acceptances?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{agreementAcceptance-id}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{agreementAcceptance-id}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -1428,19 +3243,37 @@ "segment": "file", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/agreementfile-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/agreementfile-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], @@ -1449,38 +3282,91 @@ "segment": "localizations", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{agreementFileLocalization-id}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{agreementFileLocalization-id}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], @@ -1489,38 +3375,91 @@ "segment": "versions", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{agreementFileVersion-id}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{agreementFileVersion-id}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -1537,38 +3476,91 @@ "segment": "files", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/agreement-post-files?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/agreement-post-files?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "{agreementFileLocalization-id}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{agreementFileLocalization-id}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], @@ -1577,38 +3569,91 @@ "segment": "versions", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{agreementFileVersion-id}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{agreementFileVersion-id}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -1629,21 +3674,50 @@ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, { "segment": "{allowedDataLocation-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -1656,8 +3730,14 @@ { "name": "beta", "methods": [ - "Get", - "Patch" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + } ] } ], @@ -1668,21 +3748,50 @@ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, { "segment": "{call-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], @@ -1693,34 +3802,136 @@ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/call-list-audioroutinggroups?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/call-post-audioroutinggroups?view=graph-rest-1.0" + } ] } ], "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, { "segment": "{audioRoutingGroup-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "contentSharingSessions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/call-list-contentsharingsessions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{contentSharingSession-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] } ] }, + { + "segment": "microsoft.graph.addLargeGalleryView", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/call-addlargegalleryview?view=graph-rest-1.0" + } + ] + } + ] + }, { "segment": "microsoft.graph.answer", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/call-answer?view=graph-rest-1.0" + } ] } ] @@ -1731,7 +3942,10 @@ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/call-cancelmediaprocessing?view=graph-rest-1.0" + } ] } ] @@ -1742,7 +3956,10 @@ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/call-changescreensharingrole?view=graph-rest-1.0" + } ] } ] @@ -1753,7 +3970,10 @@ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/call-keepalive?view=graph-rest-1.0" + } ] } ] @@ -1764,7 +3984,10 @@ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/call-mute?view=graph-rest-1.0" + } ] } ] @@ -1775,7 +3998,10 @@ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/call-playprompt?view=graph-rest-1.0" + } ] } ] @@ -1786,7 +4012,10 @@ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] @@ -1797,7 +4026,10 @@ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/call-record?view=graph-rest-1.0" + } ] } ] @@ -1808,7 +4040,10 @@ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/call-redirect?view=graph-rest-1.0" + } ] } ] @@ -1819,7 +4054,10 @@ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/call-reject?view=graph-rest-1.0" + } ] } ] @@ -1830,7 +4068,10 @@ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/call-subscribetotone?view=graph-rest-1.0" + } ] } ] @@ -1841,7 +4082,10 @@ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/call-transfer?view=graph-rest-1.0" + } ] } ] @@ -1852,7 +4096,10 @@ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/call-unmute?view=graph-rest-1.0" + } ] } ] @@ -1863,7 +4110,10 @@ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/call-updaterecordingstatus?view=graph-rest-1.0" + } ] } ] @@ -1874,21 +4124,50 @@ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, { "segment": "{commsOperation-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -1901,21 +4180,50 @@ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/call-list-participants?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, { "segment": "{participant-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], @@ -1926,7 +4234,10 @@ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/participant-mute?view=graph-rest-1.0" + } ] } ] @@ -1937,7 +4248,10 @@ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/participant-startholdmusic?view=graph-rest-1.0" + } ] } ] @@ -1948,7 +4262,10 @@ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/participant-stopholdmusic?view=graph-rest-1.0" + } ] } ] @@ -1961,7 +4278,10 @@ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/participant-delete?view=graph-rest-1.0" + } ] } ] @@ -1972,7 +4292,10 @@ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/participant-muteall?view=graph-rest-1.0" + } ] } ] @@ -1987,7 +4310,10 @@ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/call-logteleconferencedevicequality?view=graph-rest-1.0" + } ] } ] @@ -2000,288 +4326,175 @@ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{onlineMeeting-id}", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "alternativeRecording", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put" - ] - } - ] - }, - { - "segment": "attendeeReport", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put" - ] - } - ] - }, - { - "segment": "meetingAttendanceReport", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "recording", - "labels": [ { - "name": "beta", - "methods": [ - "Get", - "Put" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "microsoft.graph.createOrGet", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "appCatalogs", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch" - ] - } - ], - "children": [ - { - "segment": "teamsApps", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{teamsApp-id}", + "segment": "{onlineMeeting-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "appDefinitions", + "segment": "alternativeRecording", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "attendanceReports", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/meetingattendancereport-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{teamsAppDefinition-id}", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{meetingAttendanceReport-id}", + "labels": [ { - "segment": "bot", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "colorIcon", + "segment": "attendanceRecords", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/attendancerecord-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "hostedContent", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "$value", - "labels": [ { - "name": "beta", - "methods": [ - "Get", - "Put" - ] + "name": "Get", + "documentationUrl": null } ] } ] - } - ] - }, - { - "segment": "outlineIcon", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ + }, { - "segment": "hostedContent", + "segment": "{attendanceRecord-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "$value", - "labels": [ { - "name": "beta", - "methods": [ - "Get", - "Put" - ] + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } @@ -2292,49 +4505,808 @@ ] } ] - } - ] - } - ] - } - ] - }, - { - "segment": "applications", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{application-id}", - "labels": [ + }, + { + "segment": "attendeeReport", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "meetingAttendanceReport", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/meetingattendancereport-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "attendanceRecords", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/attendancerecord-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attendanceRecord-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "recording", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "registration", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/externalmeetingregistration-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/meetingregistration-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": "https://docs.microsoft.com/graph/api/meetingregistration-delete?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "customQuestions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/meetingregistration-list-customquestions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/meetingregistration-post-customquestions?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{meetingRegistrationQuestion-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "transcripts", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/onlinemeeting-list-transcripts?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{callTranscript-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/onlinemeeting-list-transcripts?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "virtualAppointment", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createOrGet", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/onlinemeeting-createorget?view=graph-rest-1.0" + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "appCatalogs", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "teamsApps", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/appcatalogs-list-teamsapps?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/teamsapp-publish?view=graph-rest-1.0" + } + ] + }, { "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/appcatalogs-list-teamsapps?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/teamsapp-publish?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{teamsApp-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "appDefinitions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/teamsapp-update?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/teamsapp-update?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{teamsAppDefinition-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "bot", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/teamworkbot-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/teamworkbot-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "colorIcon", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/teamsappicon-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "hostedContent", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/teamworkhostedcontent-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$value", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/teamworkhostedcontent-get?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "outlineIcon", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/teamsappicon-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "hostedContent", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/teamworkhostedcontent-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$value", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/teamworkhostedcontent-get?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "applications", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/application-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/application-post-applications?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/application-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/application-post-applications?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{application-id}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/application-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/application-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": "https://docs.microsoft.com/graph/api/application-delete?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/application-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/application-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": "https://docs.microsoft.com/graph/api/application-delete?view=graph-rest-1.0" + } ] } ], @@ -2345,19 +5317,62 @@ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ], "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, { "segment": "$ref", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{appManagementPolicy-id}", + "labels": [], + "children": [ + { + "segment": "$ref", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] @@ -2370,7 +5385,10 @@ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ], @@ -2381,9 +5399,18 @@ { "name": "beta", "methods": [ - "Get", - "Put", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -2394,36 +5421,114 @@ "segment": "createdOnBehalfOf", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "extensionProperties", + "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/application-list-extensionproperty?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/application-post-extensionproperty?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/application-list-extensionproperty?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/application-post-extensionproperty?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "$ref", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Put", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extensionProperty-id}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Put", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -2431,41 +5536,94 @@ ] }, { - "segment": "extensionProperties", + "segment": "federatedIdentityCredentials", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/application-list-federatedidentitycredentials?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/application-post-federatedidentitycredentials?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/application-list-federatedidentitycredentials?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/application-post-federatedidentitycredentials?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "{extensionProperty-id}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{federatedIdentityCredential-id}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -2476,34 +5634,67 @@ "segment": "homeRealmDiscoveryPolicies", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "$ref", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{homeRealmDiscoveryPolicy-id}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } ] } ] @@ -2514,17 +5705,29 @@ "segment": "logo", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Put" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Put" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } ] } ] @@ -2533,15 +5736,21 @@ "segment": "microsoft.graph.addKey", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/application-addkey?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/application-addkey?view=graph-rest-1.0" + } ] } ] @@ -2550,15 +5759,21 @@ "segment": "microsoft.graph.addPassword", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/application-addpassword?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/application-addpassword?view=graph-rest-1.0" + } ] } ] @@ -2567,15 +5782,21 @@ "segment": "microsoft.graph.checkMemberGroups", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } ] } ] @@ -2584,15 +5805,21 @@ "segment": "microsoft.graph.checkMemberObjects", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] @@ -2601,15 +5828,21 @@ "segment": "microsoft.graph.getMemberGroups", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } ] } ] @@ -2618,15 +5851,21 @@ "segment": "microsoft.graph.getMemberObjects", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0" + } ] } ] @@ -2635,15 +5874,21 @@ "segment": "microsoft.graph.removeKey", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/application-removekey?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/application-removekey?view=graph-rest-1.0" + } ] } ] @@ -2652,15 +5897,21 @@ "segment": "microsoft.graph.removePassword", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/application-removepassword?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/application-removepassword?view=graph-rest-1.0" + } ] } ] @@ -2669,15 +5920,21 @@ "segment": "microsoft.graph.restore", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } ] } ] @@ -2686,15 +5943,21 @@ "segment": "microsoft.graph.setVerifiedPublisher", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/application-setverifiedpublisher?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/application-setverifiedpublisher?view=graph-rest-1.0" + } ] } ] @@ -2703,15 +5966,21 @@ "segment": "microsoft.graph.unsetVerifiedPublisher", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/application-unsetverifiedpublisher?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/application-unsetverifiedpublisher?view=graph-rest-1.0" + } ] } ] @@ -2720,178 +5989,599 @@ "segment": "owners", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/application-list-owners?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/application-list-owners?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "$ref", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] - } - ] - }, - { - "segment": "synchronization", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ + }, { - "segment": "jobs", + "segment": "$ref", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/application-list-owners?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/application-list-owners?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } - ], + ] + }, + { + "segment": "{directoryObject-id}", + "labels": [], "children": [ { - "segment": "{synchronizationJob-id}", + "segment": "$ref", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Delete", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "microsoft.graph.appRoleAssignment", + "labels": [ { - "segment": "microsoft.graph.pause", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.endpoint", + "labels": [ { - "segment": "microsoft.graph.provisionOnDemand", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.restart", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [ { - "segment": "microsoft.graph.start", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.stop", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.user", + "labels": [ { - "segment": "microsoft.graph.validateCredentials", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "schema", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } - ], - "children": [ - { - "segment": "directories", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{directoryDefinition-id}", - "labels": [ - { - "name": "beta", + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.appRoleAssignment", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.endpoint", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.user", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "synchronization", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "jobs", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/synchronization-synchronizationjob-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/synchronization-synchronizationjob-post?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{synchronizationJob-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.pause", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/synchronization-synchronizationjob-pause?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.provisionOnDemand", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/synchronization-synchronizationjob-provision-on-demand?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.restart", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/synchronization-synchronizationjob-restart?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.start", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/synchronization-synchronizationjob-start?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.stop", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.validateCredentials", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/synchronization-synchronizationjob-validatecredentials?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "schema", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/synchronization-synchronizationschema-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/synchronization-synchronizationschema-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "directories", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{directoryDefinition-id}", + "labels": [ + { + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], @@ -2902,7 +6592,10 @@ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directorydefinition-discover?view=graph-rest-1.0" + } ] } ] @@ -2917,7 +6610,10 @@ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] @@ -2928,7 +6624,10 @@ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] @@ -2939,7 +6638,10 @@ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/synchronization-synchronizationschema-parseexpression?view=graph-rest-1.0" + } ] } ] @@ -2954,7 +6656,10 @@ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] @@ -2967,7 +6672,10 @@ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/synchronization-synchronization-acquireaccesstoken?view=graph-rest-1.0" + } ] } ] @@ -2978,7 +6686,10 @@ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] @@ -2989,21 +6700,50 @@ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/synchronization-synchronizationtemplate-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, { "segment": "{synchronizationTemplate-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], @@ -3014,9 +6754,18 @@ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], @@ -3027,21 +6776,50 @@ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, { "segment": "{directoryDefinition-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], @@ -3052,7 +6830,10 @@ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directorydefinition-discover?view=graph-rest-1.0" + } ] } ] @@ -3067,7 +6848,10 @@ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] @@ -3078,7 +6862,10 @@ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] @@ -3089,7 +6876,10 @@ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/synchronization-synchronizationschema-parseexpression?view=graph-rest-1.0" + } ] } ] @@ -3106,34 +6896,104 @@ "segment": "tokenIssuancePolicies", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/application-list-tokenissuancepolicies?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/application-list-tokenissuancepolicies?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "$ref", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "$ref", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/application-list-tokenissuancepolicies?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/application-list-tokenissuancepolicies?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{tokenIssuancePolicy-id}", + "labels": [], + "children": [ + { + "segment": "$ref", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] @@ -3144,34 +7004,104 @@ "segment": "tokenLifetimePolicies", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/application-list-tokenlifetimepolicies?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/application-list-tokenlifetimepolicies?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "$ref", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "$ref", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/application-list-tokenlifetimepolicies?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/application-post-tokenlifetimepolicies?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/application-list-tokenlifetimepolicies?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{tokenLifetimePolicy-id}", + "labels": [], + "children": [ + { + "segment": "$ref", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] @@ -3184,15 +7114,21 @@ "segment": "microsoft.graph.delta()", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] @@ -3203,7 +7139,10 @@ { "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0" + } ] } ] @@ -3212,15 +7151,21 @@ "segment": "microsoft.graph.getByIds", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } ] } ] @@ -3231,7 +7176,10 @@ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] @@ -3240,15 +7188,21 @@ "segment": "microsoft.graph.validateProperties", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } ] } ] @@ -3259,38 +7213,91 @@ "segment": "applicationTemplates", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/applicationtemplate-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/applicationtemplate-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{applicationTemplate-id}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{applicationTemplate-id}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/applicationtemplate-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/applicationtemplate-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], @@ -3299,15 +7306,21 @@ "segment": "microsoft.graph.instantiate", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/applicationtemplate-instantiate?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/applicationtemplate-instantiate?view=graph-rest-1.0" + } ] } ] @@ -3322,21 +7335,50 @@ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, { "segment": "{appRoleAssignment-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -3349,21 +7391,50 @@ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, { "segment": "{approvalWorkflowProvider-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], @@ -3374,21 +7445,50 @@ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, { "segment": "{businessFlow-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], @@ -3399,7 +7499,10 @@ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] @@ -3414,21 +7517,50 @@ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, { "segment": "{businessFlow-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], @@ -3439,7 +7571,10 @@ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] @@ -3454,21 +7589,50 @@ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, { "segment": "{governancePolicyTemplate-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -3483,17 +7647,29 @@ "segment": "auditLogs", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + } ] } ], @@ -3502,38 +7678,91 @@ "segment": "directoryAudits", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryaudit-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryaudit-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{directoryAudit-id}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{directoryAudit-id}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -3546,21 +7775,50 @@ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, { "segment": "{provisioningObjectSummary-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -3571,80 +7829,91 @@ "segment": "provisioning", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/provisioningobjectsummary-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/provisioningobjectsummary-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{provisioningObjectSummary-id}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] - } - ] - }, - { - "segment": "restrictedSignIns", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{restrictedSignIn-id}", + "segment": "{provisioningObjectSummary-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -3655,38 +7924,119 @@ "segment": "signIns", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/signin-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/signin-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{signIn-id}", + "segment": "$count", "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, { "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{signIn-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.confirmCompromised", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/signin-confirmcompromised?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.confirmSafe", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/signin-confirmsafe?view=graph-rest-1.0" + } ] } ] @@ -3699,38 +8049,91 @@ "segment": "authenticationMethodConfigurations", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{authenticationMethodConfiguration-id}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{authenticationMethodConfiguration-id}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -3741,17 +8144,29 @@ "segment": "authenticationMethodsPolicy", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + } ] } ], @@ -3760,38 +8175,91 @@ "segment": "authenticationMethodConfigurations", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{authenticationMethodConfiguration-id}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{authenticationMethodConfiguration-id}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -3806,46 +8274,104 @@ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/bookingbusiness-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/bookingbusiness-post-bookingbusinesses?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "{bookingBusiness-id}", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{bookingBusiness-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/bookingbusiness-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/bookingbusiness-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": "https://docs.microsoft.com/graph/api/bookingbusiness-delete?view=graph-rest-1.0" + } + ] + } + ], + "children": [ { "segment": "appointments", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/bookingbusiness-list-appointments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/bookingbusiness-post-appointments?view=graph-rest-1.0" + } ] } ], "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, { "segment": "{bookingAppointment-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], @@ -3856,7 +8382,10 @@ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/bookingappointment-cancel?view=graph-rest-1.0" + } ] } ] @@ -3871,21 +8400,50 @@ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/bookingbusiness-list-calendarview?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, { "segment": "{bookingAppointment-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], @@ -3896,7 +8454,10 @@ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/bookingappointment-cancel?view=graph-rest-1.0" + } ] } ] @@ -3911,34 +8472,136 @@ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/bookingbusiness-list-customers?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/bookingbusiness-post-customers?view=graph-rest-1.0" + } ] } ], "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, { "segment": "{bookingCustomer-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "customQuestions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/bookingbusiness-list-customquestions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{bookingCustomQuestion-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] } ] }, + { + "segment": "microsoft.graph.getStaffAvailability", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/bookingbusiness-getstaffavailability?view=graph-rest-1.0" + } + ] + } + ] + }, { "segment": "microsoft.graph.publish", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/bookingbusiness-publish?view=graph-rest-1.0" + } ] } ] @@ -3949,7 +8612,10 @@ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/bookingbusiness-unpublish?view=graph-rest-1.0" + } ] } ] @@ -3960,21 +8626,50 @@ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/bookingbusiness-list-services?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/bookingbusiness-post-services?view=graph-rest-1.0" + } ] } ], "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, { "segment": "{bookingService-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -3987,21 +8682,50 @@ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/bookingbusiness-list-staffmembers?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/bookingbusiness-post-staffmembers?view=graph-rest-1.0" + } ] } ], "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, { "segment": "{bookingStaffMember-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -4018,21 +8742,50 @@ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/bookingcurrency-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, { "segment": "{bookingCurrency-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/bookingcurrency-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -4043,62 +8796,387 @@ "segment": "branding", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "localizations", + "segment": "backgroundImage", "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + }, { "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "bannerLogo", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "favicon", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "localizations", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/organizationalbranding-list-localizations?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/organizationalbranding-post-localizations?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/organizationalbranding-list-localizations?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/organizationalbranding-post-localizations?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "{organizationalBrandingLocalization-id}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{organizationalBrandingLocalization-id}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "backgroundImage", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/organizationalbranding-list-localizations?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/organizationalbranding-list-localizations?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "bannerLogo", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/organizationalbranding-list-localizations?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/organizationalbranding-list-localizations?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "favicon", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/organizationalbranding-list-localizations?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "squareLogo", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/organizationalbranding-list-localizations?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/organizationalbranding-list-localizations?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "squareLogoDark", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/organizationalbranding-list-localizations?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } ] } ] } ] + }, + { + "segment": "squareLogo", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "squareLogoDark", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] } ] }, @@ -4108,21 +9186,50 @@ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/businessflowtemplate-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, { "segment": "{businessFlowTemplate-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -4133,38 +9240,91 @@ "segment": "certificateBasedAuthConfiguration", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{certificateBasedAuthConfiguration-id}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{certificateBasedAuthConfiguration-id}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -4175,38 +9335,91 @@ "segment": "chats", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-post?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-post?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "{chat-id}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{chat-id}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-patch?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-patch?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], @@ -4215,38 +9428,91 @@ "segment": "installedApps", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-list-installedapps?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-post-installedapps?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-list-installedapps?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-post-installedapps?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "{teamsAppInstallation-id}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{teamsAppInstallation-id}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], @@ -4255,15 +9521,21 @@ "segment": "microsoft.graph.upgrade", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-teamsappinstallation-upgrade?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-teamsappinstallation-upgrade?view=graph-rest-1.0" + } ] } ] @@ -4272,37 +9544,20 @@ "segment": "teamsApp", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - }, { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] } @@ -4312,37 +9567,20 @@ "segment": "teamsAppDefinition", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - }, { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] } @@ -4358,9 +9596,35 @@ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -4369,38 +9633,91 @@ "segment": "members", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-list-members?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-post-members?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-list-members?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-post-members?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "{conversationMember-id}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{conversationMember-id}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -4411,7 +9728,19 @@ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0" + } ] } ] @@ -4422,38 +9751,91 @@ "segment": "messages", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-list-messages?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-post?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-list-messages?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-post?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "{chatMessage-id}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{chatMessage-id}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], @@ -4461,984 +9843,1025 @@ { "segment": "hostedContents", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{chatMessageHostedContent-id}", - "labels": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Post", + "documentationUrl": null } ] - } - ] - }, - { - "segment": "replies", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{chatMessage-id1}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.delta()", + "segment": "{chatMessageHostedContent-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] } ] - } - ] - }, - { - "segment": "microsoft.graph.delta()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] }, { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.hideForUser", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.sendActivityNotification", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.unhideForUser", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "operations", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{teamsAsyncOperation-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" + "segment": "microsoft.graph.setReaction", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } ] - } - ] - } - ] - }, - { - "segment": "permissionGrants", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{resourceSpecificPermissionGrant-id}", - "labels": [ + }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" + "segment": "microsoft.graph.softDelete", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0" + } + ] + } ] - } - ] - } - ] - }, - { - "segment": "tabs", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{teamsTab-id}", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" + "segment": "microsoft.graph.undoSoftDelete", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0" + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" + "segment": "microsoft.graph.unsetReaction", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } ] - } - ], - "children": [ + }, { - "segment": "teamsApp", + "segment": "replies", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-list-replies?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-post-replies?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-list-replies?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-post-replies?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "$ref", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Put", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Put", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.allMessages()", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getAllMessages()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "commands", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{command-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "responsepayload", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "communications", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch" - ] - } - ], - "children": [ - { - "segment": "callRecords", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{callRecord-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "sessions", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{session-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "segments", + "segment": "{chatMessage-id1}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{segment-id}", + "segment": "hostedContents", "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, { "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, + { + "segment": "{chatMessageHostedContent-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.setReaction", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.softDelete", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.undoSoftDelete", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.unsetReaction", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": null + } ] } ] } ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null } ] } ] } ] - } - ] - }, - { - "segment": "calls", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{call-id}", + "segment": "microsoft.graph.hideForUser", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-hideforuser?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-hideforuser?view=graph-rest-1.0" + } ] } - ], - "children": [ + ] + }, + { + "segment": "microsoft.graph.markChatReadForUser", + "labels": [ { - "segment": "audioRoutingGroups", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-markchatreadforuser?view=graph-rest-1.0" } - ], - "children": [ + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "{audioRoutingGroup-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-markchatreadforuser?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.markChatUnreadForUser", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-markchatunreadforuser?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.answer", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-markchatunreadforuser?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.sendActivityNotification", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-sendactivitynotification?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.cancelMediaProcessing", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-sendactivitynotification?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.unhideForUser", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-unhideforuser?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.changeScreenSharingRole", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-unhideforuser?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "operations", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-list-operations?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.keepAlive", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.mute", + "segment": "{teamsAsyncOperation-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] - }, + } + ] + }, + { + "segment": "permissionGrants", + "labels": [ { - "segment": "microsoft.graph.playPrompt", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-list-permissiongrants?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.record", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.recordResponse", + "segment": "{resourceSpecificPermissionGrant-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.checkMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "microsoft.graph.checkMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } ] - } - ] - }, - { - "segment": "microsoft.graph.redirect", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.getMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "microsoft.graph.getMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.restore", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } + ] + } ] } ] }, { - "segment": "microsoft.graph.reject", + "segment": "microsoft.graph.getByIds", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.subscribeToTone", + "segment": "microsoft.graph.getUserOwnedObjects", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.transfer", + "segment": "microsoft.graph.validateProperties", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } ] + } + ] + } + ] + }, + { + "segment": "pinnedMessages", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-list-pinnedmessages?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-post-pinnedmessages?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.unmute", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-list-pinnedmessages?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-post-pinnedmessages?view=graph-rest-1.0" } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.updateRecordingStatus", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "operations", + "segment": "{pinnedChatMessageInfo-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{commsOperation-id}", + "segment": "message", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] } ] + } + ] + }, + { + "segment": "tabs", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-list-tabs?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-post-tabs?view=graph-rest-1.0" + } + ] }, { - "segment": "participants", + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-list-tabs?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-post-tabs?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{teamsTab-id}", + "labels": [ { - "segment": "{participant-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.mute", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.startHoldMusic", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.stopHoldMusic", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.invite", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.muteAll", + "segment": "teamsApp", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } ] } ] @@ -5446,224 +10869,111 @@ ] } ] - }, - { - "segment": "microsoft.graph.logTeleconferenceDeviceQuality", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] } ] }, { - "segment": "microsoft.graph.getPresencesByUserId", + "segment": "microsoft.graph.allMessages()", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "onlineMeetings", + "segment": "microsoft.graph.getAllMessages()", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{onlineMeeting-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "alternativeRecording", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put" - ] - } - ] - }, - { - "segment": "attendeeReport", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put" - ] - } - ] - }, - { - "segment": "meetingAttendanceReport", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, { - "segment": "recording", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put" - ] - } - ] + "name": "Get", + "documentationUrl": null } ] + } + ] + } + ] + }, + { + "segment": "commands", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.createOrGet", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "presences", + "segment": "{command-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{presence-id}", + "segment": "responsepayload", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clearPresence", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setPresence", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] } @@ -5674,944 +10984,316 @@ ] }, { - "segment": "compliance", + "segment": "communications", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "ediscovery", + "segment": "callRecords", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "cases", + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{callRecord-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{case-id}", + "segment": "sessions", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/callrecords-session-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/callrecords-session-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "custodians", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] - } - ], - "children": [ + }, { - "segment": "{custodian-id}", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.ediscovery.activate", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.ediscovery.release", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.ediscovery.updateIndex", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "siteSources", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{siteSource-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "site", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "unifiedGroupSources", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{unifiedGroupSource-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "group", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "userSources", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{userSource-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "legalHolds", + "segment": "{session-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{legalHold-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ { - "segment": "siteSources", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{siteSource-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "site", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] - } - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "unifiedGroupSources", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{unifiedGroupSource-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "group", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] - } - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "userSources", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{userSource-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] - } - ] - }, - { - "segment": "microsoft.graph.ediscovery.close", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.ediscovery.reopen", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "noncustodialDataSources", - "labels": [ + }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{noncustodialDataSource-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ { - "segment": "dataSource", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.ediscovery.release", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.ediscovery.updateIndex", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "operations", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{caseOperation-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.ediscovery.caseExportOperation", - "labels": [], - "children": [ - { - "segment": "microsoft.graph.ediscovery.getDownloadUrl()", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] } - ] - }, - { - "segment": "reviewSets", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } ], "children": [ { - "segment": "{reviewSet-id}", + "segment": "segments", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.ediscovery.addToReviewSet", - "labels": [ { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.ediscovery.export", - "labels": [ + "name": "Get", + "documentationUrl": null + }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "queries", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + "name": "Get", + "documentationUrl": null + }, { - "segment": "{reviewSetQuery-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.ediscovery.applyTags", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] + "name": "Post", + "documentationUrl": null } ] } - ] - } - ] - }, - { - "segment": "settings", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.ediscovery.resetToDefault", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "sourceCollections", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{sourceCollection-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } ], "children": [ { - "segment": "additionalSources", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{dataSource-id}", - "labels": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] - } - ] - }, - { - "segment": "addToReviewSetOperation", - "labels": [ + }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "custodianSources", + "segment": "{segment-id}", "labels": [ { "name": "beta", "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ] - } - ] - }, - { - "segment": "lastEstimateStatisticsOperation", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ + "name": "Get", + "documentationUrl": null + }, { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.ediscovery.estimateStatistics", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "noncustodialSources", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ + "name": "Patch", + "documentationUrl": null + }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] - } - ] - } - ] - } - ] - }, - { - "segment": "tags", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{tag-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "childTags", - "labels": [ + }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.ediscovery.asHierarchy()", - "labels": [ + "name": "Get", + "documentationUrl": null + }, { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "parent", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ + "name": "Patch", + "documentationUrl": null + }, { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] + "name": "Delete", + "documentationUrl": null } ] } ] } ] - }, - { - "segment": "microsoft.graph.ediscovery.asHierarchy()", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] } ] } @@ -6620,1107 +11302,917 @@ ] } ] - } - ] - }, - { - "segment": "connections", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{externalConnection-id}", + "segment": "calls", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/application-post-calls?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/application-post-calls?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "groups", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{call-id}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{externalGroup-id}", + "segment": "audioRoutingGroups", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/call-list-audioroutinggroups?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/call-post-audioroutinggroups?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "members", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{audioRoutingGroup-id}", + "labels": [ { - "segment": "{externalGroupMember-id}", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "{identity-id}", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } ] } ] - } - ] - }, - { - "segment": "items", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{externalItem-id}", + "segment": "contentSharingSessions", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/call-list-contentsharingsessions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/call-list-contentsharingsessions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{contentSharingSession-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } - ] - } - ] - }, - { - "segment": "operations", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" ] }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{connectionOperation-id}", + "segment": "microsoft.graph.addLargeGalleryView", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/call-addlargegalleryview?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/call-addlargegalleryview?view=graph-rest-1.0" + } ] } ] - } - ] - }, - { - "segment": "schema", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "contacts", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{orgContact-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "directReports", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" + "segment": "microsoft.graph.answer", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/call-answer?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/call-answer?view=graph-rest-1.0" + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", + "segment": "microsoft.graph.cancelMediaProcessing", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/call-cancelmediaprocessing?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/call-cancelmediaprocessing?view=graph-rest-1.0" + } ] } ] - } - ] - }, - { - "segment": "manager", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] }, { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", + "segment": "microsoft.graph.changeScreenSharingRole", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Put", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/call-changescreensharingrole?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Put", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/call-changescreensharingrole?view=graph-rest-1.0" + } ] } ] - } - ] - }, - { - "segment": "memberOf", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] }, { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", + "segment": "microsoft.graph.keepAlive", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/call-keepalive?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/call-keepalive?view=graph-rest-1.0" + } ] } ] - } - ] - }, - { - "segment": "microsoft.graph.checkMemberGroups", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.checkMemberObjects", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getMemberGroups", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getMemberObjects", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.mute", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/call-mute?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/call-mute?view=graph-rest-1.0" + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.restore", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.playPrompt", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/call-playprompt?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/call-playprompt?view=graph-rest-1.0" + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "transitiveMemberOf", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" + "segment": "microsoft.graph.record", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", + "segment": "microsoft.graph.recordResponse", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/call-record?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/call-record?view=graph-rest-1.0" + } ] } ] - } - ] - }, - { - "segment": "transitiveReports", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ + }, { - "segment": "$ref", + "segment": "microsoft.graph.redirect", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/call-redirect?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/call-redirect?view=graph-rest-1.0" + } ] } ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.delta()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getAvailableExtensionProperties", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getByIds", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getUserOwnedObjects", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.validateProperties", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "contracts", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{contract-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.checkMemberGroups", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.checkMemberObjects", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.reject", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/call-reject?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/call-reject?view=graph-rest-1.0" + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getMemberGroups", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.subscribeToTone", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/call-subscribetotone?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/call-subscribetotone?view=graph-rest-1.0" + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getMemberObjects", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.transfer", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/call-transfer?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/call-transfer?view=graph-rest-1.0" + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.restore", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.unmute", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/call-unmute?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/call-unmute?view=graph-rest-1.0" + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.getAvailableExtensionProperties", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getByIds", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getUserOwnedObjects", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.validateProperties", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "dataClassification", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch" - ] - } - ], - "children": [ - { - "segment": "classifyFile", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{fileClassificationRequest-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "file", + "segment": "microsoft.graph.updateRecordingStatus", "labels": [ { "name": "beta", "methods": [ - "Get", - "Put" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/call-updaterecordingstatus?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/call-updaterecordingstatus?view=graph-rest-1.0" + } ] } ] - } - ] - } - ] - }, - { - "segment": "classifyFileJobs", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{jobResponseBase-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "classifyText", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{textClassificationRequest-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "classifyTextJobs", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{jobResponseBase-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "evaluateDlpPoliciesJobs", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{jobResponseBase-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "evaluateLabelJobs", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{jobResponseBase-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "exactMatchDataStores", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{exactMatchDataStore-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ + }, { - "segment": "microsoft.graph.lookup", + "segment": "operations", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{commsOperation-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "sessions", + "segment": "participants", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/call-list-participants?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/call-list-participants?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{exactMatchSession-id}", + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{participant-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "microsoft.graph.cancel", + "segment": "microsoft.graph.mute", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/participant-mute?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/participant-mute?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.commit", + "segment": "microsoft.graph.startHoldMusic", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/participant-startholdmusic?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/participant-startholdmusic?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.renew", + "segment": "microsoft.graph.stopHoldMusic", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/participant-stopholdmusic?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/participant-stopholdmusic?view=graph-rest-1.0" + } ] } ] + } + ] + }, + { + "segment": "microsoft.graph.invite", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/participant-delete?view=graph-rest-1.0" + } + ] }, { - "segment": "uploadAgent", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/participant-delete?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.muteAll", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/participant-muteall?view=graph-rest-1.0" } ] } @@ -7729,30 +12221,26 @@ ] } ] - } - ] - }, - { - "segment": "exactMatchUploadAgents", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + }, { - "segment": "{exactMatchUploadAgent-id}", + "segment": "microsoft.graph.logTeleconferenceDeviceQuality", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/call-logteleconferencedevicequality?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/call-logteleconferencedevicequality?view=graph-rest-1.0" + } ] } ] @@ -7760,549 +12248,325 @@ ] }, { - "segment": "jobs", + "segment": "microsoft.graph.getPresencesByUserId", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{jobResponseBase-id}", - "labels": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/cloudcommunications-getpresencesbyuserid?view=graph-rest-1.0" } ] - } - ] - }, - { - "segment": "microsoft.graph.classifyExactMatches", - "labels": [ + }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/cloudcommunications-getpresencesbyuserid?view=graph-rest-1.0" + } ] } ] }, { - "segment": "sensitiveTypes", + "segment": "onlineMeetings", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{sensitiveType-id}", - "labels": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/onlinemeeting-get?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null } ] - } - ] - }, - { - "segment": "sensitivityLabels", - "labels": [ + }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/onlinemeeting-get?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{sensitivityLabel-id}", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "sublabels", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{sensitivityLabel-id1}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, { - "segment": "microsoft.graph.evaluate", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null } ] - } - ] - }, - { - "segment": "microsoft.graph.evaluate", - "labels": [ + }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] - } - ] - } - ] - }, - { - "segment": "dataPolicyOperations", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{dataPolicyOperation-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "deviceAppManagement", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch" - ] - } - ], - "children": [ - { - "segment": "androidManagedAppProtections", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{androidManagedAppProtection-id}", + "segment": "{onlineMeeting-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "apps", + "segment": "alternativeRecording", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{managedMobileApp-id}", - "labels": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/onlinemeeting-get?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Put", + "documentationUrl": null } ] } ] }, { - "segment": "deploymentSummary", + "segment": "attendanceReports", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/meetingattendancereport-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.hasPayloadLinks", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "defaultManagedAppProtections", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{defaultManagedAppProtection-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "apps", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/meetingattendancereport-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{managedMobileApp-id}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] - } - ] - }, - { - "segment": "deploymentSummary", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "deviceAppManagementTasks", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{deviceAppManagementTask-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.updateStatus", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "enterpriseCodeSigningCertificates", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{enterpriseCodeSigningCertificate-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "iosLobAppProvisioningConfigurations", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{iosLobAppProvisioningConfiguration-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "assignments", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{iosLobAppProvisioningConfigurationAssignment-id}", + "segment": "{meetingAttendanceReport-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "attendanceRecords", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/attendancerecord-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/attendancerecord-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attendanceRecord-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } ] } ] @@ -8310,53 +12574,110 @@ ] }, { - "segment": "deviceStatuses", + "segment": "attendeeReport", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/onlinemeeting-get?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } ] - } - ], - "children": [ + }, { - "segment": "{managedDeviceMobileAppConfigurationDeviceStatus-id}", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/onlinemeeting-get?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null } ] } ] }, { - "segment": "groupAssignments", + "segment": "meetingAttendanceReport", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/meetingattendancereport-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{mobileAppProvisioningConfigGroupAssignment-id}", + "segment": "attendanceRecords", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/attendancerecord-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attendanceRecord-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] @@ -8364,134 +12685,173 @@ ] }, { - "segment": "microsoft.graph.assign", + "segment": "recording", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/onlinemeeting-get?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } ] } ] }, { - "segment": "userStatuses", + "segment": "registration", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/externalmeetingregistration-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/meetingregistration-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": "https://docs.microsoft.com/graph/api/meetingregistration-delete?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "{managedDeviceMobileAppConfigurationUserStatus-id}", + "segment": "customQuestions", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/meetingregistration-list-customquestions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/meetingregistration-post-customquestions?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{meetingRegistrationQuestion-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] } ] - } - ] - }, - { - "segment": "microsoft.graph.hasPayloadLinks", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "iosManagedAppProtections", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{iosManagedAppProtection-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "apps", + "segment": "transcripts", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/onlinemeeting-list-transcripts?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{managedMobileApp-id}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "{callTranscript-id}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/onlinemeeting-list-transcripts?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } ] } ] @@ -8499,22 +12859,23 @@ ] }, { - "segment": "deploymentSummary", + "segment": "virtualAppointment", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -8522,12 +12883,24 @@ ] }, { - "segment": "microsoft.graph.hasPayloadLinks", + "segment": "microsoft.graph.createOrGet", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/onlinemeeting-createorget?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/onlinemeeting-createorget?view=graph-rest-1.0" + } ] } ] @@ -8535,143 +12908,185 @@ ] }, { - "segment": "managedAppPolicies", + "segment": "presences", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{managedAppPolicy-id}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{presence-id}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "microsoft.graph.managedAppProtection", - "labels": [], - "children": [ + "segment": "microsoft.graph.clearPresence", + "labels": [ { - "segment": "microsoft.graph.targetApps", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/presence-clearpresence?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/presence-clearpresence?view=graph-rest-1.0" } ] } ] }, { - "segment": "microsoft.graph.targetApps", + "segment": "microsoft.graph.clearUserPreferredPresence", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/presence-clearuserpreferredpresence?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/presence-clearuserpreferredpresence?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.targetedManagedAppProtection", - "labels": [], - "children": [ + "segment": "microsoft.graph.setPresence", + "labels": [ { - "segment": "microsoft.graph.assign", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/presence-setpresence?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.targetApps", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/presence-setpresence?view=graph-rest-1.0" } ] } ] }, { - "segment": "microsoft.graph.windowsInformationProtection", - "labels": [], - "children": [ + "segment": "microsoft.graph.setUserPreferredPresence", + "labels": [ { - "segment": "microsoft.graph.assign", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/presence-setuserpreferredpresence?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/presence-setuserpreferredpresence?view=graph-rest-1.0" } ] } @@ -8680,308 +13095,436 @@ ] } ] + } + ] + }, + { + "segment": "compliance", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + } + ] }, { - "segment": "managedAppRegistrations", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] + "name": "Get", + "documentationUrl": null }, + { + "name": "Patch", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "ediscovery", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{managedAppRegistration-id}", + "segment": "cases", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/ediscovery-case-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/ediscovery-case-post?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "appliedPolicies", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "{case-id}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{managedAppPolicy-id}", + "segment": "custodians", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/ediscovery-case-list-custodians?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/ediscovery-case-post-custodians?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "microsoft.graph.managedAppProtection", - "labels": [], - "children": [ + "segment": "$count", + "labels": [ { - "segment": "microsoft.graph.targetApps", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "microsoft.graph.targetApps", + "segment": "{custodian-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.targetedManagedAppProtection", - "labels": [], + ], "children": [ { - "segment": "microsoft.graph.assign", + "segment": "microsoft.graph.ediscovery.activate", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/ediscovery-custodian-activate?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.targetApps", + "segment": "microsoft.graph.ediscovery.applyHold", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.ediscovery.release", + "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/ediscovery-custodian-release?view=graph-rest-1.0" + } ] } ] - } - ] - }, - { - "segment": "microsoft.graph.windowsInformationProtection", - "labels": [], - "children": [ + }, { - "segment": "microsoft.graph.assign", + "segment": "microsoft.graph.ediscovery.removeHold", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.ediscovery.updateIndex", + "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] - } - ] - } - ] - } - ] - }, - { - "segment": "intendedPolicies", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{managedAppPolicy-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.managedAppProtection", - "labels": [], - "children": [ + }, { - "segment": "microsoft.graph.targetApps", + "segment": "siteSources", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/ediscovery-custodian-list-sitesources?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/ediscovery-custodian-post-sitesources?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "{siteSource-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "site", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] } ] - } - ] - }, - { - "segment": "microsoft.graph.targetApps", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.targetedManagedAppProtection", - "labels": [], - "children": [ - { - "segment": "microsoft.graph.assign", + "segment": "unifiedGroupSources", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/ediscovery-custodian-list-unifiedgroupsources?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/ediscovery-custodian-post-unifiedgroupsources?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "{unifiedGroupSource-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "group", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] } ] }, { - "segment": "microsoft.graph.targetApps", + "segment": "userSources", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/ediscovery-custodian-list-usersources?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/ediscovery-custodian-post-usersources?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "{userSource-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] @@ -8989,1006 +13532,227 @@ ] }, { - "segment": "microsoft.graph.windowsInformationProtection", - "labels": [], - "children": [ + "segment": "microsoft.graph.ediscovery.applyHold", + "labels": [ { - "segment": "microsoft.graph.assign", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.ediscovery.removeHold", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] } ] } ] - } - ] - }, - { - "segment": "operations", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{managedAppOperation-id}", + "segment": "legalHolds", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.getUserIdsWithFlaggedAppRegistration()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "managedAppStatuses", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{managedAppStatus-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "managedEBookCategories", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{managedEBookCategory-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "managedEBooks", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{managedEBook-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "assignments", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{managedEBookAssignment-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "categories", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ] - } - ] - }, - { - "segment": "deviceStates", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{deviceInstallState-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "installSummary", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.assign", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "userStateSummary", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{userInstallStateSummary-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "deviceStates", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{deviceInstallState-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] } ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "mdmWindowsInformationProtectionPolicies", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{mdmWindowsInformationProtectionPolicy-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.hasPayloadLinks", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.syncMicrosoftStoreForBusinessApps", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "mobileAppCategories", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{mobileAppCategory-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "mobileAppConfigurations", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{managedDeviceMobileAppConfiguration-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "assignments", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{managedDeviceMobileAppConfigurationAssignment-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "deviceStatuses", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{managedDeviceMobileAppConfigurationDeviceStatus-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "deviceStatusSummary", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.assign", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "userStatuses", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{managedDeviceMobileAppConfigurationUserStatus-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "userStatusSummary", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "mobileApps", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{mobileApp-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "assignments", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{mobileAppAssignment-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "categories", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ] - } - ] - }, - { - "segment": "deviceStatuses", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{mobileAppInstallStatus-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "app", + "segment": "{legalHold-id}", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "$ref", + "segment": "siteSources", "labels": [ { "name": "beta", "methods": [ - "Get", - "Put", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/ediscovery-legalhold-list-sitesources?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/ediscovery-legalhold-post-sitesources?view=graph-rest-1.0" + } ] } - ] - }, - { - "segment": "microsoft.graph.assign", - "labels": [ + ], + "children": [ { - "name": "beta", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{siteSource-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "site", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] } ] }, { - "segment": "microsoft.graph.getRelatedAppStates(userPrincipalName={userPrincipalName},deviceId={deviceId})", + "segment": "unifiedGroupSources", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.iosVppApp", - "labels": [], + ], "children": [ { - "segment": "microsoft.graph.revokeAllLicenses", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.revokeDeviceLicense", + "segment": "{unifiedGroupSource-id}", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.revokeUserLicense", - "labels": [ + ], + "children": [ { - "name": "beta", - "methods": [ - "Post" + "segment": "group", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] } ] @@ -9996,12 +13760,57 @@ ] }, { - "segment": "microsoft.graph.updateRelationships", + "segment": "userSources", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/ediscovery-legalhold-list-usersources?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/ediscovery-legalhold-post-usersources?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{userSource-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] @@ -10009,374 +13818,910 @@ ] } ] - } - ] - }, - { - "segment": "installSummary", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.assign", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getRelatedAppStates(userPrincipalName={userPrincipalName},deviceId={deviceId})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.iosVppApp", - "labels": [], - "children": [ - { - "segment": "microsoft.graph.revokeAllLicenses", + "segment": "microsoft.graph.ediscovery.close", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/ediscovery-case-close?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.revokeDeviceLicense", + "segment": "microsoft.graph.ediscovery.reopen", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/ediscovery-case-reopen?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.revokeUserLicense", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.updateRelationships", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "relationships", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{mobileAppRelationship-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "userStatuses", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{userAppInstallStatus-id}", + "segment": "noncustodialDataSources", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/ediscovery-noncustodialdatasource-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/ediscovery-noncustodialdatasource-post?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "app", + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{noncustodialDataSource-id}", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "$ref", + "segment": "dataSource", "labels": [ { "name": "beta", "methods": [ - "Get", - "Put", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.assign", + "segment": "microsoft.graph.ediscovery.applyHold", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.getRelatedAppStates(userPrincipalName={userPrincipalName},deviceId={deviceId})", + "segment": "microsoft.graph.ediscovery.release", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/ediscovery-noncustodialdatasource-release?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.iosVppApp", - "labels": [], - "children": [ + "segment": "microsoft.graph.ediscovery.removeHold", + "labels": [ { - "segment": "microsoft.graph.revokeAllLicenses", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.ediscovery.updateIndex", + "labels": [ { - "segment": "microsoft.graph.revokeDeviceLicense", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ] + } + ] + }, + { + "segment": "microsoft.graph.ediscovery.applyHold", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.revokeUserLicense", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Post", + "documentationUrl": null } ] + } + ] + }, + { + "segment": "microsoft.graph.ediscovery.removeHold", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "operations", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.updateRelationships", - "labels": [ + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "deviceStatuses", + "segment": "{caseOperation-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{mobileAppInstallStatus-id}", + "segment": "microsoft.graph.ediscovery.caseExportOperation", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "app", + "segment": "microsoft.graph.ediscovery.getDownloadUrl()", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "reviewSet", + "labels": [ { - "segment": "$ref", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.ediscovery.caseExportOperation", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "reviewSets", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/ediscovery-case-post-reviewsets?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{reviewSet-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.ediscovery.addToReviewSet", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/ediscovery-reviewset-addtoreviewset?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.ediscovery.export", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/ediscovery-reviewset-export?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "queries", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/ediscovery-reviewsetquery-list?view=graph-rest-1.0" }, { - "segment": "microsoft.graph.assign", - "labels": [ + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/ediscovery-reviewsetquery-post?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{reviewSetQuery-id}", + "labels": [ { - "segment": "microsoft.graph.getRelatedAppStates(userPrincipalName={userPrincipalName},deviceId={deviceId})", + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.ediscovery.applyTags", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/ediscovery-reviewsetquery-applytags?view=graph-rest-1.0" + } ] } ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "settings", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/ediscovery-casesettings-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/ediscovery-casesettings-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.ediscovery.resetToDefault", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/ediscovery-casesettings-resettodefault?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "sourceCollections", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/ediscovery-case-list-sourcecollections?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/ediscovery-case-post-sourcecollections?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{sourceCollection-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "additionalSources", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/ediscovery-sourcecollection-list-additionalsources?view=graph-rest-1.0" }, { - "segment": "microsoft.graph.iosVppApp", - "labels": [], - "children": [ + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.revokeAllLicenses", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{dataSource-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.revokeDeviceLicense", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.revokeUserLicense", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] - }, + } + ] + } + ] + }, + { + "segment": "addToReviewSetOperation", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.updateRelationships", - "labels": [ + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/ediscovery-sourcecollection-list-addtoreviewsetoperation?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "custodianSources", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/ediscovery-sourcecollection-list-custodiansources?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{dataSource-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "lastEstimateStatisticsOperation", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/ediscovery-sourcecollection-list-lastestimatestatisticsoperation?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.ediscovery.estimateStatistics", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/ediscovery-sourcecollection-estimatestatistics?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.ediscovery.purgeData", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/ediscovery-sourcecollection-purgedata?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "noncustodialSources", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/ediscovery-sourcecollection-list-noncustodialsources?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{noncustodialDataSource-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "tags", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/ediscovery-case-list-tags?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/ediscovery-case-post-tags?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{tag-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "childTags", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/ediscovery-tag-childtags?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{tag-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null } ] } ] } ] + }, + { + "segment": "parent", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.ediscovery.asHierarchy()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] } ] } @@ -10385,139 +14730,290 @@ ] } ] - }, + } + ] + } + ] + }, + { + "segment": "connections", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.getMobileAppCount(status={status})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.getTopMobileApps(status={status},count={count})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.hasPayloadLinks", - "labels": [ + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.validateXml", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "policySets", + "segment": "{externalConnection-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{policySet-id}", + "segment": "groups", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/externalconnectors-externalconnection-post-groups?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/externalconnectors-externalconnection-post-groups?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "assignments", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] - } - ], - "children": [ + }, { - "segment": "{policySetAssignment-id}", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "items", + "segment": "{externalGroup-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{policySetItem-id}", + "segment": "members", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/externalconnectors-externalgroup-post-members?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/externalconnectors-externalgroup-post-members?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{identity-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } - ] - } - ] - }, - { - "segment": "microsoft.graph.update", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" ] } ] @@ -10525,233 +15021,277 @@ ] }, { - "segment": "microsoft.graph.getPolicySets", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "sideLoadingKeys", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{sideLoadingKey-id}", + "segment": "items", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "symantecCodeSigningCertificate", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "targetedManagedAppConfigurations", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{targetedManagedAppConfiguration-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "apps", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{managedMobileApp-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "assignments", + "segment": "{externalItem-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{targetedManagedAppPolicyAssignment-id}", + "segment": "activities", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, + { + "segment": "{externalActivity-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "performedBy", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.externalConnectors.addActivities", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": null + } ] } ] } ] - }, + } + ] + }, + { + "segment": "operations", + "labels": [ { - "segment": "deploymentSummary", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.assign", + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.targetApps", + "segment": "{connectionOperation-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -10759,871 +15299,1713 @@ ] }, { - "segment": "microsoft.graph.hasPayloadLinks", + "segment": "quota", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/externalconnectors-connectionquota-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] - } - ] - }, - { - "segment": "vppTokens", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{vppToken-id}", + "segment": "schema", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.revokeLicenses", - "labels": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/externalconnectors-schema-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/externalconnectors-schema-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.syncLicenses", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/externalconnectors-schema-get?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } ] + } + ] + } + ] + }, + { + "segment": "contacts", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/orgcontact-list?view=graph-rest-1.0" }, { - "segment": "microsoft.graph.getLicensesForApp(bundleId={bundleId})", - "labels": [ + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/orgcontact-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.syncLicenseCounts", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "wdacSupplementalPolicies", + "segment": "{orgContact-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/orgcontact-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/orgcontact-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{windowsDefenderApplicationControlSupplementalPolicy-id}", + "segment": "directReports", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/orgcontact-list-directreports?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/orgcontact-list-directreports?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "assignments", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] - } - ], - "children": [ + }, { - "segment": "{windowsDefenderApplicationControlSupplementalPolicyAssignment-id}", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "deploySummary", + "segment": "{directoryObject-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] - } - ] - }, - { - "segment": "deviceStatuses", - "labels": [ + }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus-id}", + "segment": "microsoft.graph.orgContact", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "policy", + "segment": "microsoft.graph.checkMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkMemberObjects", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "microsoft.graph.getMemberGroups", + "labels": [ { - "segment": "$ref", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.assign", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.restore", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" } ] } ] } ] + }, + { + "segment": "microsoft.graph.user", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] } ] }, { - "segment": "microsoft.graph.assign", + "segment": "microsoft.graph.orgContact", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] } ] - } - ] - } - ] - }, - { - "segment": "windowsInformationProtectionDeviceRegistrations", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{windowsInformationProtectionDeviceRegistration-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ + }, { - "segment": "microsoft.graph.wipe", + "segment": "microsoft.graph.user", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] } ] } ] - } - ] - }, - { - "segment": "windowsInformationProtectionPolicies", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{windowsInformationProtectionPolicy-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "windowsInformationProtectionWipeActions", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{windowsInformationProtectionWipeAction-id}", + "segment": "manager", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/orgcontact-get-manager?view=graph-rest-1.0" + } ] - } - ] - } - ] - }, - { - "segment": "windowsManagementApp", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ + }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Put", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/orgcontact-get-manager?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.setAsManagedInstaller", + "segment": "memberOf", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/orgcontact-list-memberof?view=graph-rest-1.0" + } ] - } - ] - } - ] - } - ] - }, - { - "segment": "deviceManagement", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch" - ] - } - ], - "children": [ - { - "segment": "advancedThreatProtectionOnboardingStateSummary", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "advancedThreatProtectionOnboardingDeviceSettingStates", - "labels": [ + }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/orgcontact-list-memberof?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "{advancedThreatProtectionOnboardingDeviceSettingState-id}", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } ] } ] - } - ] - } - ] - }, - { - "segment": "androidDeviceOwnerEnrollmentProfiles", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{androidDeviceOwnerEnrollmentProfile-id}", - "labels": [ + }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" + "segment": "{directoryObject-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.application", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.device", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.group", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.orgContact", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.checkMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.restore", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.user", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] - } - ], - "children": [ + }, { - "segment": "microsoft.graph.createToken", + "segment": "microsoft.graph.application", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "microsoft.graph.revokeToken", + "segment": "microsoft.graph.device", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] } ] - } - ] - } - ] - }, - { - "segment": "androidForWorkAppConfigurationSchemas", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{androidForWorkAppConfigurationSchema-id}", - "labels": [ + }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" + "segment": "microsoft.graph.group", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] - } - ] - } - ] - }, - { - "segment": "androidForWorkEnrollmentProfiles", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{androidForWorkEnrollmentProfile-id}", - "labels": [ + }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" + "segment": "microsoft.graph.orgContact", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] - } - ], - "children": [ + }, { - "segment": "microsoft.graph.createToken", + "segment": "microsoft.graph.servicePrincipal", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "microsoft.graph.revokeToken", + "segment": "microsoft.graph.user", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] } ] } ] - } - ] - }, - { - "segment": "androidForWorkSettings", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ + }, { - "segment": "microsoft.graph.completeSignup", + "segment": "microsoft.graph.checkMemberGroups", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } ] - } - ] - }, - { - "segment": "microsoft.graph.requestSignupUrl", - "labels": [ + }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.syncApps", + "segment": "microsoft.graph.checkMemberObjects", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] - } - ] - }, - { - "segment": "microsoft.graph.unbind", - "labels": [ + }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] - } - ] - }, - { - "segment": "androidManagedStoreAccountEnterpriseSettings", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ + }, { - "segment": "microsoft.graph.approveApps", + "segment": "microsoft.graph.getMemberGroups", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } ] - } - ] - }, - { - "segment": "microsoft.graph.completeSignup", - "labels": [ + }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.createGooglePlayWebToken", + "segment": "microsoft.graph.getMemberObjects", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] - } - ] - }, - { - "segment": "microsoft.graph.requestSignupUrl", - "labels": [ + }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.setAndroidDeviceOwnerFullyManagedEnrollmentState", + "segment": "microsoft.graph.restore", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } ] - } - ] - }, - { - "segment": "microsoft.graph.syncApps", - "labels": [ + }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.unbind", + "segment": "transitiveMemberOf", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] - } - ] - } - ] - }, - { - "segment": "androidManagedStoreAppConfigurationSchemas", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{androidManagedStoreAppConfigurationSchema-id}", - "labels": [ + }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/orgcontact-list-transitivememberof?view=graph-rest-1.0" + } ] } - ] - } - ] - }, - { - "segment": "applePushNotificationCertificate", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.downloadApplePushNotificationCertificateSigningRequest()", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Get" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get" + "segment": "{directoryObject-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.application", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.device", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.group", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.orgContact", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.checkMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.restore", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.user", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] - } - ] - }, - { - "segment": "microsoft.graph.generateApplePushNotificationCertificateSigningRequest", - "labels": [ + }, { - "name": "beta", - "methods": [ - "Post" + "segment": "microsoft.graph.application", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] - } - ] - } - ] - }, - { - "segment": "appleUserInitiatedEnrollmentProfiles", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{appleUserInitiatedEnrollmentProfile-id}", - "labels": [ + }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" + "segment": "microsoft.graph.device", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] - } - ], - "children": [ + }, { - "segment": "assignments", + "segment": "microsoft.graph.group", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{appleEnrollmentProfileAssignment-id}", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } ] } ] @@ -11631,12 +17013,189 @@ ] }, { - "segment": "microsoft.graph.setPriority", + "segment": "microsoft.graph.orgContact", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.user", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "transitiveReports", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{directoryObject-id}", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] @@ -11646,83 +17205,308 @@ ] }, { - "segment": "assignmentFilters", + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getAvailableExtensionProperties", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getByIds", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getUserOwnedObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.validateProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "contracts", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/contract-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/contract-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{contract-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/contract-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/contract-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{deviceAndAppManagementAssignmentFilter-id}", + "segment": "microsoft.graph.checkMemberGroups", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } ] - } - ], - "children": [ + }, { - "segment": "microsoft.graph.getSupportedProperties()", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" } ] } ] }, { - "segment": "microsoft.graph.enable", + "segment": "microsoft.graph.checkMemberObjects", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.getPlatformSupportedProperties(platform={platform})", + "segment": "microsoft.graph.getMemberGroups", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.getState()", + "segment": "microsoft.graph.getMemberObjects", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.validateFilter", + "segment": "microsoft.graph.restore", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } ] } ] @@ -11730,131 +17514,149 @@ ] }, { - "segment": "auditEvents", + "segment": "microsoft.graph.getAvailableExtensionProperties", "labels": [ { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{auditEvent-id}", - "labels": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.getByIds", + "labels": [ { - "segment": "microsoft.graph.getAuditActivityTypes(category={category})", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.getAuditCategories()", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" } ] } ] }, { - "segment": "autopilotEvents", + "segment": "microsoft.graph.getUserOwnedObjects", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "microsoft.graph.validateProperties", + "labels": [ { - "segment": "{deviceManagementAutopilotEvent-id}", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" } - ], - "children": [ + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "policyStatusDetails", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{deviceManagementAutopilotPolicyStatusDetail-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" } ] } ] - }, + } + ] + }, + { + "segment": "dataClassification", + "labels": [ { - "segment": "cartToClassAssociations", + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "classifyFileJobs", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{cartToClassAssociation-id}", + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{jobResponseBase-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -11862,54 +17664,54 @@ ] }, { - "segment": "categories", + "segment": "classifyTextJobs", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{deviceManagementSettingCategory-id}", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{jobResponseBase-id}", + "labels": [ { - "segment": "settingDefinitions", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + "name": "Get", + "documentationUrl": null + }, { - "segment": "{deviceManagementSettingDefinition-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } @@ -11918,37 +17720,55 @@ ] }, { - "segment": "chromeOSOnboardingSettings", + "segment": "evaluateDlpPoliciesJobs", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{chromeOSOnboardingSettings-id}", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.connect", + "segment": "{jobResponseBase-id}", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -11956,26 +17776,55 @@ ] }, { - "segment": "cloudPCConnectivityIssues", + "segment": "evaluateLabelJobs", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{cloudPCConnectivityIssue-id}", + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{jobResponseBase-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -11983,698 +17832,1106 @@ ] }, { - "segment": "comanagedDevices", + "segment": "exactMatchDataStores", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{managedDevice-id}", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "assignmentFilterEvaluationStatusDetails", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ { - "segment": "{assignmentFilterEvaluationStatusDetails-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{exactMatchDataStore-id}", + "labels": [ { - "segment": "detectedApps", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ + "name": "Get", + "documentationUrl": null + }, { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ] - } - ] - }, - { - "segment": "deviceCategory", - "labels": [ + "name": "Patch", + "documentationUrl": null + }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "deviceCompliancePolicyStates", + "segment": "microsoft.graph.lookup", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{deviceCompliancePolicyState-id}", - "labels": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Post", + "documentationUrl": null } ] } ] }, { - "segment": "deviceConfigurationStates", + "segment": "sessions", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{deviceConfigurationState-id}", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] - } - ] - }, - { - "segment": "logCollectionRequests", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + }, { - "segment": "{deviceLogCollectionResponse-id}", + "segment": "{exactMatchSession-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "microsoft.graph.createDownloadUrl", + "segment": "microsoft.graph.cancel", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] - } - ] - } - ] - }, - { - "segment": "managedDeviceMobileAppConfigurationStates", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{managedDeviceMobileAppConfigurationState-id}", - "labels": [ + }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" + "segment": "microsoft.graph.commit", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.renew", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "uploadAgent", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] } ] - }, + } + ] + } + ] + }, + { + "segment": "exactMatchUploadAgents", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.activateDeviceEsim", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.bypassActivationLock", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ { - "segment": "microsoft.graph.cleanWindowsDevice", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{exactMatchUploadAgent-id}", + "labels": [ { - "segment": "microsoft.graph.createDeviceLogCollectionRequest", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] + } + ] + } + ] + }, + { + "segment": "jobs", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.deleteUserFromSharedAppleDevice", - "labels": [ + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{jobResponseBase-id}", + "labels": [ { - "segment": "microsoft.graph.deprovision", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.classifyExactMatches", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.classifyFile", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.classifyText", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "sensitiveTypes", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.disable", - "labels": [ + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{sensitiveType-id}", + "labels": [ { - "segment": "microsoft.graph.disableLostMode", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] + } + ] + } + ] + }, + { + "segment": "sensitivityLabels", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.enableLostMode", - "labels": [ + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{sensitivityLabel-id}", + "labels": [ { - "segment": "microsoft.graph.getCloudPcRemoteActionResults()", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.getFileVaultKey()", + "segment": "sublabels", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.getNonCompliantSettings()", - "labels": [ + ], + "children": [ { - "name": "beta", - "methods": [ - "Get" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] - } - ] - }, - { - "segment": "microsoft.graph.locateDevice", - "labels": [ + }, { - "name": "beta", - "methods": [ - "Post" + "segment": "{sensitivityLabel-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] - } - ] - }, - { - "segment": "microsoft.graph.logoutSharedAppleDeviceActiveUser", - "labels": [ + }, { - "name": "beta", - "methods": [ - "Post" + "segment": "microsoft.graph.evaluate", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } ] } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.evaluate", + "labels": [ { - "segment": "microsoft.graph.overrideComplianceState", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] + } + ] + } + ] + } + ] + }, + { + "segment": "dataPolicyOperations", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{dataPolicyOperation-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/datapolicyoperation-get?view=graph-rest-1.0" }, { - "segment": "microsoft.graph.playLostModeSound", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.rebootNow", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/datapolicyoperation-get?view=graph-rest-1.0" }, { - "segment": "microsoft.graph.recoverPasscode", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.reenable", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "deviceAppManagement", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "androidManagedAppProtections", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.remoteLock", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.reprovisionCloudPc", - "labels": [ + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.requestRemoteAssistance", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{androidManagedAppProtection-id}", + "labels": [ { - "segment": "microsoft.graph.resetPasscode", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.resizeCloudPc", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.retire", + "segment": "apps", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] - } - ] - }, - { - "segment": "microsoft.graph.revokeAppleVppLicenses", - "labels": [ + }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.rotateBitLockerKeys", - "labels": [ + ], + "children": [ { - "name": "beta", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] - } - ] - }, - { - "segment": "microsoft.graph.rotateFileVaultKey", - "labels": [ + }, { - "name": "beta", - "methods": [ - "Post" + "segment": "{managedMobileApp-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "microsoft.graph.sendCustomNotificationToCompanyPortal", + "segment": "deploymentSummary", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] - } - ] - }, - { - "segment": "microsoft.graph.setDeviceName", - "labels": [ + }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.hasPayloadLinks", + "labels": [ { - "segment": "microsoft.graph.shutDown", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] + } + ] + } + ] + }, + { + "segment": "defaultManagedAppProtections", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.syncDevice", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.triggerConfigurationManagerAction", - "labels": [ + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.updateWindowsDeviceAccount", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{defaultManagedAppProtection-id}", + "labels": [ { - "segment": "microsoft.graph.windowsDefenderScan", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.windowsDefenderUpdateSignatures", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.wipe", + "segment": "apps", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] - } - ] - }, - { - "segment": "securityBaselineStates", - "labels": [ + }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{securityBaselineState-id}", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "settingStates", - "labels": [ { - "name": "beta", - "methods": [ - "Get", - "Post" - ] + "name": "Get", + "documentationUrl": null } - ], - "children": [ + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "{securityBaselineSettingState-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] + "name": "Get", + "documentationUrl": null } ] } ] - } - ] - }, - { - "segment": "users", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ + }, { - "segment": "$ref", + "segment": "{managedMobileApp-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -12682,147 +18939,114 @@ ] }, { - "segment": "windowsProtectionState", + "segment": "deploymentSummary", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] - } - ], - "children": [ + }, { - "segment": "detectedMalwareState", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + "name": "Get", + "documentationUrl": null + }, { - "segment": "{windowsDeviceMalwareState-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } ] } ] - }, - { - "segment": "microsoft.graph.bulkReprovisionCloudPc", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.executeAction", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.moveDevicesToOU", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] } ] }, { - "segment": "comanagementEligibleDevices", + "segment": "deviceAppManagementTasks", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{comanagementEligibleDevice-id}", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] - } - ] - }, - { - "segment": "complianceManagementPartners", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{complianceManagementPartner-id}", + "segment": "{deviceAppManagementTask-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] - }, + } + ], + "children": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" + "segment": "microsoft.graph.updateStatus", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } ] } ] @@ -12830,58 +19054,55 @@ ] }, { - "segment": "conditionalAccessSettings", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "configManagerCollections", + "segment": "enterpriseCodeSigningCertificates", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{configManagerCollection-id}", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.getPolicySummary(policyId={policyId})", + "segment": "{enterpriseCodeSigningCertificate-id}", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -12889,53 +19110,55 @@ ] }, { - "segment": "configurationCategories", + "segment": "iosLobAppProvisioningConfigurations", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{deviceManagementConfigurationCategory-id}", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] - } - ] - }, - { - "segment": "configurationPolicies", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + }, { - "segment": "{deviceManagementConfigurationPolicy-id}", + "segment": "{iosLobAppProvisioningConfiguration-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], @@ -12946,21 +19169,50 @@ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{deviceManagementConfigurationPolicyAssignment-id}", + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{iosLobAppProvisioningConfigurationAssignment-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -12968,308 +19220,111 @@ ] }, { - "segment": "microsoft.graph.assign", + "segment": "deviceStatuses", "labels": [ { "name": "beta", "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.createCopy", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "settings", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{deviceManagementConfigurationSetting-id}", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "settingDefinitions", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null } ] } ] - } - ] - } - ] - } - ] - }, - { - "segment": "configurationPolicyTemplates", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{deviceManagementConfigurationPolicyTemplate-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "settingTemplates", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + }, { - "segment": "{deviceManagementConfigurationSettingTemplate-id}", + "segment": "{managedDeviceMobileAppConfigurationDeviceStatus-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "settingDefinitions", - "labels": [ { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + "name": "Get", + "documentationUrl": null + }, { - "segment": "{deviceManagementConfigurationSettingDefinition-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } ] } ] - } - ] - } - ] - }, - { - "segment": "configurationSettings", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{deviceManagementConfigurationSettingDefinition-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "dataSharingConsents", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{dataSharingConsent-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.consentToDataSharing", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "depOnboardingSettings", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{depOnboardingSetting-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ + }, { - "segment": "defaultIosEnrollmentProfile", + "segment": "groupAssignments", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "$ref", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Put", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] - } - ] - }, - { - "segment": "defaultMacOsEnrollmentProfile", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ + }, { - "segment": "$ref", + "segment": "{mobileAppProvisioningConfigGroupAssignment-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Put", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -13277,180 +19332,87 @@ ] }, { - "segment": "enrollmentProfiles", + "segment": "microsoft.graph.assign", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{enrollmentProfile-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.exportMobileConfig()", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.setDefaultProfile", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, { - "segment": "microsoft.graph.updateDeviceProfileAssignment", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Post", + "documentationUrl": null } ] } ] }, { - "segment": "importedAppleDeviceIdentities", + "segment": "userStatuses", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{importedAppleDeviceIdentity-id}", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.importAppleDeviceIdentityList", + "segment": "{managedDeviceMobileAppConfigurationUserStatus-id}", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] } ] - }, - { - "segment": "microsoft.graph.generateEncryptionPublicKey", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getEncryptionPublicKey()", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.shareForSchoolDataSyncService", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.syncWithAppleDeviceEnrollmentProgram", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.unshareForSchoolDataSyncService", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.uploadDepToken", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] } ] }, { - "segment": "microsoft.graph.getExpiringVppTokenCount(expiringBeforeDateTime={expiringBeforeDateTime})", + "segment": "microsoft.graph.hasPayloadLinks", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": null + } ] } ] @@ -13458,265 +19420,366 @@ ] }, { - "segment": "derivedCredentials", + "segment": "iosManagedAppProtections", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{deviceManagementDerivedCredentialSettings-id}", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } ] } ] - } - ] - }, - { - "segment": "detectedApps", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{detectedApp-id}", + "segment": "{iosManagedAppProtection-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "managedDevices", + "segment": "apps", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "$ref", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.bulkReprovisionCloudPc", + "segment": "{managedMobileApp-id}", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] - }, + } + ] + }, + { + "segment": "deploymentSummary", + "labels": [ { - "segment": "microsoft.graph.executeAction", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.moveDevicesToOU", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } ] } ] + }, + { + "segment": "microsoft.graph.hasPayloadLinks", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] } ] }, { - "segment": "deviceCategories", + "segment": "managedAppPolicies", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{deviceCategory-id}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] - } - ] - }, - { - "segment": "deviceCompliancePolicies", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{deviceCompliancePolicy-id}", + "segment": "{managedAppPolicy-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "assignments", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], + "segment": "microsoft.graph.managedAppProtection", + "labels": [], "children": [ { - "segment": "{deviceCompliancePolicyAssignment-id}", + "segment": "microsoft.graph.targetApps", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": null + } ] } ] @@ -13724,83 +19787,74 @@ ] }, { - "segment": "deviceSettingStateSummaries", + "segment": "microsoft.graph.targetApps", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } - ], + ] + }, + { + "segment": "microsoft.graph.targetedManagedAppConfiguration", + "labels": [], "children": [ { - "segment": "{settingStateDeviceSummary-id}", + "segment": "microsoft.graph.assign", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": null + } ] } ] - } - ] - }, - { - "segment": "deviceStatuses", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{deviceComplianceDeviceStatus-id}", + "segment": "microsoft.graph.targetApps", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": null + } ] } ] @@ -13808,139 +19862,50 @@ ] }, { - "segment": "deviceStatusOverview", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.assign", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.scheduleActionsForRules", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "scheduledActionsForRule", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], + "segment": "microsoft.graph.targetedManagedAppProtection", + "labels": [], "children": [ { - "segment": "{deviceComplianceScheduledActionForRule-id}", + "segment": "microsoft.graph.assign", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "microsoft.graph.targetApps", + "labels": [ { - "segment": "scheduledActionConfigurations", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Post" - ] + "name": "Post", + "documentationUrl": null } - ], - "children": [ + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "{deviceComplianceActionItem-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] + "name": "Post", + "documentationUrl": null } ] } @@ -13949,41 +19914,28 @@ ] }, { - "segment": "userStatuses", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], + "segment": "microsoft.graph.windowsInformationProtection", + "labels": [], "children": [ { - "segment": "{deviceComplianceUserStatus-id}", + "segment": "microsoft.graph.assign", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": null + } ] } ] @@ -13991,22 +19943,35 @@ ] }, { - "segment": "userStatusOverview", - "labels": [ + "segment": "microsoft.graph.windowsManagedAppProtection", + "labels": [], + "children": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" + "segment": "microsoft.graph.assign", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" + "segment": "microsoft.graph.targetApps", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } ] } ] @@ -14014,56 +19979,81 @@ ] }, { - "segment": "microsoft.graph.getDevicesScheduledToRetire", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.hasPayloadLinks", - "labels": [ + "segment": "microsoft.graph.androidManagedAppProtection", + "labels": [], + "children": [ { - "name": "beta", - "methods": [ - "Post" + "segment": "microsoft.graph.hasPayloadLinks", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "microsoft.graph.refreshDeviceComplianceReportSummarization", - "labels": [ + "segment": "microsoft.graph.iosManagedAppProtection", + "labels": [], + "children": [ { - "name": "beta", - "methods": [ - "Post" + "segment": "microsoft.graph.hasPayloadLinks", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "microsoft.graph.setScheduledRetireState", - "labels": [ + "segment": "microsoft.graph.mdmWindowsInformationProtectionPolicy", + "labels": [], + "children": [ { - "name": "beta", - "methods": [ - "Post" + "segment": "microsoft.graph.hasPayloadLinks", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "microsoft.graph.validateComplianceScript", - "labels": [ + "segment": "microsoft.graph.targetedManagedAppConfiguration", + "labels": [], + "children": [ { - "name": "beta", - "methods": [ - "Post" + "segment": "microsoft.graph.hasPayloadLinks", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } ] } ] @@ -14071,617 +20061,881 @@ ] }, { - "segment": "deviceCompliancePolicyDeviceStateSummary", + "segment": "managedAppRegistrations", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "deviceCompliancePolicySettingStateSummaries", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{deviceCompliancePolicySettingStateSummary-id}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{managedAppRegistration-id}", + "labels": [ { - "segment": "deviceComplianceSettingStates", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + "name": "Patch", + "documentationUrl": null + }, { - "segment": "{deviceComplianceSettingState-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] - } - ] - } - ] - }, - { - "segment": "deviceComplianceScripts", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{deviceComplianceScript-id}", - "labels": [ + }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "assignments", + "segment": "appliedPolicies", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{deviceHealthScriptAssignment-id}", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } ] } ] - } - ] - }, - { - "segment": "deviceRunStates", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + }, { - "segment": "{deviceComplianceScriptDeviceState-id}", + "segment": "{managedAppPolicy-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "managedDevice", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], + "segment": "microsoft.graph.managedAppProtection", + "labels": [], "children": [ { - "segment": "$ref", + "segment": "microsoft.graph.targetApps", "labels": [ { "name": "beta", "methods": [ - "Get", - "Put", - "Delete" + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } ] } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.targetApps", + "labels": [ { - "segment": "microsoft.graph.activateDeviceEsim", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.bypassActivationLock", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.targetedManagedAppConfiguration", + "labels": [], + "children": [ { - "segment": "microsoft.graph.cleanWindowsDevice", + "segment": "microsoft.graph.assign", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] - } - ] - }, - { - "segment": "microsoft.graph.createDeviceLogCollectionRequest", - "labels": [ + }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.deleteUserFromSharedAppleDevice", + "segment": "microsoft.graph.targetApps", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] - } - ] - }, - { - "segment": "microsoft.graph.deprovision", - "labels": [ + }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.targetedManagedAppProtection", + "labels": [], + "children": [ { - "segment": "microsoft.graph.disable", + "segment": "microsoft.graph.assign", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] - } - ] - }, - { - "segment": "microsoft.graph.disableLostMode", - "labels": [ + }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.enableLostMode", + "segment": "microsoft.graph.targetApps", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] - } - ] - }, - { - "segment": "microsoft.graph.getCloudPcRemoteActionResults()", - "labels": [ + }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": null + } ] } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.windowsInformationProtection", + "labels": [], + "children": [ { - "segment": "microsoft.graph.getFileVaultKey()", + "segment": "microsoft.graph.assign", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": null + } ] - } - ] - }, - { - "segment": "microsoft.graph.getNonCompliantSettings()", - "labels": [ + }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": null + } ] } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.windowsManagedAppProtection", + "labels": [], + "children": [ { - "segment": "microsoft.graph.locateDevice", + "segment": "microsoft.graph.assign", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.logoutSharedAppleDeviceActiveUser", + "segment": "microsoft.graph.targetApps", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] - }, + } + ] + } + ] + }, + { + "segment": "microsoft.graph.androidManagedAppProtection", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.hasPayloadLinks", + "labels": [ { - "segment": "microsoft.graph.overrideComplianceState", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ] + } + ] + }, + { + "segment": "microsoft.graph.iosManagedAppProtection", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.hasPayloadLinks", + "labels": [ { - "segment": "microsoft.graph.playLostModeSound", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ] + } + ] + }, + { + "segment": "microsoft.graph.mdmWindowsInformationProtectionPolicy", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.hasPayloadLinks", + "labels": [ { - "segment": "microsoft.graph.rebootNow", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ] + } + ] + }, + { + "segment": "microsoft.graph.targetedManagedAppConfiguration", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.hasPayloadLinks", + "labels": [ { - "segment": "microsoft.graph.recoverPasscode", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] + } + ] + } + ] + } + ] + }, + { + "segment": "intendedPolicies", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{managedAppPolicy-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.reenable", + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.managedAppProtection", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.targetApps", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] - } - ] - }, - { - "segment": "microsoft.graph.remoteLock", - "labels": [ + }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.targetApps", + "labels": [ { - "segment": "microsoft.graph.reprovisionCloudPc", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.requestRemoteAssistance", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.targetedManagedAppConfiguration", + "labels": [], + "children": [ { - "segment": "microsoft.graph.resetPasscode", + "segment": "microsoft.graph.assign", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] - } - ] - }, - { - "segment": "microsoft.graph.resizeCloudPc", - "labels": [ + }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.retire", + "segment": "microsoft.graph.targetApps", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] - } - ] - }, - { - "segment": "microsoft.graph.revokeAppleVppLicenses", - "labels": [ + }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.targetedManagedAppProtection", + "labels": [], + "children": [ { - "segment": "microsoft.graph.rotateBitLockerKeys", + "segment": "microsoft.graph.assign", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] - } - ] - }, - { - "segment": "microsoft.graph.rotateFileVaultKey", - "labels": [ + }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.sendCustomNotificationToCompanyPortal", + "segment": "microsoft.graph.targetApps", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] - } - ] - }, - { - "segment": "microsoft.graph.setDeviceName", - "labels": [ + }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.windowsInformationProtection", + "labels": [], + "children": [ { - "segment": "microsoft.graph.shutDown", + "segment": "microsoft.graph.assign", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } ] } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.windowsManagedAppProtection", + "labels": [], + "children": [ { - "segment": "microsoft.graph.syncDevice", + "segment": "microsoft.graph.assign", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.triggerConfigurationManagerAction", + "segment": "microsoft.graph.targetApps", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] - }, + } + ] + } + ] + }, + { + "segment": "microsoft.graph.androidManagedAppProtection", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.hasPayloadLinks", + "labels": [ { - "segment": "microsoft.graph.updateWindowsDeviceAccount", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ] + } + ] + }, + { + "segment": "microsoft.graph.iosManagedAppProtection", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.hasPayloadLinks", + "labels": [ { - "segment": "microsoft.graph.windowsDefenderScan", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ] + } + ] + }, + { + "segment": "microsoft.graph.mdmWindowsInformationProtectionPolicy", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.hasPayloadLinks", + "labels": [ { - "segment": "microsoft.graph.windowsDefenderUpdateSignatures", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ] + } + ] + }, + { + "segment": "microsoft.graph.targetedManagedAppConfiguration", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.hasPayloadLinks", + "labels": [ { - "segment": "microsoft.graph.wipe", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] } @@ -14692,26 +20946,120 @@ ] }, { - "segment": "microsoft.graph.assign", + "segment": "operations", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{managedAppOperation-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] + } + ] + }, + { + "segment": "microsoft.graph.getUserIdsWithFlaggedAppRegistration()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] }, { - "segment": "runSummary", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] } @@ -14720,74 +21068,150 @@ ] }, { - "segment": "deviceConfigurationConflictSummary", + "segment": "managedAppStatuses", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{deviceConfigurationConflictSummary-id}", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } ] } ] - } - ] - }, - { - "segment": "deviceConfigurationDeviceStateSummaries", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" + "segment": "{managedAppStatus-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "deviceConfigurationRestrictedAppsViolations", + "segment": "managedEBookCategories", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{restrictedAppsViolation-id}", + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{managedEBookCategory-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -14795,41 +21219,94 @@ ] }, { - "segment": "deviceConfigurations", + "segment": "managedEBooks", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{deviceConfiguration-id}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{managedEBook-id}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], @@ -14838,38 +21315,91 @@ "segment": "assignments", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{deviceConfigurationAssignment-id}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{managedEBookAssignment-id}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -14877,41 +21407,43 @@ ] }, { - "segment": "deviceSettingStateSummaries", + "segment": "categories", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{settingStateDeviceSummary-id}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "{managedEBookCategory-id}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] @@ -14919,41 +21451,94 @@ ] }, { - "segment": "deviceStatuses", + "segment": "deviceStates", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{deviceConfigurationDeviceStatus-id}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{deviceInstallState-id}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -14961,142 +21546,248 @@ ] }, { - "segment": "deviceStatusOverview", + "segment": "installSummary", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.assign", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "groupAssignments", + "segment": "userStateSummary", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{deviceConfigurationGroupAssignment-id}", + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{userInstallStateSummary-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "deviceConfiguration", + "segment": "deviceStates", "labels": [ { "name": "beta", "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.assign", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.assignedAccessMultiModeProfiles", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] - } - ] - }, - { - "segment": "microsoft.graph.getOmaSettingPlainTextValue(secretReferenceValueId={secretReferenceValueId})", - "labels": [ + }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.windowsPrivacyAccessControls", + "segment": "{deviceInstallState-id}", "labels": [ { "name": "beta", "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.windowsUpdateForBusinessConfiguration", - "labels": [], - "children": [ - { - "segment": "microsoft.graph.extendFeatureUpdatesPause", - "labels": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.extendQualityUpdatesPause", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } @@ -15107,212 +21798,232 @@ ] } ] - }, + } + ] + } + ] + }, + { + "segment": "mdmWindowsInformationProtectionPolicies", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.assign", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.assignedAccessMultiModeProfiles", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.getOmaSettingPlainTextValue(secretReferenceValueId={secretReferenceValueId})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ { - "segment": "microsoft.graph.windowsPrivacyAccessControls", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.windowsUpdateForBusinessConfiguration", - "labels": [], - "children": [ - { - "segment": "microsoft.graph.extendFeatureUpdatesPause", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.extendQualityUpdatesPause", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{mdmWindowsInformationProtectionPolicy-id}", + "labels": [ { - "segment": "userStatuses", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + "name": "Patch", + "documentationUrl": null + }, { - "segment": "{deviceConfigurationUserStatus-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "userStatusOverview", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } ] }, { - "segment": "microsoft.graph.getIosAvailableUpdateVersions()", + "segment": "microsoft.graph.hasPayloadLinks", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": null + } ] } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.syncMicrosoftStoreForBusinessApps", + "labels": [ { - "segment": "microsoft.graph.getTargetedUsersAndDevices", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.hasPayloadLinks", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] } ] }, { - "segment": "deviceConfigurationsAllManagedDeviceCertificateStates", + "segment": "mobileAppCategories", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{managedAllDeviceCertificateState-id}", + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{mobileAppCategory-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -15320,39 +22031,94 @@ ] }, { - "segment": "deviceConfigurationUserStateSummaries", + "segment": "mobileAppConfigurations", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] - } - ] - }, - { - "segment": "deviceCustomAttributeShellScripts", - "labels": [ + }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{deviceCustomAttributeShellScript-id}", + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{managedDeviceMobileAppConfiguration-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], @@ -15363,21 +22129,89 @@ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{deviceManagementScriptAssignment-id}", + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{managedDeviceMobileAppConfigurationAssignment-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -15385,460 +22219,250 @@ ] }, { - "segment": "deviceRunStates", + "segment": "deviceStatuses", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{deviceManagementScriptDeviceState-id}", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] - } - ], - "children": [ + }, { - "segment": "managedDevice", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.activateDeviceEsim", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.bypassActivationLock", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.cleanWindowsDevice", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.createDeviceLogCollectionRequest", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.deleteUserFromSharedAppleDevice", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.deprovision", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.disable", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.disableLostMode", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.enableLostMode", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getCloudPcRemoteActionResults()", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getFileVaultKey()", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getNonCompliantSettings()", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.locateDevice", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.logoutSharedAppleDeviceActiveUser", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.overrideComplianceState", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.playLostModeSound", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.rebootNow", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.recoverPasscode", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.reenable", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.remoteLock", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.reprovisionCloudPc", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.requestRemoteAssistance", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.resetPasscode", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + ] + } + ] + }, + { + "segment": "{managedDeviceMobileAppConfigurationDeviceStatus-id}", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.resizeCloudPc", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.retire", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.revokeAppleVppLicenses", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.rotateBitLockerKeys", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.rotateFileVaultKey", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.sendCustomNotificationToCompanyPortal", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "deviceStatusSummary", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.assign", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "userStatuses", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.setDeviceName", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.shutDown", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{managedDeviceMobileAppConfigurationUserStatus-id}", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.syncDevice", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.triggerConfigurationManagerAction", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.updateWindowsDeviceAccount", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.windowsDefenderScan", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.windowsDefenderUpdateSignatures", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.wipe", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] } @@ -15847,26 +22471,230 @@ ] }, { - "segment": "groupAssignments", + "segment": "userStatusSummary", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "mobileApps", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{mobileApp-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "assignments", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{deviceManagementScriptGroupAssignment-id}", + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{mobileAppAssignment-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -15874,36 +22702,70 @@ ] }, { - "segment": "microsoft.graph.assign", + "segment": "categories", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] - } - ] - }, - { - "segment": "runSummary", - "labels": [ + }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "$ref", + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{mobileAppCategory-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Put", - "Delete" + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } ] } ] @@ -15911,482 +22773,812 @@ ] }, { - "segment": "userRunStates", + "segment": "deviceStatuses", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{deviceManagementScriptUserState-id}", + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{mobileAppInstallStatus-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "deviceRunStates", + "segment": "app", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{deviceManagementScriptDeviceState-id}", - "labels": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } - ], - "children": [ - { - "segment": "managedDevice", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ + ] + } + ] + } + ] + } + ] + }, + { + "segment": "installSummary", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.assign", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getRelatedAppStates(userPrincipalName='{userPrincipalName}',deviceId='{deviceId}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.iosVppApp", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.revokeAllLicenses", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.revokeDeviceLicense", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.revokeUserLicense", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.managedMobileLobApp", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "contentVersions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{mobileAppContent-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "containedApps", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.activateDeviceEsim", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ { - "segment": "microsoft.graph.bypassActivationLock", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{mobileContainedApp-id}", + "labels": [ { - "segment": "microsoft.graph.cleanWindowsDevice", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.createDeviceLogCollectionRequest", - "labels": [ + "name": "Get", + "documentationUrl": null + }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.deleteUserFromSharedAppleDevice", - "labels": [ + "name": "Patch", + "documentationUrl": null + }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] - }, + } + ] + } + ] + }, + { + "segment": "files", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.deprovision", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.disable", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.disableLostMode", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.enableLostMode", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ { - "segment": "microsoft.graph.getCloudPcRemoteActionResults()", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.getFileVaultKey()", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{mobileAppContentFile-id}", + "labels": [ { - "segment": "microsoft.graph.getNonCompliantSettings()", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.locateDevice", - "labels": [ + "name": "Get", + "documentationUrl": null + }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.logoutSharedAppleDeviceActiveUser", - "labels": [ + "name": "Patch", + "documentationUrl": null + }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.overrideComplianceState", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.playLostModeSound", - "labels": [ + "name": "Get", + "documentationUrl": null + }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.rebootNow", - "labels": [ + "name": "Patch", + "documentationUrl": null + }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.recoverPasscode", + "segment": "microsoft.graph.commit", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] - } - ] - }, - { - "segment": "microsoft.graph.reenable", - "labels": [ + }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.remoteLock", + "segment": "microsoft.graph.renewUpload", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] - } - ] - }, - { - "segment": "microsoft.graph.reprovisionCloudPc", - "labels": [ + }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] - }, + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.mobileLobApp", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "contentVersions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{mobileAppContent-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "containedApps", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.requestRemoteAssistance", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.resetPasscode", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ { - "segment": "microsoft.graph.resizeCloudPc", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{mobileContainedApp-id}", + "labels": [ { - "segment": "microsoft.graph.retire", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.revokeAppleVppLicenses", - "labels": [ + "name": "Get", + "documentationUrl": null + }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.rotateBitLockerKeys", - "labels": [ + "name": "Patch", + "documentationUrl": null + }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] - }, + } + ] + } + ] + }, + { + "segment": "files", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.rotateFileVaultKey", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.sendCustomNotificationToCompanyPortal", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.setDeviceName", - "labels": [ + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.shutDown", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{mobileAppContentFile-id}", + "labels": [ { - "segment": "microsoft.graph.syncDevice", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.triggerConfigurationManagerAction", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.updateWindowsDeviceAccount", + "segment": "microsoft.graph.commit", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] - } - ] - }, - { - "segment": "microsoft.graph.windowsDefenderScan", - "labels": [ + }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.windowsDefenderUpdateSignatures", + "segment": "microsoft.graph.renewUpload", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] - } - ] - }, - { - "segment": "microsoft.graph.wipe", - "labels": [ + }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] @@ -16400,123 +23592,355 @@ ] } ] - } - ] - } - ] - }, - { - "segment": "deviceEnrollmentConfigurations", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{deviceEnrollmentConfiguration-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" + "segment": "microsoft.graph.updateRelationships", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } ] - } - ], - "children": [ + }, { - "segment": "assignments", + "segment": "relationships", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, + { + "segment": "{mobileAppRelationship-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "userStatuses", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{enrollmentConfigurationAssignment-id}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "{userAppInstallStatus-id}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "app", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "deviceStatuses", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{mobileAppInstallStatus-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "app", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } ] } ] } ] + } + ] + }, + { + "segment": "microsoft.graph.getMobileAppCount(status='{status}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getTopMobileApps(status='{status}',count={count})", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.hasPayloadLinks", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.managedMobileLobApp", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] }, { - "segment": "microsoft.graph.assign", + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] + } + ] + }, + { + "segment": "microsoft.graph.mobileLobApp", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] }, { - "segment": "microsoft.graph.setPriority", + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] @@ -16524,12 +23948,15 @@ ] }, { - "segment": "microsoft.graph.hasPayloadLinks", + "segment": "microsoft.graph.validateXml", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] @@ -16537,26 +23964,55 @@ ] }, { - "segment": "deviceHealthScripts", + "segment": "policySets", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{deviceHealthScript-id}", + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{policySet-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], @@ -16567,21 +24023,50 @@ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{deviceHealthScriptAssignment-id}", + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{policySetAssignment-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -16589,460 +24074,447 @@ ] }, { - "segment": "deviceRunStates", + "segment": "items", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{deviceHealthScriptDeviceState-id}", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{policySetItem-id}", + "labels": [ { - "segment": "managedDevice", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ + "name": "Get", + "documentationUrl": null + }, { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.activateDeviceEsim", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.bypassActivationLock", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.cleanWindowsDevice", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.createDeviceLogCollectionRequest", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.deleteUserFromSharedAppleDevice", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.deprovision", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.disable", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.disableLostMode", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.enableLostMode", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getCloudPcRemoteActionResults()", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getFileVaultKey()", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getNonCompliantSettings()", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.locateDevice", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.logoutSharedAppleDeviceActiveUser", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.overrideComplianceState", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.playLostModeSound", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.rebootNow", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.recoverPasscode", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.reenable", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.remoteLock", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.reprovisionCloudPc", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.update", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getPolicySets", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "sideLoadingKeys", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{sideLoadingKey-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "symantecCodeSigningCertificate", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "targetedManagedAppConfigurations", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{targetedManagedAppConfiguration-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "apps", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.requestRemoteAssistance", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.resetPasscode", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{managedMobileApp-id}", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.resizeCloudPc", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.retire", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.revokeAppleVppLicenses", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.rotateBitLockerKeys", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.rotateFileVaultKey", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.sendCustomNotificationToCompanyPortal", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "assignments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.setDeviceName", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.shutDown", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{targetedManagedAppPolicyAssignment-id}", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.syncDevice", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.triggerConfigurationManagerAction", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.updateWindowsDeviceAccount", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.windowsDefenderScan", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.windowsDefenderUpdateSignatures", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.wipe", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] } @@ -17051,58 +24523,86 @@ ] }, { - "segment": "microsoft.graph.assign", + "segment": "deploymentSummary", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] - } - ] - }, - { - "segment": "microsoft.graph.getGlobalScriptHighestAvailableVersion", - "labels": [ + }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.getRemediationHistory()", + "segment": "microsoft.graph.assign", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": null + } ] - } - ] - }, - { - "segment": "microsoft.graph.updateGlobalScript", - "labels": [ + }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "runSummary", + "segment": "microsoft.graph.targetApps", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } ] } ] @@ -17110,76 +24610,177 @@ ] }, { - "segment": "microsoft.graph.areGlobalScriptsAvailable()", + "segment": "microsoft.graph.hasPayloadLinks", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": null + } ] } ] + } + ] + }, + { + "segment": "vppTokens", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] }, { - "segment": "microsoft.graph.enableGlobalScripts", + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.getRemediationSummary()", + "segment": "{vppToken-id}", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.revokeLicenses", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.syncLicenses", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } ] } - ] - } - ] - }, - { - "segment": "deviceManagementPartners", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" ] }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{deviceManagementPartner-id}", + "segment": "microsoft.graph.getLicensesForApp(bundleId='{bundleId}')", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.syncLicenseCounts", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": null + } ] } ] @@ -17187,26 +24788,55 @@ ] }, { - "segment": "deviceManagementScripts", + "segment": "wdacSupplementalPolicies", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{deviceManagementScript-id}", + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{windowsDefenderApplicationControlSupplementalPolicy-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], @@ -17217,21 +24847,50 @@ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{deviceManagementScriptAssignment-id}", + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{windowsDefenderApplicationControlSupplementalPolicyAssignment-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -17239,458 +24898,90 @@ ] }, { - "segment": "deviceRunStates", + "segment": "deploySummary", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "deviceStatuses", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{deviceManagementScriptDeviceState-id}", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus-id}", + "labels": [ { - "segment": "managedDevice", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.activateDeviceEsim", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.bypassActivationLock", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.cleanWindowsDevice", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.createDeviceLogCollectionRequest", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.deleteUserFromSharedAppleDevice", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.deprovision", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.disable", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.disableLostMode", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.enableLostMode", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getCloudPcRemoteActionResults()", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.getFileVaultKey()", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.getNonCompliantSettings()", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.locateDevice", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "policy", + "labels": [ { - "segment": "microsoft.graph.logoutSharedAppleDeviceActiveUser", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.overrideComplianceState", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.playLostModeSound", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.rebootNow", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.recoverPasscode", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.reenable", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.remoteLock", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.reprovisionCloudPc", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.requestRemoteAssistance", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.resetPasscode", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.resizeCloudPc", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.retire", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.revokeAppleVppLicenses", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.rotateBitLockerKeys", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.rotateFileVaultKey", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.sendCustomNotificationToCompanyPortal", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setDeviceName", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.shutDown", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.syncDevice", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.triggerConfigurationManagerAction", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.updateWindowsDeviceAccount", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.windowsDefenderScan", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.windowsDefenderUpdateSignatures", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.wipe", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] } @@ -17701,63 +24992,350 @@ ] }, { - "segment": "groupAssignments", + "segment": "microsoft.graph.assign", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{deviceManagementScriptGroupAssignment-id}", - "labels": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Post", + "documentationUrl": null } ] } ] + } + ] + } + ] + }, + { + "segment": "windowsInformationProtectionDeviceRegistrations", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.assign", + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{windowsInformationProtectionDeviceRegistration-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.wipe", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] + } + ] + } + ] + }, + { + "segment": "windowsInformationProtectionPolicies", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "runSummary", + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{windowsInformationProtectionPolicy-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "windowsInformationProtectionWipeActions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{windowsInformationProtectionWipeAction-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "windowsManagedAppProtections", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{windowsManagedAppProtection-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "apps", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "$ref", + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{managedMobileApp-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Put", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -17765,1575 +25343,297 @@ ] }, { - "segment": "userRunStates", + "segment": "assignments", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{deviceManagementScriptUserState-id}", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{targetedManagedAppPolicyAssignment-id}", + "labels": [ { - "segment": "deviceRunStates", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + "name": "Get", + "documentationUrl": null + }, { - "segment": "{deviceManagementScriptDeviceState-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "managedDevice", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.activateDeviceEsim", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.bypassActivationLock", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.cleanWindowsDevice", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.createDeviceLogCollectionRequest", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.deleteUserFromSharedAppleDevice", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.deprovision", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.disable", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.disableLostMode", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.enableLostMode", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getCloudPcRemoteActionResults()", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getFileVaultKey()", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getNonCompliantSettings()", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.locateDevice", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.logoutSharedAppleDeviceActiveUser", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.overrideComplianceState", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.playLostModeSound", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.rebootNow", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.recoverPasscode", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.reenable", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.remoteLock", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.reprovisionCloudPc", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.requestRemoteAssistance", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.resetPasscode", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.resizeCloudPc", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.retire", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.revokeAppleVppLicenses", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.rotateBitLockerKeys", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.rotateFileVaultKey", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.sendCustomNotificationToCompanyPortal", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setDeviceName", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.shutDown", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.syncDevice", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.triggerConfigurationManagerAction", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.updateWindowsDeviceAccount", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.windowsDefenderScan", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.windowsDefenderUpdateSignatures", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.wipe", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } ] } ] + }, + { + "segment": "microsoft.graph.assign", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.targetApps", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] } ] - }, + } + ] + }, + { + "segment": "windowsManagementApp", + "labels": [ { - "segment": "microsoft.graph.hasPayloadLinks", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] } ] + } + ] + }, + { + "segment": "deviceManagement", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + } + ] }, { - "segment": "deviceShellScripts", + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "advancedThreatProtectionOnboardingStateSummary", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{deviceShellScript-id}", + "segment": "advancedThreatProtectionOnboardingDeviceSettingStates", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "assignments", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{advancedThreatProtectionOnboardingDeviceSettingState-id}", + "labels": [ { - "segment": "{deviceManagementScriptAssignment-id}", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } ] + } + ] + } + ] + }, + { + "segment": "androidDeviceOwnerEnrollmentProfiles", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "deviceRunStates", + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{androidDeviceOwnerEnrollmentProfile-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.createToken", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "microsoft.graph.revokeToken", + "labels": [ { - "segment": "{deviceManagementScriptDeviceState-id}", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "managedDevice", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.activateDeviceEsim", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.bypassActivationLock", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.cleanWindowsDevice", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.createDeviceLogCollectionRequest", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.deleteUserFromSharedAppleDevice", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.deprovision", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.disable", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.disableLostMode", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.enableLostMode", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getCloudPcRemoteActionResults()", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getFileVaultKey()", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getNonCompliantSettings()", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.locateDevice", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.logoutSharedAppleDeviceActiveUser", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.overrideComplianceState", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.playLostModeSound", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.rebootNow", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.recoverPasscode", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.reenable", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.remoteLock", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.reprovisionCloudPc", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.requestRemoteAssistance", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.resetPasscode", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.resizeCloudPc", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.retire", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.revokeAppleVppLicenses", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.rotateBitLockerKeys", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.rotateFileVaultKey", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.sendCustomNotificationToCompanyPortal", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setDeviceName", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.shutDown", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.syncDevice", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.triggerConfigurationManagerAction", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.updateWindowsDeviceAccount", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.windowsDefenderScan", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.windowsDefenderUpdateSignatures", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.wipe", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "groupAssignments", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{deviceManagementScriptGroupAssignment-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.assign", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "runSummary", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "userRunStates", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{deviceManagementScriptUserState-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "deviceRunStates", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{deviceManagementScriptDeviceState-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "managedDevice", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.activateDeviceEsim", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.bypassActivationLock", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.cleanWindowsDevice", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.createDeviceLogCollectionRequest", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.deleteUserFromSharedAppleDevice", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.deprovision", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.disable", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.disableLostMode", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.enableLostMode", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getCloudPcRemoteActionResults()", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getFileVaultKey()", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getNonCompliantSettings()", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.locateDevice", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.logoutSharedAppleDeviceActiveUser", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.overrideComplianceState", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.playLostModeSound", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.rebootNow", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.recoverPasscode", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.reenable", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.remoteLock", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.reprovisionCloudPc", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.requestRemoteAssistance", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.resetPasscode", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.resizeCloudPc", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.retire", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.revokeAppleVppLicenses", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.rotateBitLockerKeys", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.rotateFileVaultKey", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.sendCustomNotificationToCompanyPortal", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setDeviceName", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.shutDown", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.syncDevice", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.triggerConfigurationManagerAction", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.updateWindowsDeviceAccount", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.windowsDefenderScan", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.windowsDefenderUpdateSignatures", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.wipe", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] + "name": "Post", + "documentationUrl": null } ] } @@ -19344,26 +25644,55 @@ ] }, { - "segment": "domainJoinConnectors", + "segment": "androidForWorkAppConfigurationSchemas", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{deviceManagementDomainJoinConnector-id}", + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{androidForWorkAppConfigurationSchema-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -19371,91 +25700,83 @@ ] }, { - "segment": "embeddedSIMActivationCodePools", + "segment": "androidForWorkEnrollmentProfiles", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{embeddedSIMActivationCodePool-id}", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{androidForWorkEnrollmentProfile-id}", + "labels": [ { - "segment": "assignments", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + "name": "Get", + "documentationUrl": null + }, { - "segment": "{embeddedSIMActivationCodePoolAssignment-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "deviceStates", + "segment": "microsoft.graph.createToken", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{embeddedSIMDeviceState-id}", - "labels": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Post", + "documentationUrl": null } ] } ] }, { - "segment": "microsoft.graph.assign", + "segment": "microsoft.graph.revokeToken", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] @@ -19465,101 +25786,78 @@ ] }, { - "segment": "exchangeConnectors", + "segment": "androidForWorkSettings", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{deviceManagementExchangeConnector-id}", + "segment": "microsoft.graph.completeSignup", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "microsoft.graph.requestSignupUrl", + "labels": [ { - "segment": "microsoft.graph.sync", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] } ] - } - ] - }, - { - "segment": "exchangeOnPremisesPolicies", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + }, { - "segment": "{deviceManagementExchangeOnPremisesPolicy-id}", + "segment": "microsoft.graph.syncApps", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "microsoft.graph.unbind", + "labels": [ { - "segment": "conditionalAccessSettings", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Post", + "documentationUrl": null } ] } @@ -19568,157 +25866,254 @@ ] }, { - "segment": "exchangeOnPremisesPolicy", + "segment": "androidManagedStoreAccountEnterpriseSettings", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "conditionalAccessSettings", + "segment": "microsoft.graph.approveApps", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": null + } ] } ] - } - ] - }, - { - "segment": "groupPolicyCategories", - "labels": [ + }, { - "name": "beta", - "methods": [ - "Get", - "Post" + "segment": "microsoft.graph.completeSignup", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } ] - } - ], - "children": [ + }, { - "segment": "{groupPolicyCategory-id}", + "segment": "microsoft.graph.createGooglePlayWebToken", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "microsoft.graph.requestSignupUrl", + "labels": [ { - "segment": "children", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": null } - ], - "children": [ + ] + } + ] + }, + { + "segment": "microsoft.graph.setAndroidDeviceOwnerFullyManagedEnrollmentState", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.syncApps", + "labels": [ { - "segment": "definitionFile", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": null } - ], - "children": [ + ] + } + ] + }, + { + "segment": "microsoft.graph.unbind", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] + "name": "Post", + "documentationUrl": null } ] + } + ] + } + ] + }, + { + "segment": "androidManagedStoreAppConfigurationSchemas", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "definitions", - "labels": [ + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } - ], - "children": [ + ] + } + ] + }, + { + "segment": "{androidManagedStoreAppConfigurationSchema-id}", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] + } + ] + } + ] + }, + { + "segment": "applePushNotificationCertificate", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "parent", - "labels": [ + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.downloadApplePushNotificationCertificateSigningRequest()", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } - ], - "children": [ + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.generateApplePushNotificationCertificateSigningRequest", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null } ] } @@ -19727,26 +26122,55 @@ ] }, { - "segment": "groupPolicyConfigurations", + "segment": "appleUserInitiatedEnrollmentProfiles", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{groupPolicyConfiguration-id}", + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{appleUserInitiatedEnrollmentProfile-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], @@ -19757,156 +26181,49 @@ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{groupPolicyConfigurationAssignment-id}", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] - } - ] - }, - { - "segment": "definitionValues", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + }, { - "segment": "{groupPolicyDefinitionValue-id}", + "segment": "{appleEnrollmentProfileAssignment-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "definition", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "presentationValues", - "labels": [ + "name": "Get", + "documentationUrl": null + }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + "name": "Patch", + "documentationUrl": null + }, { - "segment": "{groupPolicyPresentationValue-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "definitionValue", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "presentation", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] } @@ -19915,23 +26232,15 @@ ] }, { - "segment": "microsoft.graph.assign", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.updateDefinitionValues", + "segment": "microsoft.graph.setPriority", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] @@ -19941,214 +26250,210 @@ ] }, { - "segment": "groupPolicyDefinitionFiles", + "segment": "assignmentFilters", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{groupPolicyDefinitionFile-id}", + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{deviceAndAppManagementAssignmentFilter-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "definitions", + "segment": "microsoft.graph.getSupportedProperties()", "labels": [ { "name": "beta", "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ { - "name": "beta", - "methods": [ - "Get", - "Post" - ] + "name": "Get", + "documentationUrl": null } ] } ] } ] + }, + { + "segment": "microsoft.graph.enable", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getPlatformSupportedProperties(platform='{platform}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getState()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.validateFilter", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] } ] }, { - "segment": "groupPolicyDefinitions", + "segment": "auditEvents", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{groupPolicyDefinition-id}", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "category", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{auditEvent-id}", + "labels": [ { - "segment": "definitionFile", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ + "name": "Get", + "documentationUrl": null + }, { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "nextVersionDefinition", - "labels": [ + "name": "Patch", + "documentationUrl": null + }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Delete", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.getAuditActivityTypes(category='{category}')", + "labels": [ { - "segment": "presentations", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + "name": "beta", + "methods": [ { - "segment": "{groupPolicyPresentation-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "definition", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] - } - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.getAuditCategories()", + "labels": [ { - "segment": "previousVersionDefinition", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] } @@ -20157,78 +26462,109 @@ ] }, { - "segment": "groupPolicyMigrationReports", + "segment": "autopilotEvents", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{groupPolicyMigrationReport-id}", + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{deviceManagementAutopilotEvent-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "groupPolicySettingMappings", + "segment": "policyStatusDetails", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{groupPolicySettingMapping-id}", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] - } - ] - }, - { - "segment": "unsupportedGroupPolicyExtensions", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + }, { - "segment": "{unsupportedGroupPolicyExtension-id}", + "segment": "{deviceManagementAutopilotPolicyStatusDetail-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -20236,41 +26572,59 @@ ] } ] - }, - { - "segment": "microsoft.graph.createMigrationReport", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] } ] }, { - "segment": "groupPolicyObjectFiles", + "segment": "cartToClassAssociations", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{groupPolicyObjectFile-id}", + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{cartToClassAssociation-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -20278,108 +26632,197 @@ ] }, { - "segment": "groupPolicyUploadedDefinitionFiles", + "segment": "categories", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{groupPolicyUploadedDefinitionFile-id}", + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{deviceManagementSettingCategory-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "groupPolicyOperations", + "segment": "settingDefinitions", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{groupPolicyOperation-id}", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] - } - ] - }, - { - "segment": "microsoft.graph.addLanguageFiles", - "labels": [ + }, { - "name": "beta", - "methods": [ - "Post" + "segment": "{deviceManagementSettingDefinition-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] + } + ] + } + ] + }, + { + "segment": "certificateConnectorDetails", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.remove", - "labels": [ + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{certificateConnectorDetails-id}", + "labels": [ { - "segment": "microsoft.graph.removeLanguageFiles", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.updateLanguageFiles", + "segment": "microsoft.graph.getHealthMetrics", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.uploadNewVersion", + "segment": "microsoft.graph.getHealthMetricTimeSeries", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] @@ -20389,48 +26832,83 @@ ] }, { - "segment": "importedDeviceIdentities", + "segment": "chromeOSOnboardingSettings", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{importedDeviceIdentity-id}", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.importDeviceIdentityList", + "segment": "{chromeOSOnboardingSettings-id}", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.searchExistingIdentities", + "segment": "microsoft.graph.connect", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.disconnect", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] @@ -20438,58 +26916,55 @@ ] }, { - "segment": "importedWindowsAutopilotDeviceIdentities", + "segment": "cloudPCConnectivityIssues", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{importedWindowsAutopilotDeviceIdentity-id}", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.import", + "segment": "{cloudPCConnectivityIssue-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -20497,106 +26972,108 @@ ] }, { - "segment": "intents", + "segment": "comanagedDevices", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{deviceManagementIntent-id}", + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{managedDevice-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "assignments", + "segment": "assignmentFilterEvaluationStatusDetails", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{deviceManagementIntentAssignment-id}", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] - } - ] - }, - { - "segment": "categories", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + }, { - "segment": "{deviceManagementIntentSettingCategory-id}", + "segment": "{assignmentFilterEvaluationStatusDetails-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "settings", - "labels": [ { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + "name": "Get", + "documentationUrl": null + }, { - "segment": "{deviceManagementSettingInstance-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } @@ -20605,53 +27082,43 @@ ] }, { - "segment": "deviceSettingStateSummaries", + "segment": "detectedApps", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{deviceManagementIntentDeviceSettingStateSummary-id}", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] - } - ] - }, - { - "segment": "deviceStates", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + }, { - "segment": "{deviceManagementIntentDeviceState-id}", + "segment": "{detectedApp-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] @@ -20659,94 +27126,77 @@ ] }, { - "segment": "deviceStateSummary", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.assign", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.compare(templateId={templateId})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.createCopy", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.migrateToTemplate", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.updateSettings", + "segment": "deviceCategory", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] }, { - "segment": "settings", + "segment": "deviceCompliancePolicyStates", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{deviceManagementSettingInstance-id}", + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{deviceCompliancePolicyState-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -20754,230 +27204,124 @@ ] }, { - "segment": "userStates", + "segment": "deviceConfigurationStates", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{deviceManagementIntentUserState-id}", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] + { + "name": "Get", + "documentationUrl": null + } + ] } ] - } - ] - }, - { - "segment": "userStateSummary", - "labels": [ + }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" + "segment": "{deviceConfigurationState-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] - } - ] - } - ] - }, - { - "segment": "intuneBrandingProfiles", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{intuneBrandingProfile-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ + }, { - "segment": "assignments", + "segment": "logCollectionRequests", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{intuneBrandingProfileAssignment-id}", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] - } - ] - }, - { - "segment": "microsoft.graph.assign", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "iosUpdateStatuses", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{iosUpdateDeviceStatus-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "macOSSoftwareUpdateAccountSummaries", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{macOSSoftwareUpdateAccountSummary-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "categorySummaries", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + }, { - "segment": "{macOSSoftwareUpdateCategorySummary-id}", + "segment": "{deviceLogCollectionResponse-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "updateStateSummaries", + "segment": "microsoft.graph.createDownloadUrl", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{macOSSoftwareUpdateStateSummary-id}", - "labels": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Post", + "documentationUrl": null } ] } @@ -20986,164 +27330,57 @@ ] } ] - } - ] - } - ] - }, - { - "segment": "managedDeviceEncryptionStates", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{managedDeviceEncryptionState-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "managedDeviceOverview", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "managedDevices", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{managedDevice-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "assignmentFilterEvaluationStatusDetails", + "segment": "managedDeviceMobileAppConfigurationStates", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{assignmentFilterEvaluationStatusDetails-id}", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] - } - ] - }, - { - "segment": "detectedApps", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ + }, { - "segment": "$ref", + "segment": "{managedDeviceMobileAppConfigurationState-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -21151,329 +27388,225 @@ ] }, { - "segment": "deviceCategory", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "deviceCompliancePolicyStates", + "segment": "microsoft.graph.activateDeviceEsim", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{deviceCompliancePolicyState-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Post", + "documentationUrl": null } ] } ] }, { - "segment": "deviceConfigurationStates", + "segment": "microsoft.graph.bypassActivationLock", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{deviceConfigurationState-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Post", + "documentationUrl": null } ] } ] }, { - "segment": "logCollectionRequests", + "segment": "microsoft.graph.cleanWindowsDevice", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{deviceLogCollectionResponse-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ { - "segment": "microsoft.graph.createDownloadUrl", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Post", + "documentationUrl": null } ] } ] }, { - "segment": "managedDeviceMobileAppConfigurationStates", + "segment": "microsoft.graph.createDeviceLogCollectionRequest", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{managedDeviceMobileAppConfigurationState-id}", - "labels": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Post", + "documentationUrl": null } ] } ] }, { - "segment": "microsoft.graph.activateDeviceEsim", + "segment": "microsoft.graph.createRemoteHelpSession", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.bypassActivationLock", + "segment": "microsoft.graph.deleteUserFromSharedAppleDevice", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.cleanWindowsDevice", + "segment": "microsoft.graph.deprovision", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.createDeviceLogCollectionRequest", + "segment": "microsoft.graph.disable", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.deleteUserFromSharedAppleDevice", + "segment": "microsoft.graph.disableLostMode", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.deprovision", + "segment": "microsoft.graph.enableLostMode", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.disable", + "segment": "microsoft.graph.enrollNowAction", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.disableLostMode", + "segment": "microsoft.graph.getCloudPcRemoteActionResults()", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.enableLostMode", + "segment": "microsoft.graph.getCloudPcReviewStatus()", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.getCloudPcRemoteActionResults()", + "segment": "microsoft.graph.getFileVaultKey()", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.getFileVaultKey()", + "segment": "microsoft.graph.getNonCompliantSettings()", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.getNonCompliantSettings()", + "segment": "microsoft.graph.getOemWarranty()", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] @@ -21481,16 +27614,13 @@ { "segment": "microsoft.graph.locateDevice", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] @@ -21498,16 +27628,13 @@ { "segment": "microsoft.graph.logoutSharedAppleDeviceActiveUser", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] @@ -21518,7 +27645,10 @@ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] @@ -21529,7 +27659,10 @@ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] @@ -21537,16 +27670,13 @@ { "segment": "microsoft.graph.rebootNow", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] @@ -21554,16 +27684,13 @@ { "segment": "microsoft.graph.recoverPasscode", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] @@ -21574,7 +27701,10 @@ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] @@ -21583,15 +27713,26 @@ "segment": "microsoft.graph.remoteLock", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.removeDeviceFirmwareConfigurationInterfaceManagement", + "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] @@ -21602,7 +27743,10 @@ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/manageddevice-reprovisioncloudpc?view=graph-rest-1.0" + } ] } ] @@ -21611,15 +27755,26 @@ "segment": "microsoft.graph.requestRemoteAssistance", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.requestRemoteHelpSessionAccess", + "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] @@ -21628,26 +27783,40 @@ "segment": "microsoft.graph.resetPasscode", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.resizeCloudPc", + "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/manageddevice-resizecloudpc?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.resizeCloudPc", + "segment": "microsoft.graph.restoreCloudPc", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/manageddevice-restorecloudpc?view=graph-rest-1.0" + } ] } ] @@ -21656,15 +27825,26 @@ "segment": "microsoft.graph.retire", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.retrieveRemoteHelpSession(sessionKey='{sessionKey}')", + "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] @@ -21675,7 +27855,10 @@ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] @@ -21686,7 +27869,10 @@ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] @@ -21697,7 +27883,10 @@ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] @@ -21708,35 +27897,52 @@ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.setDeviceName", + "segment": "microsoft.graph.setCloudPcReviewStatus", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/manageddevice-setcloudpcreviewstatus?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.shutDown", + "segment": "microsoft.graph.setDeviceName", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.shutDown", + "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] @@ -21744,16 +27950,13 @@ { "segment": "microsoft.graph.syncDevice", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] @@ -21764,7 +27967,10 @@ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] @@ -21772,16 +27978,13 @@ { "segment": "microsoft.graph.updateWindowsDeviceAccount", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] @@ -21789,16 +27992,13 @@ { "segment": "microsoft.graph.windowsDefenderScan", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] @@ -21806,16 +28006,13 @@ { "segment": "microsoft.graph.windowsDefenderUpdateSignatures", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] @@ -21823,16 +28020,13 @@ { "segment": "microsoft.graph.wipe", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] @@ -21843,21 +28037,50 @@ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, { "segment": "{securityBaselineState-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], @@ -21868,21 +28091,50 @@ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, { "segment": "{securityBaselineSettingState-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -21899,20 +28151,9 @@ { "name": "beta", "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ { - "name": "beta", - "methods": [ - "Get", - "Post" - ] + "name": "Get", + "documentationUrl": null } ] } @@ -21924,9 +28165,18 @@ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], @@ -21937,21 +28187,50 @@ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, { "segment": "{windowsDeviceMalwareState-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -21963,110 +28242,99 @@ ] }, { - "segment": "microsoft.graph.bulkReprovisionCloudPc", + "segment": "microsoft.graph.appDiagnostics(upn='{upn}')", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.executeAction", + "segment": "microsoft.graph.bulkReprovisionCloudPc", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/manageddevice-bulkreprovisioncloudpc?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.moveDevicesToOU", + "segment": "microsoft.graph.bulkRestoreCloudPc", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/manageddevice-bulkrestorecloudpc?view=graph-rest-1.0" + } ] } ] - } - ] - }, - { - "segment": "managementConditions", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + }, { - "segment": "{managementCondition-id}", + "segment": "microsoft.graph.bulkSetCloudPcReviewStatus", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/manageddevice-bulksetcloudpcreviewstatus?view=graph-rest-1.0" + } ] } - ], - "children": [ + ] + }, + { + "segment": "microsoft.graph.downloadAppDiagnostics", + "labels": [ { - "segment": "managementConditionStatements", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": null } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ] - }, + ] + } + ] + }, + { + "segment": "microsoft.graph.executeAction", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.getManagementConditionStatementsForPlatform(platform={platform})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Post", + "documentationUrl": null } ] } ] }, { - "segment": "microsoft.graph.getManagementConditionsForPlatform(platform={platform})", + "segment": "microsoft.graph.moveDevicesToOU", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": null + } ] } ] @@ -22074,86 +28342,55 @@ ] }, { - "segment": "managementConditionStatements", + "segment": "comanagementEligibleDevices", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{managementConditionStatement-id}", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "managementConditions", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getManagementConditionsForPlatform(platform={platform})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.getManagementConditionStatementExpressionString()", - "labels": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "microsoft.graph.getManagementConditionStatementsForPlatform(platform={platform})", + "segment": "{comanagementEligibleDevice-id}", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -22161,241 +28398,150 @@ ] }, { - "segment": "microsoft.graph.enableAndroidDeviceAdministratorEnrollment", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.enableLegacyPcManagement", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.enableUnlicensedAdminstrators", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getAssignedRoleDetails()", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getAssignmentFiltersStatusDetails", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getComanagedDevicesSummary()", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getComanagementEligibleDevicesSummary()", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getEffectivePermissions()", + "segment": "complianceCategories", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.getEffectivePermissions(scope={scope})", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Get" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getRoleScopeTagsByIds(ids=@ids)", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getRoleScopeTagsByResource(resource={resource})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getSuggestedEnrollmentLimit(enrollmentType={enrollmentType})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.scopedForResource(resource={resource})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.sendCustomNotificationToCompanyPortal", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" + "segment": "{deviceManagementConfigurationCategory-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "microsoft.graph.userExperienceAnalyticsSummarizeWorkFromAnywhereDevices()", + "segment": "complianceManagementPartners", "labels": [ { "name": "beta", "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.verifyWindowsEnrollmentAutoDiscovery(domainName={domainName})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoftTunnelConfigurations", - "labels": [ - { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{microsoftTunnelConfiguration-id}", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } ] } ] - } - ] - }, - { - "segment": "microsoftTunnelHealthThresholds", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + }, { - "segment": "{microsoftTunnelHealthThreshold-id}", + "segment": "{complianceManagementPartner-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -22403,148 +28549,249 @@ ] }, { - "segment": "microsoftTunnelServerLogCollectionResponses", + "segment": "compliancePolicies", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{microsoftTunnelServerLogCollectionResponse-id}", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ - { - "segment": "microsoft.graph.createDownloadUrl", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "microsoftTunnelSites", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" ] - } - ], - "children": [ + }, { - "segment": "{microsoftTunnelSite-id}", + "segment": "{deviceManagementCompliancePolicy-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "microsoft.graph.requestUpgrade", + "segment": "assignments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{deviceManagementConfigurationPolicyAssignment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.assign", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoftTunnelConfiguration", + "segment": "microsoft.graph.setScheduledActions", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoftTunnelServers", + "segment": "scheduledActionsForRule", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{microsoftTunnelServer-id}", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{deviceManagementComplianceScheduledActionForRule-id}", + "labels": [ { - "segment": "microsoft.graph.createServerLogCollectionRequest", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.getHealthMetrics", + "segment": "scheduledActionConfigurations", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.getHealthMetricTimeSeries", - "labels": [ + ], + "children": [ { - "name": "beta", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{deviceManagementComplianceActionItem-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] @@ -22552,68 +28799,101 @@ ] } ] - } - ] - } - ] - }, - { - "segment": "mobileAppTroubleshootingEvents", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{mobileAppTroubleshootingEvent-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ + }, { - "segment": "appLogCollectionRequests", + "segment": "settings", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{appLogCollectionRequest-id}", + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{deviceManagementConfigurationSetting-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "microsoft.graph.createDownloadUrl", + "segment": "settingDefinitions", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{deviceManagementConfigurationSettingDefinition-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] } ] @@ -22627,41 +28907,55 @@ ] }, { - "segment": "mobileThreatDefenseConnectors", + "segment": "complianceSettings", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{mobileThreatDefenseConnector-id}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "{deviceManagementConfigurationSettingDefinition-id}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -22669,128 +28963,107 @@ ] }, { - "segment": "ndesConnectors", + "segment": "conditionalAccessSettings", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] - } - ], - "children": [ + }, { - "segment": "{ndesConnector-id}", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } ] }, { - "segment": "notificationMessageTemplates", + "segment": "configManagerCollections", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{notificationMessageTemplate-id}", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{configManagerCollection-id}", + "labels": [ { - "segment": "localizedNotificationMessages", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + "name": "Patch", + "documentationUrl": null + }, { - "segment": "{localizedNotificationMessage-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.getPolicySummary(policyId='{policyId}')", + "labels": [ { - "segment": "microsoft.graph.sendTestMessage", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] } @@ -22799,26 +29072,55 @@ ] }, { - "segment": "remoteActionAudits", + "segment": "configurationCategories", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{remoteActionAudit-id}", + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{deviceManagementConfigurationCategory-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -22826,75 +29128,241 @@ ] }, { - "segment": "remoteAssistancePartners", + "segment": "configurationPolicies", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{remoteAssistancePartner-id}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "{deviceManagementConfigurationPolicy-id}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "microsoft.graph.beginOnboarding", + "segment": "assignments", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, + { + "segment": "{deviceManagementConfigurationPolicyAssignment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.assign", + "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.disconnect", + "segment": "microsoft.graph.createCopy", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "settings", + "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{deviceManagementConfigurationSetting-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "settingDefinitions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{deviceManagementConfigurationSettingDefinition-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } ] } ] @@ -22904,809 +29372,1067 @@ ] }, { - "segment": "remoteAssistanceSettings", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "reports", + "segment": "configurationPolicyTemplates", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "cachedReportConfigurations", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{deviceManagementCachedReportConfiguration-id}", - "labels": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "exportJobs", + "segment": "{deviceManagementConfigurationPolicyTemplate-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{deviceManagementExportJob-id}", + "segment": "settingTemplates", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" + "segment": "{deviceManagementConfigurationSettingTemplate-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "settingDefinitions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{deviceManagementConfigurationSettingDefinition-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } ] } ] } ] - }, + } + ] + }, + { + "segment": "configurationSettings", + "labels": [ { - "segment": "microsoft.graph.getActiveMalwareReport", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.getActiveMalwareSummaryReport", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.getAllCertificatesReport", + "segment": "{deviceManagementConfigurationSettingDefinition-id}", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] - }, + } + ] + }, + { + "segment": "dataSharingConsents", + "labels": [ { - "segment": "microsoft.graph.getAppsInstallSummaryReport", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.getAppStatusOverviewReport", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.getCachedReport", + "segment": "{dataSharingConsent-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.getCertificatesReport", - "labels": [ + ], + "children": [ { - "name": "beta", - "methods": [ - "Post" + "segment": "microsoft.graph.consentToDataSharing", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } ] } ] - }, + } + ] + }, + { + "segment": "depOnboardingSettings", + "labels": [ { - "segment": "microsoft.graph.getCompliancePoliciesReportForDevice", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.getCompliancePolicyDevicesReport", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.getCompliancePolicyDeviceSummaryReport", + "segment": "{depOnboardingSetting-id}", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.getCompliancePolicyNonComplianceReport", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "defaultIosEnrollmentProfile", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "defaultMacOsEnrollmentProfile", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] - } - ] - }, - { - "segment": "microsoft.graph.getCompliancePolicyNonComplianceSummaryReport", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Post" + "segment": "enrollmentProfiles", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{enrollmentProfile-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.exportMobileConfig()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.setDefaultProfile", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.updateDeviceProfileAssignment", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "importedAppleDeviceIdentities", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{importedAppleDeviceIdentity-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.importAppleDeviceIdentityList", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + } ] - } - ] - }, - { - "segment": "microsoft.graph.getComplianceSettingNonComplianceReport", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.generateEncryptionPublicKey", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "microsoft.graph.getEncryptionPublicKey()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.shareForSchoolDataSyncService", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.syncWithAppleDeviceEnrollmentProgram", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.unshareForSchoolDataSyncService", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.uploadDepToken", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "microsoft.graph.getConfigManagerDevicePolicyStatusReport", + "segment": "microsoft.graph.getExpiringVppTokenCount(expiringBeforeDateTime='{expiringBeforeDateTime}')", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] - }, + } + ] + }, + { + "segment": "derivedCredentials", + "labels": [ { - "segment": "microsoft.graph.getConfigurationPoliciesReportForDevice", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.getConfigurationPolicyDevicesReport", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.getConfigurationPolicyDeviceSummaryReport", + "segment": "{deviceManagementDerivedCredentialSettings-id}", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] - }, + } + ] + }, + { + "segment": "detectedApps", + "labels": [ { - "segment": "microsoft.graph.getConfigurationPolicyNonComplianceReport", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.getConfigurationPolicyNonComplianceSummaryReport", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getConfigurationPolicySettingsDeviceSummaryReport", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.getConfigurationSettingDetailsReport", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getConfigurationSettingNonComplianceReport", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.getConfigurationSettingsReport", + "segment": "{detectedApp-id}", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] - } - ] - }, - { - "segment": "microsoft.graph.getDeviceInstallStatusReport", - "labels": [ + }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.getDeviceManagementIntentPerSettingContributingProfiles", - "labels": [ + ], + "children": [ { - "name": "beta", - "methods": [ - "Post" + "segment": "managedDevices", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{managedDevice-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] } ] - }, + } + ] + }, + { + "segment": "deviceCategories", + "labels": [ { - "segment": "microsoft.graph.getDeviceManagementIntentSettingsReport", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.getDeviceNonComplianceReport", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getEnrollmentConfigurationPoliciesByDevice", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getFailedMobileAppsReport", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getFailedMobileAppsSummaryReport", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.getGroupPolicySettingsDeviceSettingsReport", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getHistoricalReport", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.getMalwareSummaryReport", + "segment": "{deviceCategory-id}", "labels": [ { "name": "beta", "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getPolicyNonComplianceMetadata", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getPolicyNonComplianceReport", - "labels": [ { "name": "v1.0", "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] - }, + } + ] + }, + { + "segment": "deviceCompliancePolicies", + "labels": [ { - "segment": "microsoft.graph.getPolicyNonComplianceSummaryReport", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getRelatedAppsStatusReport", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getRemoteAssistanceMonitorActiveSessionsReport", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.getRemoteAssistanceMonitorAvgSessionTimeReport", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getRemoteAssistanceMonitorTotalSessionsReport", - "labels": [ + "name": "Get", + "documentationUrl": null + }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.getRemoteAssistanceSessionsReport", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getReportFilters", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getSettingNonComplianceReport", - "labels": [ { "name": "v1.0", "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getUnhealthyDefenderAgentsReport", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getUnhealthyFirewallReport", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getUnhealthyFirewallSummaryReport", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getUserInstallStatusReport", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getWindowsQualityUpdateAlertsPerPolicyPerDeviceReport", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getWindowsQualityUpdateAlertSummaryReport", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getWindowsUpdateAlertsPerPolicyPerDeviceReport", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getWindowsUpdateAlertSummaryReport", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "reportSchedules", + "segment": "{deviceCompliancePolicy-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{deviceManagementReportSchedule-id}", - "labels": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] - } - ] - } - ] - }, - { - "segment": "resourceAccessProfiles", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{deviceManagementResourceAccessProfileBase-id}", - "labels": [ + }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], @@ -23717,572 +30443,651 @@ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{deviceManagementResourceAccessProfileAssignment-id}", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } ] } ] - } - ] - }, - { - "segment": "microsoft.graph.assign", - "labels": [ + }, { - "name": "beta", - "methods": [ - "Post" + "segment": "{deviceCompliancePolicyAssignment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] - } - ] - }, - { - "segment": "microsoft.graph.queryByPlatformType", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "resourceOperations", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{resourceOperation-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.getScopesForUser(userid={userid})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "reusablePolicySettings", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{deviceManagementReusablePolicySetting-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clone", + "segment": "deviceSettingStateSummaries", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] - } - ] - }, - { - "segment": "referencingConfigurationPolicies", - "labels": [ + }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{deviceManagementConfigurationPolicy-id}", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "assignments", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ { - "segment": "{deviceManagementConfigurationPolicyAssignment-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.assign", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{settingStateDeviceSummary-id}", + "labels": [ { - "segment": "microsoft.graph.createCopy", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "settings", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + "name": "Get", + "documentationUrl": null + }, { - "segment": "{deviceManagementConfigurationSetting-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "settingDefinitions", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ] - } - ] - } - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } ] } ] - } - ] - } - ] - }, - { - "segment": "reusableSettings", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{deviceManagementConfigurationSettingDefinition-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "roleAssignments", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{deviceAndAppManagementRoleAssignment-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "roleScopeTags", + "segment": "deviceStatuses", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "$ref", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.getRoleScopeTagsById", + "segment": "{deviceComplianceDeviceStatus-id}", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] + } + ] + }, + { + "segment": "deviceStatusOverview", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] }, { - "segment": "microsoft.graph.hasCustomRoleScopeTag()", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } ] - } - ] - } - ] - }, - { - "segment": "roleDefinitions", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{roleDefinition-id}", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" + "segment": "microsoft.graph.assign", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" + "segment": "microsoft.graph.scheduleActionsForRules", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } ] - } - ], - "children": [ + }, { - "segment": "roleAssignments", + "segment": "scheduledActionsForRule", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{roleAssignment-id}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{deviceComplianceScheduledActionForRule-id}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "roleDefinition", + "segment": "scheduledActionConfigurations", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "$ref", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Put", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Put", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] - } - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "roleScopeTags", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{roleScopeTag-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" + }, + { + "segment": "{deviceComplianceActionItem-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + } ] - } - ], - "children": [ + }, { - "segment": "assignments", + "segment": "userStatuses", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{roleScopeTagAutoAssignment-id}", + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{deviceComplianceUserStatus-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -24290,12 +31095,40 @@ ] }, { - "segment": "microsoft.graph.assign", + "segment": "userStatusOverview", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -24303,90 +31136,85 @@ ] }, { - "segment": "microsoft.graph.getRoleScopeTagsById", + "segment": "microsoft.graph.getDevicesScheduledToRetire()", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.hasCustomRoleScopeTag()", + "segment": "microsoft.graph.getNoncompliantDevicesToRetire", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": null + } ] } ] - } - ] - }, - { - "segment": "settingDefinitions", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + }, { - "segment": "{deviceManagementSettingDefinition-id}", + "segment": "microsoft.graph.hasPayloadLinks", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": null + } ] } ] - } - ] - }, - { - "segment": "softwareUpdateStatusSummary", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] }, { - "name": "beta", - "methods": [ - "Get" + "segment": "microsoft.graph.refreshDeviceComplianceReportSummarization", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } ] - } - ], - "children": [ + }, { - "segment": "$ref", + "segment": "microsoft.graph.setScheduledRetireState", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Put", - "Delete" + { + "name": "Post", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.validateComplianceScript", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Put", - "Delete" + { + "name": "Post", + "documentationUrl": null + } ] } ] @@ -24394,233 +31222,226 @@ ] }, { - "segment": "telecomExpenseManagementPartners", + "segment": "deviceCompliancePolicyDeviceStateSummary", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{telecomExpenseManagementPartner-id}", - "labels": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } ] }, { - "segment": "templates", + "segment": "deviceCompliancePolicySettingStateSummaries", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{deviceManagementTemplate-id}", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] - } - ], - "children": [ + }, { - "segment": "categories", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Post" - ] + "name": "Get", + "documentationUrl": null } - ], - "children": [ + ] + } + ] + }, + { + "segment": "{deviceCompliancePolicySettingStateSummary-id}", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "{deviceManagementTemplateSettingCategory-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "recommendedSettings", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{deviceManagementSettingInstance-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.compare(templateId={templateId})", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.createInstance", + "segment": "deviceComplianceSettingStates", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] - } - ] - }, - { - "segment": "migratableTo", - "labels": [ + }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{deviceManagementTemplate-id1}", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.compare(templateId={templateId})", - "labels": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.createInstance", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "microsoft.graph.importOffice365DeviceConfigurationPolicies", + "segment": "{deviceComplianceSettingState-id}", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] - } - ] - } - ] - }, - { - "segment": "settings", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{deviceManagementSettingInstance-id}", - "labels": [ + }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -24628,193 +31449,112 @@ ] } ] - }, - { - "segment": "microsoft.graph.importOffice365DeviceConfigurationPolicies", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] } ] }, { - "segment": "templateSettings", + "segment": "deviceComplianceScripts", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{deviceManagementConfigurationSettingTemplate-id}", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "settingDefinitions", - "labels": [ { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{deviceManagementConfigurationSettingDefinition-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] + "name": "Get", + "documentationUrl": null } ] } ] - } - ] - }, - { - "segment": "termsAndConditions", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{termsAndConditions-id}", + "segment": "{deviceComplianceScript-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "acceptanceStatuses", + "segment": "assignments", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{termsAndConditionsAcceptanceStatus-id}", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{deviceHealthScriptAssignment-id}", + "labels": [ { - "segment": "termsAndConditions", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ + "name": "Patch", + "documentationUrl": null + }, { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] } @@ -24823,93 +31563,68 @@ ] }, { - "segment": "assignments", + "segment": "deviceRunStates", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{termsAndConditionsAssignment-id}", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] - } - ] - }, - { - "segment": "groupAssignments", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + }, { - "segment": "{termsAndConditionsGroupAssignment-id}", + "segment": "{deviceComplianceScriptDeviceState-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "termsAndConditions", + "segment": "managedDevice", "labels": [ { "name": "beta", "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] } @@ -24918,47 +31633,41 @@ ] } ] - } - ] - } - ] - }, - { - "segment": "troubleshootingEvents", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{deviceManagementTroubleshootingEvent-id}", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" + "segment": "microsoft.graph.assign", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" + "segment": "runSummary", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] @@ -24966,80 +31675,55 @@ ] }, { - "segment": "userExperienceAnalyticsAppHealthApplicationPerformance", + "segment": "deviceConfigurationConflictSummary", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{userExperienceAnalyticsAppHealthApplicationPerformance-id}", - "labels": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null } ] } - ] - }, - { - "segment": "userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersion", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } ], "children": [ { - "segment": "{userExperienceAnalyticsAppHealthAppPerformanceByAppVersion-id}", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] - } - ] - }, - { - "segment": "userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + }, { - "segment": "{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails-id}", + "segment": "{deviceConfigurationConflictSummary-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -25047,134 +31731,94 @@ ] }, { - "segment": "userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId", + "segment": "deviceConfigurationDeviceStateSummaries", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId-id}", - "labels": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] - } - ] - }, - { - "segment": "userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion", - "labels": [ + }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{userExperienceAnalyticsAppHealthAppPerformanceByOSVersion-id}", - "labels": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } ] }, { - "segment": "userExperienceAnalyticsAppHealthDeviceModelPerformance", + "segment": "deviceConfigurationRestrictedAppsViolations", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{userExperienceAnalyticsAppHealthDeviceModelPerformance-id}", - "labels": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null } ] } - ] - }, - { - "segment": "userExperienceAnalyticsAppHealthDevicePerformance", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } ], "children": [ { - "segment": "{userExperienceAnalyticsAppHealthDevicePerformance-id}", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] - } - ] - }, - { - "segment": "userExperienceAnalyticsAppHealthDevicePerformanceDetails", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + }, { - "segment": "{userExperienceAnalyticsAppHealthDevicePerformanceDetails-id}", + "segment": "{restrictedAppsViolation-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -25182,145 +31826,187 @@ ] }, { - "segment": "userExperienceAnalyticsAppHealthOSVersionPerformance", + "segment": "deviceConfigurations", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{userExperienceAnalyticsAppHealthOSVersionPerformance-id}", - "labels": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null } ] - } - ] - }, - { - "segment": "userExperienceAnalyticsAppHealthOverview", - "labels": [ + }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "metricValues", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] - } - ], - "children": [ + }, { - "segment": "{userExperienceAnalyticsMetric-id}", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] } ] - } - ] - }, - { - "segment": "userExperienceAnalyticsBaselines", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + }, { - "segment": "{userExperienceAnalyticsBaseline-id}", + "segment": "{deviceConfiguration-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "appHealthMetrics", + "segment": "assignments", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "$ref", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Put", - "Delete" + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } ] } ] - } - ] - }, - { - "segment": "bestPracticesMetrics", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ + }, { - "segment": "$ref", + "segment": "{deviceConfigurationAssignment-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Put", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -25328,25 +32014,94 @@ ] }, { - "segment": "deviceBootPerformanceMetrics", + "segment": "deviceSettingStateSummaries", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "$ref", + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{settingStateDeviceSummary-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Put", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -25354,25 +32109,94 @@ ] }, { - "segment": "rebootAnalyticsMetrics", + "segment": "deviceStatuses", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "$ref", + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{deviceConfigurationDeviceStatus-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Put", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -25380,258 +32204,398 @@ ] }, { - "segment": "resourcePerformanceMetrics", + "segment": "deviceStatusOverview", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] - } - ], - "children": [ + }, { - "segment": "$ref", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } ] }, { - "segment": "workFromAnywhereMetrics", + "segment": "groupAssignments", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "$ref", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Put", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] - } - ] - } - ] - } - ] - }, - { - "segment": "userExperienceAnalyticsCategories", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{userExperienceAnalyticsCategory-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ + }, + { + "segment": "{deviceConfigurationGroupAssignment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "deviceConfiguration", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, { - "segment": "metricValues", + "segment": "microsoft.graph.assign", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } ] } - ], + ] + }, + { + "segment": "microsoft.graph.assignedAccessMultiModeProfiles", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getOmaSettingPlainTextValue(secretReferenceValueId='{secretReferenceValueId}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.windowsPrivacyAccessControls", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.windowsUpdateForBusinessConfiguration", + "labels": [], "children": [ { - "segment": "{userExperienceAnalyticsMetric-id}", + "segment": "microsoft.graph.extendFeatureUpdatesPause", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.extendQualityUpdatesPause", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": null + } ] } ] } ] - } - ] - } - ] - }, - { - "segment": "userExperienceAnalyticsDeviceMetricHistory", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{userExperienceAnalyticsMetricHistory-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ + }, { - "segment": "userExperienceAnalyticsMetric", + "segment": "userStatuses", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "$ref", + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{deviceConfigurationUserStatus-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Put", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] } ] - } - ] - } - ] - }, - { - "segment": "userExperienceAnalyticsDevicePerformance", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{userExperienceAnalyticsDevicePerformance-id}", - "labels": [ + }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" + "segment": "userStatusOverview", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "microsoft.graph.summarizeDevicePerformanceDevices(summarizeBy={summarizeBy})", + "segment": "microsoft.graph.getIosAvailableUpdateVersions()", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] - } - ] - }, - { - "segment": "userExperienceAnalyticsDeviceScores", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + }, { - "segment": "{userExperienceAnalyticsDeviceScores-id}", + "segment": "microsoft.graph.getTargetedUsersAndDevices", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": null + } ] } ] - } - ] - }, - { - "segment": "userExperienceAnalyticsDeviceStartupHistory", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + }, { - "segment": "{userExperienceAnalyticsDeviceStartupHistory-id}", + "segment": "microsoft.graph.hasPayloadLinks", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": null + } ] } ] @@ -25639,53 +32603,55 @@ ] }, { - "segment": "userExperienceAnalyticsDeviceStartupProcesses", + "segment": "deviceConfigurationsAllManagedDeviceCertificateStates", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{userExperienceAnalyticsDeviceStartupProcess-id}", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] - } - ] - }, - { - "segment": "userExperienceAnalyticsDeviceStartupProcessPerformance", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + }, { - "segment": "{userExperienceAnalyticsDeviceStartupProcessPerformance-id}", + "segment": "{managedAllDeviceCertificateState-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -25693,450 +32659,417 @@ ] }, { - "segment": "userExperienceAnalyticsDevicesWithoutCloudIdentity", + "segment": "deviceConfigurationUserStateSummaries", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{userExperienceAnalyticsDeviceWithoutCloudIdentity-id}", - "labels": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } ] }, { - "segment": "userExperienceAnalyticsImpactingProcess", + "segment": "deviceCustomAttributeShellScripts", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{userExperienceAnalyticsImpactingProcess-id}", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] - } - ] - }, - { - "segment": "userExperienceAnalyticsMetricHistory", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + }, { - "segment": "{userExperienceAnalyticsMetricHistory-id}", + "segment": "{deviceCustomAttributeShellScript-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "userExperienceAnalyticsMetric", + "segment": "assignments", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "$ref", + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{deviceManagementScriptAssignment-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Put", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] } ] - } - ] - } - ] - }, - { - "segment": "userExperienceAnalyticsModelScores", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{userExperienceAnalyticsModelScores-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "userExperienceAnalyticsNotAutopilotReadyDevice", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{userExperienceAnalyticsNotAutopilotReadyDevice-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "userExperienceAnalyticsOverview", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "userExperienceAnalyticsRegressionSummary", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "manufacturerRegression", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + }, { - "segment": "{userExperienceAnalyticsMetric-id}", + "segment": "deviceRunStates", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{deviceManagementScriptDeviceState-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "managedDevice", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] } ] - } - ] - }, - { - "segment": "microsoft.graph.summarizeDeviceRegressionPerformance(summarizeBy={summarizeBy})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "modelRegression", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + }, { - "segment": "{userExperienceAnalyticsMetric-id}", + "segment": "groupAssignments", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{deviceManagementScriptGroupAssignment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] - } - ] - }, - { - "segment": "operatingSystemRegression", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + }, { - "segment": "{userExperienceAnalyticsMetric-id}", + "segment": "microsoft.graph.assign", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": null + } ] } ] - } - ] - } - ] - }, - { - "segment": "userExperienceAnalyticsRemoteConnection", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{userExperienceAnalyticsRemoteConnection-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.summarizeDeviceRemoteConnection(summarizeBy={summarizeBy})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "userExperienceAnalyticsResourcePerformance", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{userExperienceAnalyticsResourcePerformance-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.summarizeDeviceResourcePerformance(summarizeBy={summarizeBy})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "userExperienceAnalyticsScoreHistory", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{userExperienceAnalyticsScoreHistory-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "userExperienceAnalyticsWorkFromAnywhereMetrics", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{userExperienceAnalyticsWorkFromAnywhereMetric-id}", - "labels": [ + }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" + "segment": "runSummary", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] - } - ], - "children": [ + }, { - "segment": "metricDevices", + "segment": "userRunStates", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{userExperienceAnalyticsWorkFromAnywhereDevice-id}", + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{deviceManagementScriptUserState-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "deviceRunStates", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{deviceManagementScriptDeviceState-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "managedDevice", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } ] } ] @@ -26148,179 +33081,235 @@ ] }, { - "segment": "userPfxCertificates", + "segment": "deviceEnrollmentConfigurations", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{userPFXCertificate-id}", - "labels": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null } ] - } - ] - }, - { - "segment": "virtualEndpoint", - "labels": [ + }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "auditEvents", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{cloudPcAuditEvent-id}", - "labels": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.getAuditActivityTypes()", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "cloudPCs", + "segment": "{deviceEnrollmentConfiguration-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{cloudPC-id}", + "segment": "assignments", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "microsoft.graph.endGracePeriod", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.reprovision", + "segment": "{enrollmentConfigurationAssignment-id}", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] } ] - } - ] - }, - { - "segment": "deviceImages", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + }, { - "segment": "{cloudPcDeviceImage-id}", + "segment": "microsoft.graph.assign", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": null + } ] - } - ], - "children": [ + }, { - "segment": "microsoft.graph.reupload", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] } ] }, { - "segment": "microsoft.graph.getSourceImages()", + "segment": "microsoft.graph.setPriority", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } ] } ] @@ -26328,379 +33317,667 @@ ] }, { - "segment": "microsoft.graph.getEffectivePermissions()", + "segment": "microsoft.graph.createEnrollmentNotificationConfiguration", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "onPremisesConnections", + "segment": "microsoft.graph.hasPayloadLinks", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } - ], - "children": [ + ] + } + ] + }, + { + "segment": "deviceHealthScripts", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "{cloudPcOnPremisesConnection-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.runHealthChecks", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.updateAdDomainPassword", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "provisioningPolicies", + "segment": "{deviceHealthScript-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{cloudPcProvisioningPolicy-id}", + "segment": "assignments", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "assignments", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{cloudPcProvisioningPolicyAssignment-id}", - "labels": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "microsoft.graph.assign", + "segment": "{deviceHealthScriptAssignment-id}", "labels": [ { "name": "beta", "methods": [ - "Post" - ] - } + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] - } - ] - }, - { - "segment": "userSettings", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + }, { - "segment": "{cloudPcUserSetting-id}", + "segment": "deviceRunStates", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "assignments", + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{deviceHealthScriptDeviceState-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{cloudPcUserSettingAssignment-id}", + "segment": "managedDevice", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.assign", + "labels": [ { - "segment": "microsoft.graph.assign", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getGlobalScriptHighestAvailableVersion", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getRemediationHistory()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.updateGlobalScript", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "runSummary", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } ] } ] + }, + { + "segment": "microsoft.graph.areGlobalScriptsAvailable()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.enableGlobalScripts", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getRemediationSummary()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] } ] }, { - "segment": "windowsAutopilotDeploymentProfiles", + "segment": "deviceManagementPartners", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{windowsAutopilotDeploymentProfile-id}", + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{deviceManagementPartner-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "deviceManagementScripts", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{deviceManagementScript-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "assignedDevices", + "segment": "assignments", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{windowsAutopilotDeviceIdentity-id}", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{deviceManagementScriptAssignment-id}", + "labels": [ { - "segment": "deploymentProfile", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ + "name": "Get", + "documentationUrl": null + }, { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.assign", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] + } + ] + } + ] + }, + { + "segment": "deviceRunStates", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "intendedDeploymentProfile", - "labels": [ + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } - ], - "children": [ + ] + } + ] + }, + { + "segment": "{deviceManagementScriptDeviceState-id}", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.assign", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.assignResourceAccountToDevice", - "labels": [ + "name": "Patch", + "documentationUrl": null + }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.assignUserToDevice", + "segment": "managedDevice", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] - }, + } + ] + } + ] + }, + { + "segment": "groupAssignments", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.unassignResourceAccountFromDevice", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.unassignUserFromDevice", - "labels": [ + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{deviceManagementScriptGroupAssignment-id}", + "labels": [ { - "segment": "microsoft.graph.updateDeviceProperties", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } @@ -26709,39 +33986,159 @@ ] }, { - "segment": "assignments", + "segment": "microsoft.graph.assign", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "runSummary", + "labels": [ { - "segment": "{windowsAutopilotDeploymentProfileAssignment-id}", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "microsoft.graph.assign", + "segment": "userRunStates", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{deviceManagementScriptUserState-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "deviceRunStates", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{deviceManagementScriptDeviceState-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "managedDevice", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + } ] } ] @@ -26754,7 +34151,10 @@ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] @@ -26762,76 +34162,109 @@ ] }, { - "segment": "windowsAutopilotDeviceIdentities", + "segment": "deviceShellScripts", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{windowsAutopilotDeviceIdentity-id}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "{deviceShellScript-id}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "deploymentProfile", + "segment": "assignments", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "$ref", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Put", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.assign", + "segment": "{deviceManagementScriptAssignment-id}", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -26839,36 +34272,71 @@ ] }, { - "segment": "intendedDeploymentProfile", + "segment": "deviceRunStates", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "$ref", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Put", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.assign", + "segment": "{deviceManagementScriptDeviceState-id}", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "managedDevice", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] } ] @@ -26876,74 +34344,215 @@ ] }, { - "segment": "microsoft.graph.assignResourceAccountToDevice", + "segment": "groupAssignments", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.assignUserToDevice", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "{deviceManagementScriptGroupAssignment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "microsoft.graph.unassignResourceAccountFromDevice", + "segment": "microsoft.graph.assign", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.unassignUserFromDevice", + "segment": "runSummary", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.updateDeviceProperties", + "segment": "userRunStates", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "{deviceManagementScriptUserState-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "deviceRunStates", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{deviceManagementScriptDeviceState-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "managedDevice", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + } ] } ] @@ -26953,25 +34562,55 @@ ] }, { - "segment": "windowsAutopilotSettings", + "segment": "domainJoinConnectors", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "microsoft.graph.sync", + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{deviceManagementDomainJoinConnector-id}", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -26979,26 +34618,55 @@ ] }, { - "segment": "windowsDriverUpdateProfiles", + "segment": "embeddedSIMActivationCodePools", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{windowsDriverUpdateProfile-id}", + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{embeddedSIMActivationCodePool-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], @@ -27009,21 +34677,50 @@ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{windowsDriverUpdateProfileAssignment-id}", + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{embeddedSIMActivationCodePoolAssignment-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -27031,82 +34728,55 @@ ] }, { - "segment": "driverInventories", + "segment": "deviceStates", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{windowsDriverUpdateInventory-id}", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] - } - ] - } - ] - } - ] - }, - { - "segment": "windowsFeatureUpdateProfiles", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{windowsFeatureUpdateProfile-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "assignments", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + }, { - "segment": "{windowsFeatureUpdateProfileAssignment-id}", + "segment": "{embeddedSIMDeviceState-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -27119,7 +34789,10 @@ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] @@ -27129,83 +34802,119 @@ ] }, { - "segment": "windowsInformationProtectionAppLearningSummaries", + "segment": "exchangeConnectors", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{windowsInformationProtectionAppLearningSummary-id}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] - } - ] - }, - { - "segment": "windowsInformationProtectionNetworkLearningSummaries", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{windowsInformationProtectionNetworkLearningSummary-id}", + "segment": "{deviceManagementExchangeConnector-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.sync", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } ] } ] @@ -27213,52 +34922,76 @@ ] }, { - "segment": "windowsMalwareInformation", + "segment": "exchangeOnPremisesPolicies", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{windowsMalwareInformation-id}", + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{deviceManagementExchangeOnPremisesPolicy-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "deviceMalwareStates", + "segment": "conditionalAccessSettings", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{malwareStateForWindowsDevice-id}", - "labels": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } @@ -27269,66 +35002,45 @@ ] }, { - "segment": "windowsQualityUpdateProfiles", + "segment": "exchangeOnPremisesPolicy", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{windowsQualityUpdateProfile-id}", + "segment": "conditionalAccessSettings", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "assignments", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{windowsQualityUpdateProfileAssignment-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.assign", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -27336,401 +35048,171 @@ ] }, { - "segment": "windowsUpdateCatalogItems", + "segment": "groupPolicyCategories", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{windowsUpdateCatalogItem-id}", - "labels": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null } ] } - ] - } - ] - }, - { - "segment": "devices", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{device-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } ], "children": [ { - "segment": "commands", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{command-id}", - "labels": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "extensions", + "segment": "{groupPolicyCategory-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{extension-id}", - "labels": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } - ] - }, - { - "segment": "memberOf", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } ], "children": [ { - "segment": "$ref", + "segment": "children", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } - ] - } - ] - }, - { - "segment": "microsoft.graph.checkMemberGroups", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.checkMemberObjects", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getMemberGroups", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getMemberObjects", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.restore", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "registeredOwners", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Get", - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get", - "Post" + "segment": "{groupPolicyCategory-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] } ] - } - ] - }, - { - "segment": "registeredUsers", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] }, { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", + "segment": "definitionFile", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] - } - ] - }, - { - "segment": "transitiveMemberOf", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] }, { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", + "segment": "definitions", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get", - "Post" + "segment": "{groupPolicyDefinition-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] } ] - } - ] - }, - { - "segment": "usageRights", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + }, { - "segment": "{usageRight-id}", + "segment": "parent", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] @@ -27740,143 +35222,109 @@ ] }, { - "segment": "microsoft.graph.getAvailableExtensionProperties", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getByIds", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getUserOwnedObjects", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.validateProperties", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "directory", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch" - ] - } - ], - "children": [ - { - "segment": "administrativeUnits", + "segment": "groupPolicyConfigurations", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{administrativeUnit-id}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "{groupPolicyConfiguration-id}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "extensions", + "segment": "assignments", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{extension-id}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{groupPolicyConfigurationAssignment-id}", + "labels": [ + { + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -27884,24 +35332,157 @@ ] }, { - "segment": "members", + "segment": "definitionValues", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "$ref", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{groupPolicyDefinitionValue-id}", + "labels": [ + { + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "definition", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "presentationValues", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{groupPolicyPresentationValue-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "definitionValue", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "presentation", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } ] } ] @@ -27909,558 +35490,861 @@ ] }, { - "segment": "scopedRoleMembers", + "segment": "microsoft.graph.assign", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "microsoft.graph.updateDefinitionValues", + "labels": [ { - "segment": "{scopedRoleMembership-id}", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Post", + "documentationUrl": null } ] } ] } ] - }, - { - "segment": "microsoft.graph.delta()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] } ] }, { - "segment": "deletedItems", + "segment": "groupPolicyDefinitionFiles", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{directoryObject-id}", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] - } - ] - }, - { - "segment": "featureRolloutPolicies", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + }, { - "segment": "{featureRolloutPolicy-id}", + "segment": "{groupPolicyDefinitionFile-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "appliesTo", + "segment": "definitions", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{directoryObject-id}", + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{groupPolicyDefinition-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] } ] - } - ] - } - ] - }, - { - "segment": "sharedEmailDomains", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{sharedEmailDomain-id}", - "labels": [ + }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" + "segment": "microsoft.graph.groupPolicyUploadedDefinitionFile", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.addLanguageFiles", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.remove", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.removeLanguageFiles", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.updateLanguageFiles", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.uploadNewVersion", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + } ] } ] } ] - } - ] - }, - { - "segment": "directoryObjects", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{directoryObject-id}", + "segment": "groupPolicyDefinitions", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.checkMemberGroups", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.checkMemberObjects", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getMemberGroups", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getMemberObjects", - "labels": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.restore", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] - } - ] - }, - { - "segment": "microsoft.graph.getAvailableExtensionProperties", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getByIds", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getUserOwnedObjects", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.validateProperties", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "directoryRoles", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{directoryRole-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "members", + "segment": "{groupPolicyDefinition-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "$ref", + "segment": "category", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] - } - ] - }, - { - "segment": "microsoft.graph.checkMemberGroups", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.checkMemberObjects", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getMemberGroups", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getMemberObjects", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.restore", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "definitionFile", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "scopedMembers", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" + "segment": "nextVersionDefinition", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "category", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "definitionFile", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "presentations", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{groupPolicyPresentation-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "definition", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "previousVersionDefinition", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "category", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "definitionFile", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "presentations", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{groupPolicyPresentation-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "definition", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{scopedRoleMembership-id}", + "segment": "presentations", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, + { + "segment": "{groupPolicyPresentation-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "definition", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "previousVersionDefinition", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "category", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "definitionFile", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "nextVersionDefinition", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "category", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "definitionFile", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "presentations", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{groupPolicyPresentation-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "definition", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "presentations", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{groupPolicyPresentation-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "definition", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } ] } ] @@ -28470,201 +36354,423 @@ ] }, { - "segment": "microsoft.graph.delta()", + "segment": "groupPolicyMigrationReports", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.getAvailableExtensionProperties", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] - } - ] - }, - { - "segment": "microsoft.graph.getByIds", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Post" + "segment": "{groupPolicyMigrationReport-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "groupPolicySettingMappings", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{groupPolicySettingMapping-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "unsupportedGroupPolicyExtensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{unsupportedGroupPolicyExtension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "microsoft.graph.createMigrationReport", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "microsoft.graph.getUserOwnedObjects", + "segment": "groupPolicyObjectFiles", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.validateProperties", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "{groupPolicyObjectFile-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] - } - ] - }, - { - "segment": "directoryRoleTemplates", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{directoryRoleTemplate-id}", + "segment": "groupPolicyUploadedDefinitionFiles", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "microsoft.graph.checkMemberGroups", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.checkMemberObjects", + "segment": "{groupPolicyUploadedDefinitionFile-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.getMemberGroups", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "groupPolicyOperations", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{groupPolicyOperation-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "microsoft.graph.addLanguageFiles", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } ] - } - ] - }, - { - "segment": "microsoft.graph.getMemberObjects", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.remove", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "microsoft.graph.removeLanguageFiles", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } ] - } - ] - }, - { - "segment": "microsoft.graph.restore", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.updateLanguageFiles", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "microsoft.graph.uploadNewVersion", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } ] } ] @@ -28672,139 +36778,83 @@ ] }, { - "segment": "microsoft.graph.getAvailableExtensionProperties", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getByIds", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getUserOwnedObjects", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.validateProperties", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "directorySettingTemplates", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{directorySettingTemplate-id}", + "segment": "importedDeviceIdentities", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "microsoft.graph.checkMemberGroups", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.checkMemberObjects", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.getMemberGroups", + "segment": "{importedDeviceIdentity-id}", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.getMemberObjects", + "segment": "microsoft.graph.importDeviceIdentityList", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.restore", + "segment": "microsoft.graph.searchExistingIdentities", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] @@ -28812,881 +36862,1070 @@ ] }, { - "segment": "microsoft.graph.getByIds", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getUserOwnedObjects", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.validateProperties", + "segment": "importedWindowsAutopilotDeviceIdentities", "labels": [ { "name": "beta", "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "domainDnsRecords", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{domainDnsRecord-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "domains", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{domain-id}", - "labels": [ { "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "domainNameReferences", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "microsoft.graph.forceDelete", + "segment": "{importedWindowsAutopilotDeviceIdentity-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.verify", + "segment": "microsoft.graph.import", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] - }, + } + ] + }, + { + "segment": "intents", + "labels": [ { - "segment": "serviceConfigurationRecords", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{domainDnsRecord-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "sharedEmailDomainInvitations", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{sharedEmailDomainInvitation-id}", - "labels": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "verificationDnsRecords", + "segment": "{deviceManagementIntent-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{domainDnsRecord-id}", - "labels": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } - ] - } - ] - } - ] - }, - { - "segment": "drive", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch" - ] - } - ], - "children": [ - { - "segment": "activities", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{itemActivityOLD-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } ], "children": [ { - "segment": "driveItem", + "segment": "assignments", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "$ref", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Put", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.checkin", + "segment": "{deviceManagementIntentAssignment-id}", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] - }, + } + ] + }, + { + "segment": "categories", + "labels": [ { - "segment": "microsoft.graph.checkout", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.copy", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.createLink", + "segment": "{deviceManagementIntentSettingCategory-id}", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.createUploadSession", - "labels": [ + ], + "children": [ { - "name": "beta", - "methods": [ - "Post" + "segment": "settings", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{deviceManagementSettingInstance-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } ] } ] - }, + } + ] + }, + { + "segment": "deviceSettingStateSummaries", + "labels": [ { - "segment": "microsoft.graph.delta()", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.delta(token={token})", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.follow", + "segment": "{deviceManagementIntentDeviceSettingStateSummary-id}", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] - }, + } + ] + }, + { + "segment": "deviceStates", + "labels": [ { - "segment": "microsoft.graph.getActivitiesByInterval(startDateTime={startDateTime},endDateTime={endDateTime},interval={interval})", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.invite", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.preview", + "segment": "{deviceManagementIntentDeviceState-id}", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] - }, + } + ] + }, + { + "segment": "deviceStateSummary", + "labels": [ { - "segment": "microsoft.graph.restore", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.assign", + "labels": [ { - "segment": "microsoft.graph.search(q={q})", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.compare(templateId='{templateId}')", + "labels": [ { - "segment": "microsoft.graph.unfollow", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.createCopy", + "labels": [ { - "segment": "microsoft.graph.validatePermission", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] } ] }, { - "segment": "listItem", + "segment": "microsoft.graph.migrateToTemplate", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "microsoft.graph.updateSettings", + "labels": [ { - "segment": "activities", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Post" - ] + "name": "Post", + "documentationUrl": null } - ], - "children": [ + ] + } + ] + }, + { + "segment": "settings", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "{itemActivityOLD-id1}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "analytics", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "driveItem", + "segment": "{deviceManagementSettingInstance-id}", "labels": [ { "name": "beta", "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.checkin", - "labels": [ { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.checkout", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.copy", - "labels": [ + "name": "Get", + "documentationUrl": null + }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.createLink", - "labels": [ + "name": "Patch", + "documentationUrl": null + }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] - }, + } + ] + } + ] + }, + { + "segment": "userStates", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.createUploadSession", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.delta()", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ { - "segment": "microsoft.graph.delta(token={token})", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{deviceManagementIntentUserState-id}", + "labels": [ { - "segment": "microsoft.graph.follow", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getActivitiesByInterval(startDateTime={startDateTime},endDateTime={endDateTime},interval={interval})", - "labels": [ + "name": "Get", + "documentationUrl": null + }, { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.invite", - "labels": [ + "name": "Patch", + "documentationUrl": null + }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] - }, + } + ] + } + ] + }, + { + "segment": "userStateSummary", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.preview", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.restore", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.search(q={q})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "intuneBrandingProfiles", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{intuneBrandingProfile-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "assignments", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.unfollow", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.validatePermission", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "fields", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.createLink", + "segment": "{intuneBrandingProfileAssignment-id}", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] + } + ] + }, + { + "segment": "microsoft.graph.assign", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "iosUpdateStatuses", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{iosUpdateDeviceStatus-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "macOSSoftwareUpdateAccountSummaries", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{macOSSoftwareUpdateAccountSummary-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.getActivitiesByInterval(startDateTime={startDateTime},endDateTime={endDateTime},interval={interval})", + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "categorySummaries", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "versions", + "segment": "{macOSSoftwareUpdateCategorySummary-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{listItemVersion-id}", + "segment": "updateStateSummaries", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "fields", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.restoreVersion", + "segment": "{macOSSoftwareUpdateStateSummary-id}", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -29702,605 +37941,270 @@ ] }, { - "segment": "bundles", + "segment": "managedDeviceEncryptionStates", "labels": [ { - "name": "v1.0", + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{managedDeviceEncryptionState-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "managedDeviceOverview", + "labels": [ + { + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "managedDevices", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{driveItem-id}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{managedDevice-id}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "activities", + "segment": "assignmentFilterEvaluationStatusDetails", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{itemActivityOLD-id}", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{assignmentFilterEvaluationStatusDetails-id}", + "labels": [ { - "segment": "driveItem", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.checkin", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.checkout", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.copy", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.createLink", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "detectedApps", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.createUploadSession", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{detectedApp-id}", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.delta()", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.delta(token={token})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.follow", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getActivitiesByInterval(startDateTime={startDateTime},endDateTime={endDateTime},interval={interval})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.invite", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.preview", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.restore", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.search(q={q})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.unfollow", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.validatePermission", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "listItem", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "activities", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{itemActivityOLD-id1}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "analytics", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "driveItem", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.checkin", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.checkout", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.copy", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.createLink", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.createUploadSession", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.delta()", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.delta(token={token})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.follow", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getActivitiesByInterval(startDateTime={startDateTime},endDateTime={endDateTime},interval={interval})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.invite", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.preview", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.restore", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.search(q={q})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.unfollow", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.validatePermission", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "fields", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.createLink", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getActivitiesByInterval(startDateTime={startDateTime},endDateTime={endDateTime},interval={interval})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "versions", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{listItemVersion-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fields", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.restoreVersion", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] + "name": "Get", + "documentationUrl": null } ] } @@ -30309,367 +38213,355 @@ ] }, { - "segment": "analytics", + "segment": "deviceCategory", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } ] }, { - "segment": "children", + "segment": "deviceCompliancePolicyStates", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{driveItem-id1}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{deviceCompliancePolicyState-id}", + "labels": [ { - "segment": "content", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Put" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Put" - ] - } - ] - }, - { - "segment": "microsoft.graph.checkin", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.checkout", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.copy", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] + } + ] + } + ] + }, + { + "segment": "deviceConfigurationStates", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.createLink", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.createUploadSession", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.delta()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{deviceConfigurationState-id}", + "labels": [ { - "segment": "microsoft.graph.delta(token={token})", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.follow", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.getActivitiesByInterval()", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getActivitiesByInterval(startDateTime={startDateTime},endDateTime={endDateTime},interval={interval})", - "labels": [ + "name": "Get", + "documentationUrl": null + }, { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Delete", + "documentationUrl": null } ] + } + ] + } + ] + }, + { + "segment": "logCollectionRequests", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.invite", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{deviceLogCollectionResponse-id}", + "labels": [ { - "segment": "microsoft.graph.preview", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.restore", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.search(q={q})", + "segment": "microsoft.graph.createDownloadUrl", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": null + } ] } ] + } + ] + } + ] + }, + { + "segment": "managedDeviceMobileAppConfigurationStates", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.unfollow", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{managedDeviceMobileAppConfigurationState-id}", + "labels": [ { - "segment": "microsoft.graph.validatePermission", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } @@ -30678,1432 +38570,914 @@ ] }, { - "segment": "content", + "segment": "microsoft.graph.activateDeviceEsim", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Put" + { + "name": "Post", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.bypassActivationLock", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Put" + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "listItem", + "segment": "microsoft.graph.cleanWindowsDevice", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createDeviceLogCollectionRequest", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "microsoft.graph.createRemoteHelpSession", + "labels": [ { - "segment": "activities", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Post" - ] + "name": "Post", + "documentationUrl": null } - ], - "children": [ + ] + } + ] + }, + { + "segment": "microsoft.graph.deleteUserFromSharedAppleDevice", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "{itemActivityOLD-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "driveItem", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.checkin", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.checkout", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.copy", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.createLink", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.createUploadSession", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.delta()", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.delta(token={token})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.follow", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getActivitiesByInterval(startDateTime={startDateTime},endDateTime={endDateTime},interval={interval})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.invite", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.preview", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.restore", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.search(q={q})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.unfollow", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.validatePermission", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "listItem", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.createLink", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getActivitiesByInterval(startDateTime={startDateTime},endDateTime={endDateTime},interval={interval})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - } - ] + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "analytics", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.deprovision", + "labels": [ { - "segment": "driveItem", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.checkin", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.checkout", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.copy", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.createLink", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.createUploadSession", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.delta()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.delta(token={token})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.follow", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getActivitiesByInterval()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getActivitiesByInterval(startDateTime={startDateTime},endDateTime={endDateTime},interval={interval})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.invite", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.preview", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.restore", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.search(q={q})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.unfollow", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.validatePermission", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.disable", + "labels": [ { - "segment": "fields", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.disableLostMode", + "labels": [ { - "segment": "microsoft.graph.createLink", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.getActivitiesByInterval()", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.enableLostMode", + "labels": [ { - "segment": "microsoft.graph.getActivitiesByInterval(startDateTime={startDateTime},endDateTime={endDateTime},interval={interval})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.enrollNowAction", + "labels": [ { - "segment": "versions", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + "name": "beta", + "methods": [ { - "segment": "{listItemVersion-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fields", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.restoreVersion", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] + "name": "Post", + "documentationUrl": null } ] } ] }, { - "segment": "microsoft.graph.checkin", + "segment": "microsoft.graph.getCloudPcRemoteActionResults()", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.checkout", + "segment": "microsoft.graph.getCloudPcReviewStatus()", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.getFileVaultKey()", + "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.copy", + "segment": "microsoft.graph.getNonCompliantSettings()", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.getOemWarranty()", + "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.createLink", + "segment": "microsoft.graph.locateDevice", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.createUploadSession", + "segment": "microsoft.graph.logoutSharedAppleDeviceActiveUser", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.delta()", + "segment": "microsoft.graph.overrideComplianceState", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.playLostModeSound", + "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.delta(token={token})", + "segment": "microsoft.graph.rebootNow", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.follow", + "segment": "microsoft.graph.recoverPasscode", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.getActivitiesByInterval()", + "segment": "microsoft.graph.reenable", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.getActivitiesByInterval(startDateTime={startDateTime},endDateTime={endDateTime},interval={interval})", + "segment": "microsoft.graph.remoteLock", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.invite", + "segment": "microsoft.graph.removeDeviceFirmwareConfigurationInterfaceManagement", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.reprovisionCloudPc", + "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/manageddevice-reprovisioncloudpc?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.preview", + "segment": "microsoft.graph.requestRemoteAssistance", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.requestRemoteHelpSessionAccess", + "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.restore", + "segment": "microsoft.graph.resetPasscode", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.search(q={q})", + "segment": "microsoft.graph.resizeCloudPc", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/manageddevice-resizecloudpc?view=graph-rest-1.0" + } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.restoreCloudPc", + "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/manageddevice-restorecloudpc?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.unfollow", + "segment": "microsoft.graph.retire", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.validatePermission", + "segment": "microsoft.graph.retrieveRemoteHelpSession(sessionKey='{sessionKey}')", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.revokeAppleVppLicenses", + "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "permissions", + "segment": "microsoft.graph.rotateBitLockerKeys", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Post", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.rotateFileVaultKey", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "microsoft.graph.sendCustomNotificationToCompanyPortal", + "labels": [ { - "segment": "{permission-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.grant", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.revokeGrants", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Post", + "documentationUrl": null } ] } ] }, { - "segment": "subscriptions", + "segment": "microsoft.graph.setCloudPcReviewStatus", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/manageddevice-setcloudpcreviewstatus?view=graph-rest-1.0" + } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.setDeviceName", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "microsoft.graph.shutDown", + "labels": [ { - "segment": "{subscription-id}", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Post", + "documentationUrl": null } ] } ] }, { - "segment": "thumbnails", + "segment": "microsoft.graph.syncDevice", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "microsoft.graph.triggerConfigurationManagerAction", + "labels": [ { - "segment": "{thumbnailSet-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Post", + "documentationUrl": null } ] } ] }, { - "segment": "versions", + "segment": "microsoft.graph.updateWindowsDeviceAccount", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "microsoft.graph.windowsDefenderScan", + "labels": [ { - "segment": "{driveItemVersion-id}", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Post", + "documentationUrl": null } - ], - "children": [ + ] + } + ] + }, + { + "segment": "microsoft.graph.windowsDefenderUpdateSignatures", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "content", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Put" - ] - } - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.restoreVersion", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Post", + "documentationUrl": null } ] } ] }, { - "segment": "workbook", + "segment": "microsoft.graph.wipe", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "securityBaselineStates", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "application", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.calculate", - "labels": [ { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "comments", + "segment": "{securityBaselineState-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{workbookComment-id}", + "segment": "settingStates", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "replies", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{securityBaselineSettingState-id}", + "labels": [ { - "segment": "{workbookCommentReply-id}", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } @@ -32112,10945 +39486,18269 @@ ] } ] - }, + } + ] + }, + { + "segment": "users", + "labels": [ { - "segment": "functions", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } - ], - "children": [ + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.abs", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "windowsProtectionState", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.accrInt", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.accrIntM", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.acos", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "detectedMalwareState", + "labels": [ { - "segment": "microsoft.graph.acosh", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.acot", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.acoth", + "segment": "{windowsDeviceMalwareState-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] - }, - { - "segment": "microsoft.graph.amorDegrc", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.appDiagnostics(upn='{upn}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.bulkReprovisionCloudPc", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/manageddevice-bulkreprovisioncloudpc?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.bulkRestoreCloudPc", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/manageddevice-bulkrestorecloudpc?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.bulkSetCloudPcReviewStatus", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/manageddevice-bulksetcloudpcreviewstatus?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.downloadAppDiagnostics", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.executeAction", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.moveDevicesToOU", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.enableAndroidDeviceAdministratorEnrollment", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.enableLegacyPcManagement", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.enableUnlicensedAdminstrators", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.evaluateAssignmentFilter", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getAssignedRoleDetails()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getAssignmentFiltersStatusDetails", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getComanagedDevicesSummary()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getComanagementEligibleDevicesSummary()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getEffectivePermissions()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getEffectivePermissions(scope='{scope}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getOrganizationalMessageTenantConsent()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getRoleScopeTagsByIds(ids={ids})", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getRoleScopeTagsByResource(resource='{resource}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getSuggestedEnrollmentLimit(enrollmentType='{enrollmentType}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.postOrganizationalMessageTenantConsent", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.scopedForResource(resource='{resource}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.sendCustomNotificationToCompanyPortal", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.updateOrganizationalMessageTenantConsent", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.userExperienceAnalyticsSummarizeWorkFromAnywhereDevices()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.verifyWindowsEnrollmentAutoDiscovery(domainName='{domainName}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoftTunnelConfigurations", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{microsoftTunnelConfiguration-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoftTunnelHealthThresholds", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{microsoftTunnelHealthThreshold-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoftTunnelServerLogCollectionResponses", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{microsoftTunnelServerLogCollectionResponse-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.createDownloadUrl", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.amorLinc", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.generateDownloadUrl", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.and", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoftTunnelSites", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{microsoftTunnelSite-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.requestUpgrade", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.arabic", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoftTunnelConfiguration", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.areas", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.asc", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.asin", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoftTunnelServers", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.asinh", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.atan", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ { - "segment": "microsoft.graph.atan2", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{microsoftTunnelServer-id}", + "labels": [ { - "segment": "microsoft.graph.atanh", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.aveDev", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.average", + "segment": "microsoft.graph.createServerLogCollectionRequest", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.averageA", + "segment": "microsoft.graph.generateServerLogCollectionRequest", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.averageIf", + "segment": "microsoft.graph.getHealthMetrics", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.averageIfs", + "segment": "microsoft.graph.getHealthMetricTimeSeries", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] - }, + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "mobileAppTroubleshootingEvents", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{mobileAppTroubleshootingEvent-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "appLogCollectionRequests", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.bahtText", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.base", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{appLogCollectionRequest-id}", + "labels": [ { - "segment": "microsoft.graph.besselI", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.besselJ", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.besselK", + "segment": "microsoft.graph.createDownloadUrl", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "mobileThreatDefenseConnectors", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{mobileThreatDefenseConnector-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "monitoring", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "alertRecords", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/devicemanagement-alertrecord-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{alertRecord-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.besselY", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.beta_Dist", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.deviceManagement.setPortalNotificationAsSent", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/devicemanagement-alertrecord-setportalnotificationassent?view=graph-rest-1.0" } ] - }, + } + ] + } + ] + }, + { + "segment": "microsoft.graph.deviceManagement.getPortalNotifications()", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.beta_Inv", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "alertRules", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/devicemanagement-alertrule-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/devicemanagement-alertrule-post?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.bin2Dec", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{alertRule-id}", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.bin2Hex", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.bin2Oct", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.binom_Dist", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "ndesConnectors", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{ndesConnector-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "notificationMessageTemplates", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{notificationMessageTemplate-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "localizedNotificationMessages", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.binom_Dist_Range", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.binom_Inv", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.bitand", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.bitlshift", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ { - "segment": "microsoft.graph.bitor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.bitrshift", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{localizedNotificationMessage-id}", + "labels": [ { - "segment": "microsoft.graph.bitxor", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.ceiling_Math", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.ceiling_Precise", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.char", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] - }, + } + ] + } + ] + }, + { + "segment": "microsoft.graph.sendTestMessage", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.chiSq_Dist", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.chiSq_Dist_RT", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "oemWarrantyInformationOnboarding", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{oemWarrantyInformationOnboarding-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.disable", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.chiSq_Inv", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.enable", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.chiSq_Inv_RT", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "organizationalMessageDetails", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{organizationalMessageDetail-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "organizationalMessageGuidedContents", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{organizationalMessageGuidedContent-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "remoteActionAudits", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{remoteActionAudit-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "remoteAssistancePartners", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{remoteAssistancePartner-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.beginOnboarding", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.choose", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.clean", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.disconnect", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.code", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.columns", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "remoteAssistanceSettings", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "reports", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "cachedReportConfigurations", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.combin", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{deviceManagementCachedReportConfiguration-id}", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.combina", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.complex", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.concatenate", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "exportJobs", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{deviceManagementExportJob-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.confidence_Norm", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.confidence_T", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.convert", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.cos", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.cosh", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.cot", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.coth", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.count", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.countA", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.countBlank", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getActiveMalwareReport", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getActiveMalwareSummaryReport", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getAllCertificatesReport", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getAppsInstallSummaryReport", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getAppStatusOverviewReport", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getCachedReport", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getCertificatesReport", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getCompliancePoliciesReportForDevice", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getCompliancePolicyDevicesReport", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getCompliancePolicyDeviceSummaryReport", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getCompliancePolicyNonComplianceReport", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getCompliancePolicyNonComplianceSummaryReport", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getComplianceSettingDetailsReport", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getComplianceSettingNonComplianceReport", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getComplianceSettingsReport", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getConfigManagerDevicePolicyStatusReport", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getConfigurationPoliciesReportForDevice", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getConfigurationPolicyDevicesReport", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getConfigurationPolicyDeviceSummaryReport", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getConfigurationPolicyNonComplianceReport", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getConfigurationPolicyNonComplianceSummaryReport", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getConfigurationPolicySettingsDeviceSummaryReport", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getConfigurationSettingDetailsReport", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getConfigurationSettingNonComplianceReport", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getConfigurationSettingsReport", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getDeviceConfigurationPolicySettingsSummaryReport", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getDeviceConfigurationPolicyStatusSummary", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getDeviceInstallStatusReport", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getDeviceManagementIntentPerSettingContributingProfiles", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getDeviceManagementIntentSettingsReport", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getDeviceNonComplianceReport", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getEnrollmentConfigurationPoliciesByDevice", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getFailedMobileAppsReport", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getFailedMobileAppsSummaryReport", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getGroupPolicySettingsDeviceSettingsReport", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getHistoricalReport", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMalwareSummaryReport", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMobileApplicationManagementAppRegistrationSummaryReport", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getNoncompliantDevicesAndSettingsReport", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getPolicyNonComplianceMetadata", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getPolicyNonComplianceReport", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getPolicyNonComplianceSummaryReport", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getQuietTimePolicyUsersReport", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getQuietTimePolicyUserSummaryReport", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getRelatedAppsStatusReport", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getRemoteAssistanceSessionsReport", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getReportFilters", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getSettingNonComplianceReport", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getUnhealthyDefenderAgentsReport", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getUnhealthyFirewallReport", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getUnhealthyFirewallSummaryReport", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getUserInstallStatusReport", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getWindowsQualityUpdateAlertsPerPolicyPerDeviceReport", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getWindowsQualityUpdateAlertSummaryReport", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getWindowsUpdateAlertsPerPolicyPerDeviceReport", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getWindowsUpdateAlertSummaryReport", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getZebraFotaDeploymentReport", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "resourceAccessProfiles", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{deviceManagementResourceAccessProfileBase-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "assignments", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.countIf", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.countIfs", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ { - "segment": "microsoft.graph.coupDayBs", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{deviceManagementResourceAccessProfileAssignment-id}", + "labels": [ { - "segment": "microsoft.graph.coupDays", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.coupDaysNc", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] - }, + } + ] + } + ] + }, + { + "segment": "microsoft.graph.assign", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.coupNcd", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.coupNum", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.coupPcd", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.csc", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.queryByPlatformType", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "resourceOperations", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{resourceOperation-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.getScopesForUser(userid='{userid}')", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.csch", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "reusablePolicySettings", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{deviceManagementReusablePolicySetting-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.clone", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.cumIPmt", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "referencingConfigurationPolicies", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.cumPrinc", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.date", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ { - "segment": "microsoft.graph.datevalue", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{deviceManagementConfigurationPolicy-id}", + "labels": [ { - "segment": "microsoft.graph.daverage", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.day", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.days", + "segment": "assignments", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.days360", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "{deviceManagementConfigurationPolicyAssignment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "microsoft.graph.db", + "segment": "microsoft.graph.assign", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.dbcs", + "segment": "microsoft.graph.createCopy", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.dcount", + "segment": "settings", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.dcountA", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "{deviceManagementConfigurationSetting-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "settingDefinitions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{deviceManagementConfigurationSettingDefinition-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } ] } ] - }, + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "reusableSettings", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{deviceManagementConfigurationSettingDefinition-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "roleAssignments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{deviceAndAppManagementRoleAssignment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "roleScopeTags", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.ddb", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ { - "segment": "microsoft.graph.dec2Bin", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{roleScopeTag-id}", + "labels": [ { - "segment": "microsoft.graph.dec2Hex", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "roleDefinitions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{roleDefinition-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "roleAssignments", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.dec2Oct", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.decimal", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.degrees", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.delta", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ { - "segment": "microsoft.graph.devSq", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.dget", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{roleAssignment-id}", + "labels": [ { - "segment": "microsoft.graph.disc", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.dmax", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.dmin", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.dollar", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.dollarDe", + "segment": "roleDefinition", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.dollarFr", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.dproduct", - "labels": [ { "name": "v1.0", "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] - }, + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "roleScopeTags", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{roleScopeTag-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "assignments", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.dstDev", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.dstDevP", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ { - "segment": "microsoft.graph.dsum", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{roleScopeTagAutoAssignment-id}", + "labels": [ { - "segment": "microsoft.graph.duration", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.dvar", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] - }, + } + ] + } + ] + }, + { + "segment": "microsoft.graph.assign", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.dvarP", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getRoleScopeTagsById", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.hasCustomRoleScopeTag()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "settingDefinitions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{deviceManagementSettingDefinition-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "softwareUpdateStatusSummary", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "telecomExpenseManagementPartners", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{telecomExpenseManagementPartner-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "templates", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{deviceManagementTemplate-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "categories", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{deviceManagementTemplateSettingCategory-id}", + "labels": [ { - "segment": "microsoft.graph.ecma_Ceiling", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.edate", + "segment": "recommendedSettings", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.effect", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "{deviceManagementSettingInstance-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.compare(templateId='{templateId}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createInstance", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "migratableTo", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.eoMonth", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{deviceManagementTemplate-id1}", + "labels": [ { - "segment": "microsoft.graph.erf", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.erf_Precise", + "segment": "categories", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.erfC", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "{deviceManagementTemplateSettingCategory-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "recommendedSettings", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{deviceManagementSettingInstance-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } ] } ] }, { - "segment": "microsoft.graph.erfC_Precise", + "segment": "microsoft.graph.compare(templateId='{templateId}')", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.error_Type", + "segment": "microsoft.graph.createInstance", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.even", + "segment": "settings", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.exact", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "{deviceManagementSettingInstance-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.importOffice365DeviceConfigurationPolicies", + "labels": [ { - "segment": "microsoft.graph.exp", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] + } + ] + } + ] + }, + { + "segment": "settings", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.expon_Dist", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{deviceManagementSettingInstance-id}", + "labels": [ { - "segment": "microsoft.graph.f_Dist", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.importOffice365DeviceConfigurationPolicies", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "templateSettings", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{deviceManagementConfigurationSettingTemplate-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "settingDefinitions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.f_Dist_RT", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{deviceManagementConfigurationSettingDefinition-id}", + "labels": [ { - "segment": "microsoft.graph.f_Inv", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "tenantAttachRBAC", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.enable", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getState()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "termsAndConditions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{termsAndConditions-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "acceptanceStatuses", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.f_Inv_RT", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.fact", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{termsAndConditionsAcceptanceStatus-id}", + "labels": [ { - "segment": "microsoft.graph.factDouble", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.false", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.find", + "segment": "termsAndConditions", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] + } + ] + } + ] + }, + { + "segment": "assignments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.findB", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.fisher", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{termsAndConditionsAssignment-id}", + "labels": [ { - "segment": "microsoft.graph.fisherInv", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.fixed", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] + } + ] + } + ] + }, + { + "segment": "groupAssignments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.floor_Math", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{termsAndConditionsGroupAssignment-id}", + "labels": [ { - "segment": "microsoft.graph.floor_Precise", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.fv", + "segment": "termsAndConditions", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.fvschedule", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.gamma", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.gamma_Dist", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.gamma_Inv", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.gammaLn", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.gammaLn_Precise", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.gauss", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.gcd", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.geoMean", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.geStep", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.harMean", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.hex2Bin", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] - }, + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "troubleshootingEvents", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{deviceManagementTroubleshootingEvent-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "userExperienceAnalyticsAnomaly", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{userExperienceAnalyticsAnomaly-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "userExperienceAnalyticsAnomalyDevice", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{userExperienceAnalyticsAnomalyDevice-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "userExperienceAnalyticsAppHealthApplicationPerformance", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{userExperienceAnalyticsAppHealthApplicationPerformance-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersion", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{userExperienceAnalyticsAppHealthAppPerformanceByAppVersion-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{userExperienceAnalyticsAppHealthAppPerformanceByOSVersion-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "userExperienceAnalyticsAppHealthDeviceModelPerformance", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{userExperienceAnalyticsAppHealthDeviceModelPerformance-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "userExperienceAnalyticsAppHealthDevicePerformance", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{userExperienceAnalyticsAppHealthDevicePerformance-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "userExperienceAnalyticsAppHealthDevicePerformanceDetails", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{userExperienceAnalyticsAppHealthDevicePerformanceDetails-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "userExperienceAnalyticsAppHealthOSVersionPerformance", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{userExperienceAnalyticsAppHealthOSVersionPerformance-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "userExperienceAnalyticsAppHealthOverview", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "metricValues", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.hex2Dec", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{userExperienceAnalyticsMetric-id}", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.hex2Oct", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.hlookup", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.hour", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "userExperienceAnalyticsBaselines", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{userExperienceAnalyticsBaseline-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "appHealthMetrics", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.hyperlink", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "batteryHealthMetrics", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.hypGeom_Dist", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "bestPracticesMetrics", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.if", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "deviceBootPerformanceMetrics", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.imAbs", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "rebootAnalyticsMetrics", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.imaginary", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "resourcePerformanceMetrics", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.imArgument", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "workFromAnywhereMetrics", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.imConjugate", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.imCos", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.imCosh", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.imCot", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.imCsc", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.imCsch", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.imDiv", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.imExp", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.imLn", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.imLog10", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.imLog2", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.imPower", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.imProduct", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.imReal", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.imSec", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.imSech", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.imSin", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.imSinh", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.imSqrt", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.imSub", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.imSum", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.imTan", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.int", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.intRate", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.ipmt", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.irr", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.isErr", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.isError", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.isEven", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.isFormula", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.isLogical", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.isNA", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "userExperienceAnalyticsBatteryHealthAppImpact", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{userExperienceAnalyticsBatteryHealthAppImpact-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "userExperienceAnalyticsBatteryHealthCapacityDetails", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "userExperienceAnalyticsBatteryHealthDeviceAppImpact", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{userExperienceAnalyticsBatteryHealthDeviceAppImpact-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "userExperienceAnalyticsBatteryHealthDevicePerformance", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{userExperienceAnalyticsBatteryHealthDevicePerformance-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "userExperienceAnalyticsBatteryHealthModelPerformance", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{userExperienceAnalyticsBatteryHealthModelPerformance-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "userExperienceAnalyticsBatteryHealthOsPerformance", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{userExperienceAnalyticsBatteryHealthOsPerformance-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "userExperienceAnalyticsBatteryHealthRuntimeDetails", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "userExperienceAnalyticsCategories", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{userExperienceAnalyticsCategory-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "metricValues", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.isNonText", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.isNumber", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ { - "segment": "microsoft.graph.iso_Ceiling", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{userExperienceAnalyticsMetric-id}", + "labels": [ { - "segment": "microsoft.graph.isOdd", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.isoWeekNum", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] - }, + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "userExperienceAnalyticsDeviceMetricHistory", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{userExperienceAnalyticsMetricHistory-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "userExperienceAnalyticsDevicePerformance", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{userExperienceAnalyticsDevicePerformance-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.summarizeDevicePerformanceDevices(summarizeBy='{summarizeBy}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "userExperienceAnalyticsDeviceScope", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.triggerDeviceScopeAction", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "userExperienceAnalyticsDeviceScopes", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{userExperienceAnalyticsDeviceScope-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.triggerDeviceScopeAction", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.ispmt", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.isref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "userExperienceAnalyticsDeviceScores", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{userExperienceAnalyticsDeviceScores-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "userExperienceAnalyticsDeviceStartupHistory", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{userExperienceAnalyticsDeviceStartupHistory-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "userExperienceAnalyticsDeviceStartupProcesses", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{userExperienceAnalyticsDeviceStartupProcess-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "userExperienceAnalyticsDeviceStartupProcessPerformance", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{userExperienceAnalyticsDeviceStartupProcessPerformance-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "userExperienceAnalyticsDevicesWithoutCloudIdentity", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{userExperienceAnalyticsDeviceWithoutCloudIdentity-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "userExperienceAnalyticsImpactingProcess", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{userExperienceAnalyticsImpactingProcess-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "userExperienceAnalyticsMetricHistory", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{userExperienceAnalyticsMetricHistory-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "userExperienceAnalyticsModelScores", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{userExperienceAnalyticsModelScores-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "userExperienceAnalyticsNotAutopilotReadyDevice", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{userExperienceAnalyticsNotAutopilotReadyDevice-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "userExperienceAnalyticsOverview", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "userExperienceAnalyticsRegressionSummary", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "manufacturerRegression", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.isText", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{userExperienceAnalyticsMetric-id}", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.kurt", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.large", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.lcm", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.summarizeDeviceRegressionPerformance(summarizeBy='{summarizeBy}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "modelRegression", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.left", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{userExperienceAnalyticsMetric-id}", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.leftb", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.len", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.lenb", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "operatingSystemRegression", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.ln", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{userExperienceAnalyticsMetric-id}", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.log", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.log10", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.logNorm_Dist", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "userExperienceAnalyticsRemoteConnection", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{userExperienceAnalyticsRemoteConnection-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.summarizeDeviceRemoteConnection(summarizeBy='{summarizeBy}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "userExperienceAnalyticsResourcePerformance", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{userExperienceAnalyticsResourcePerformance-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.summarizeDeviceResourcePerformance(summarizeBy='{summarizeBy}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "userExperienceAnalyticsScoreHistory", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{userExperienceAnalyticsScoreHistory-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "userExperienceAnalyticsWorkFromAnywhereMetrics", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{userExperienceAnalyticsWorkFromAnywhereMetric-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "metricDevices", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.logNorm_Inv", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.lookup", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ { - "segment": "microsoft.graph.lower", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{userExperienceAnalyticsWorkFromAnywhereDevice-id}", + "labels": [ { - "segment": "microsoft.graph.match", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.max", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] - }, - { - "segment": "microsoft.graph.maxA", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "userExperienceAnalyticsWorkFromAnywhereModelPerformance", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{userExperienceAnalyticsWorkFromAnywhereModelPerformance-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "userPfxCertificates", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{userPFXCertificate-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "virtualEndpoint", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "auditEvents", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/virtualendpoint-list-auditevents?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.mduration", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{cloudPcAuditEvent-id}", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.median", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.mid", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.midb", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getAuditActivityTypes()", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.min", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "cloudPCs", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/virtualendpoint-list-cloudpcs?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.minA", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{cloudPC-id}", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.minute", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.mirr", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.mod", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.changeUserAccountType", + "labels": [ { - "segment": "microsoft.graph.month", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/cloudpc-changeuseraccounttype?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.endGracePeriod", + "labels": [ { - "segment": "microsoft.graph.mround", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/cloudpc-endgraceperiod?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.getCloudPcConnectivityHistory()", + "labels": [ { - "segment": "microsoft.graph.multiNomial", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.getCloudPcLaunchInfo()", + "labels": [ { - "segment": "microsoft.graph.n", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.reboot", + "labels": [ { - "segment": "microsoft.graph.na", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/cloudpc-reboot?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.rename", + "labels": [ { - "segment": "microsoft.graph.negBinom_Dist", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/cloudpc-rename?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.reprovision", + "labels": [ { - "segment": "microsoft.graph.networkDays", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/cloudpc-reprovision?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.restore", + "labels": [ { - "segment": "microsoft.graph.networkDays_Intl", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/cloudpc-restore?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.troubleshoot", + "labels": [ { - "segment": "microsoft.graph.nominal", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/cloudpc-troubleshoot?view=graph-rest-1.0" } ] - }, + } + ] + } + ] + } + ] + }, + { + "segment": "crossCloudGovernmentOrganizationMapping", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/cloudpccrosscloudgovernmentorganizationmapping-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "deviceImages", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/virtualendpoint-list-deviceimages?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/virtualendpoint-post-deviceimages?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.norm_Dist", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{cloudPcDeviceImage-id}", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.norm_Inv", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.norm_S_Dist", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.norm_S_Inv", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.reupload", + "labels": [ { - "segment": "microsoft.graph.not", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/cloudpcdeviceimage-reupload?view=graph-rest-1.0" } ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getSourceImages()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "externalPartnerSettings", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/virtualendpoint-list-externalpartnersettings?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/virtualendpoint-post-externalpartnersettings?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{cloudPcExternalPartnerSetting-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.now", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.nper", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "galleryImages", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/virtualendpoint-list-galleryimages?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{cloudPcGalleryImage-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.npv", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.numberValue", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getEffectivePermissions()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "onPremisesConnections", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/virtualendpoint-list-onpremisesconnections?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/virtualendpoint-post-onpremisesconnections?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{cloudPcOnPremisesConnection-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.oct2Bin", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.oct2Dec", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.runHealthChecks", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/cloudpconpremisesconnection-runhealthcheck?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.updateAdDomainPassword", + "labels": [ { - "segment": "microsoft.graph.oct2Hex", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/cloudpconpremisesconnection-updateaddomainpassword?view=graph-rest-1.0" } ] + } + ] + } + ] + } + ] + }, + { + "segment": "organizationSettings", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/cloudpcorganizationsettings-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/cloudpcorganizationsettings-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "provisioningPolicies", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/virtualendpoint-list-provisioningpolicies?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/virtualendpoint-post-provisioningpolicies?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{cloudPcProvisioningPolicy-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.odd", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.oddFPrice", - "labels": [ + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "assignments", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.oddFYield", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.oddLPrice", + "segment": "{cloudPcProvisioningPolicyAssignment-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.assign", + "labels": [ { - "segment": "microsoft.graph.oddLYield", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/cloudpcprovisioningpolicy-assign?view=graph-rest-1.0" } ] + } + ] + } + ] + } + ] + }, + { + "segment": "reports", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "exportJobs", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.or", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/cloudpcreports-post-exportjobs?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{cloudPcExportJob-id}", + "labels": [ { - "segment": "microsoft.graph.pduration", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.percentile_Exc", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] - }, - { - "segment": "microsoft.graph.percentile_Inc", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getDailyAggregatedRemoteConnectionReports", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.percentRank_Exc", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/cloudpcreports-getdailyaggregatedremoteconnectionreports?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getRealTimeRemoteConnectionLatency(cloudPcId='{cloudPcId}')", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.percentRank_Inc", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getRealTimeRemoteConnectionStatus(cloudPcId='{cloudPcId}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getRemoteConnectionHistoricalReports", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/cloudpcreports-getremoteconnectionhistoricalreports?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getTotalAggregatedRemoteConnectionReports", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/cloudpcreports-gettotalaggregatedremoteconnectionreports?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "servicePlans", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/virtualendpoint-list-serviceplans?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{cloudPcServicePlan-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.permut", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.permutationa", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "snapshots", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/virtualendpoint-list-snapshots?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{cloudPcSnapshot-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.phi", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.pi", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getStorageAccounts(subscriptionId='{subscriptionId}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getSubscriptions()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "supportedRegions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/virtualendpoint-list-supportedregions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{cloudPcSupportedRegion-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.pmt", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.poisson_Dist", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "userSettings", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/virtualendpoint-list-usersettings?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/virtualendpoint-post-usersettings?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{cloudPcUserSetting-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.power", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.ppmt", - "labels": [ + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "assignments", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.price", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.priceDisc", + "segment": "{cloudPcUserSettingAssignment-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.assign", + "labels": [ { - "segment": "microsoft.graph.priceMat", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/cloudpcusersetting-assign?view=graph-rest-1.0" } ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "windowsAutopilotDeploymentProfiles", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{windowsAutopilotDeploymentProfile-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "assignedDevices", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.product", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{windowsAutopilotDeviceIdentity-id}", + "labels": [ { - "segment": "microsoft.graph.proper", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.pv", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.quartile_Exc", + "segment": "deploymentProfile", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.quartile_Inc", + "segment": "intendedDeploymentProfile", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.quotient", + "segment": "microsoft.graph.assignResourceAccountToDevice", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.radians", + "segment": "microsoft.graph.assignUserToDevice", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.rand", + "segment": "microsoft.graph.unassignResourceAccountFromDevice", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.randBetween", + "segment": "microsoft.graph.unassignUserFromDevice", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.rank_Avg", + "segment": "microsoft.graph.updateDeviceProperties", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] + } + ] + } + ] + }, + { + "segment": "assignments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.rank_Eq", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{windowsAutopilotDeploymentProfileAssignment-id}", + "labels": [ { - "segment": "microsoft.graph.rate", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.received", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.assign", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.hasPayloadLinks", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "windowsAutopilotDeviceIdentities", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{windowsAutopilotDeviceIdentity-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "deploymentProfile", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "intendedDeploymentProfile", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.assignResourceAccountToDevice", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.assignUserToDevice", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.unassignResourceAccountFromDevice", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.unassignUserFromDevice", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.updateDeviceProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "windowsAutopilotSettings", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.sync", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "windowsDriverUpdateProfiles", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{windowsDriverUpdateProfile-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "assignments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.replace", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{windowsDriverUpdateProfileAssignment-id}", + "labels": [ { - "segment": "microsoft.graph.replaceB", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.rept", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] + } + ] + } + ] + }, + { + "segment": "driverInventories", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.right", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{windowsDriverUpdateInventory-id}", + "labels": [ { - "segment": "microsoft.graph.rightb", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.roman", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] - }, - { - "segment": "microsoft.graph.round", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + } + ] + } + ] + }, + { + "segment": "microsoft.graph.assign", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.executeAction", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.syncInventory", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "windowsFeatureUpdateProfiles", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{windowsFeatureUpdateProfile-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "assignments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{windowsFeatureUpdateProfileAssignment-id}", + "labels": [ { - "segment": "microsoft.graph.roundDown", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.assign", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "windowsInformationProtectionAppLearningSummaries", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{windowsInformationProtectionAppLearningSummary-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "windowsInformationProtectionNetworkLearningSummaries", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{windowsInformationProtectionNetworkLearningSummary-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "windowsMalwareInformation", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{windowsMalwareInformation-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "deviceMalwareStates", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.roundUp", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{malwareStateForWindowsDevice-id}", + "labels": [ { - "segment": "microsoft.graph.rows", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "windowsQualityUpdateProfiles", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{windowsQualityUpdateProfile-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "assignments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.rri", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{windowsQualityUpdateProfileAssignment-id}", + "labels": [ { - "segment": "microsoft.graph.sec", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.assign", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "windowsUpdateCatalogItems", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{windowsUpdateCatalogItem-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "zebraFotaArtifacts", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{zebraFotaArtifact-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "zebraFotaConnector", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.approveFotaApps", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.connect", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.disconnect", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.hasActiveDeployments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "zebraFotaDeployments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{zebraFotaDeployment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "devices", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/device-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/device-post-devices?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/device-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/device-post-devices?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{device-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/device-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/device-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": "https://docs.microsoft.com/graph/api/device-delete?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/device-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/device-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": "https://docs.microsoft.com/graph/api/device-delete?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "commands", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{command-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.sech", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "responsepayload", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] + } + ] + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.second", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "memberOf", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/device-list-memberof?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/device-list-memberof?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{directoryObject-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.application", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.seriesSum", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.device", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.sheet", + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.checkMemberGroups", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.sheets", + "segment": "microsoft.graph.checkMemberObjects", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.sign", + "segment": "microsoft.graph.getMemberGroups", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.sin", + "segment": "microsoft.graph.getMemberObjects", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.sinh", + "segment": "microsoft.graph.restore", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } ] } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.group", + "labels": [ { - "segment": "microsoft.graph.skew", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.skew_p", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.orgContact", + "labels": [ { - "segment": "microsoft.graph.sln", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.small", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [ { - "segment": "microsoft.graph.sqrt", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.sqrtPi", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.user", + "labels": [ { - "segment": "microsoft.graph.standardize", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.stDev_P", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + } + ] + }, + { + "segment": "microsoft.graph.application", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.stDev_S", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.stDevA", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + } + ] + }, + { + "segment": "microsoft.graph.device", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.stDevPA", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.substitute", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + } + ] + }, + { + "segment": "microsoft.graph.group", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.subtotal", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.sum", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + } + ] + }, + { + "segment": "microsoft.graph.orgContact", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.sumIf", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.sumIfs", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.sumSq", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.syd", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + } + ] + }, + { + "segment": "microsoft.graph.user", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.t", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.t_Dist", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.restore", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "registeredOwners", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/device-list-registeredowners?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/device-list-registeredowners?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "$ref", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/device-list-registeredowners?view=graph-rest-1.0" }, { - "segment": "microsoft.graph.t_Dist_2T", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/device-list-registeredowners?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{directoryObject-id}", + "labels": [], + "children": [ + { + "segment": "$ref", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.t_Dist_RT", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.appRoleAssignment", + "labels": [ { - "segment": "microsoft.graph.t_Inv", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.endpoint", + "labels": [ { - "segment": "microsoft.graph.t_Inv_2T", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.tan", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [ { - "segment": "microsoft.graph.tanh", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.tbillEq", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.user", + "labels": [ { - "segment": "microsoft.graph.tbillPrice", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.tbillYield", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + } + ] + }, + { + "segment": "microsoft.graph.appRoleAssignment", + "labels": [ + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.text", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + } + ] + }, + { + "segment": "microsoft.graph.endpoint", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.time", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.timevalue", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.today", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.trim", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + } + ] + }, + { + "segment": "microsoft.graph.user", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.trimMean", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.true", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + } + ] + } + ] + }, + { + "segment": "registeredUsers", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/device-list-registeredusers?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/device-list-registeredusers?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.trunc", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{directoryObject-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.appRoleAssignment", + "labels": [ + { + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.endpoint", + "labels": [ { - "segment": "microsoft.graph.type", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.unichar", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [ { - "segment": "microsoft.graph.unicode", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.upper", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.user", + "labels": [ { - "segment": "microsoft.graph.usdollar", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.value", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + } + ] + }, + { + "segment": "microsoft.graph.appRoleAssignment", + "labels": [ + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.var_P", - "labels": [ + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.endpoint", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.var_S", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.varA", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.user", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.varPA", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "transitiveMemberOf", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/device-list-transitivememberof?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/device-list-transitivememberof?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{directoryObject-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.application", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.vdb", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.device", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.vlookup", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.weekday", + "segment": "microsoft.graph.checkMemberGroups", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.weekNum", + "segment": "microsoft.graph.checkMemberObjects", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.weibull_Dist", + "segment": "microsoft.graph.getMemberGroups", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.workDay", + "segment": "microsoft.graph.getMemberObjects", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.workDay_Intl", + "segment": "microsoft.graph.restore", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } ] } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.group", + "labels": [ { - "segment": "microsoft.graph.xirr", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.xnpv", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.orgContact", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.xor", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.year", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.user", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.yearFrac", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.application", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.yield", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.device", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.yieldDisc", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.group", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.yieldMat", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.orgContact", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.z_Test", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] } ] + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] }, { - "segment": "microsoft.graph.closeSession", + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] + } + ] + }, + { + "segment": "microsoft.graph.user", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] }, { - "segment": "microsoft.graph.createSession", + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] + } + ] + } + ] + }, + { + "segment": "usageRights", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/device-list-usagerights?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{usageRight-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getAvailableExtensionProperties", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getByIds", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getUserOwnedObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.validateProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "directory", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "administrativeUnits", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-list-administrativeunits?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-post-administrativeunits?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{administrativeUnit-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] }, { - "segment": "microsoft.graph.refreshSession", + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.sessionInfoResource(key={key})", + "segment": "{extension-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] + } + ] + }, + { + "segment": "members", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] }, { - "segment": "microsoft.graph.tableRowOperationResult(key={key})", + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/administrativeunit-list-members?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "names", + "segment": "$ref", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/administrativeunit-post-members?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/administrativeunit-list-members?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/administrativeunit-post-members?view=graph-rest-1.0" + } ] } - ], + ] + }, + { + "segment": "{directoryObject-id}", + "labels": [], "children": [ { - "segment": "{workbookNamedItem-id}", + "segment": "$ref", "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Delete", + "documentationUrl": null + } + ] + }, { "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.application", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.device", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "microsoft.graph.group", + "labels": [ { - "segment": "microsoft.graph.range()", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.orgContact", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "worksheet", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } - ], - "children": [ + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "charts", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.user", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.application", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.device", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.group", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.orgContact", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.user", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.restore", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "scopedRoleMembers", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/administrativeunit-list-scopedrolemembers?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/administrativeunit-post-scopedrolemembers?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/administrativeunit-list-scopedrolemembers?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/administrativeunit-post-scopedrolemembers?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{scopedRoleMembership-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getByIds", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getUserOwnedObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.validateProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "attributeSets", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-list-attributesets?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-post-attributesets?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attributeSet-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "customSecurityAttributeDefinitions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-list-customsecurityattributedefinitions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-post-customsecurityattributedefinitions?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{customSecurityAttributeDefinition-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "allowedValues", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/customsecurityattributedefinition-list-allowedvalues?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/customsecurityattributedefinition-post-allowedvalues?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{allowedValue-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "deletedItems", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{directoryObject-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.administrativeUnit", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.checkMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.restore", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.application", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "appManagementPolicies", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "$ref", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{appManagementPolicy-id}", + "labels": [], + "children": [ + { + "segment": "$ref", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Post" - ] + "name": "Delete", + "documentationUrl": null } - ], - "children": [ - { - "segment": "{workbookChart-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "axes", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "categoryAxis", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "majorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "minorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "title", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] + ] + } + ] + } + ] + } + ] + }, + { + "segment": "connectorGroup", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$ref", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "createdOnBehalfOf", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "extensionProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/application-list-extensionproperty?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/application-post-extensionproperty?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/application-list-extensionproperty?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/application-post-extensionproperty?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extensionProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "federatedIdentityCredentials", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/application-list-federatedidentitycredentials?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/application-post-federatedidentitycredentials?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/application-list-federatedidentitycredentials?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/application-post-federatedidentitycredentials?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{federatedIdentityCredential-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "homeRealmDiscoveryPolicies", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{homeRealmDiscoveryPolicy-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.addKey", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/application-addkey?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/application-addkey?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.addPassword", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/application-addpassword?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/application-addpassword?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.removeKey", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/application-removekey?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/application-removekey?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.removePassword", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/application-removepassword?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/application-removepassword?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.restore", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.setVerifiedPublisher", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/application-setverifiedpublisher?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/application-setverifiedpublisher?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.unsetVerifiedPublisher", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/application-unsetverifiedpublisher?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/application-unsetverifiedpublisher?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "owners", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/application-list-owners?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/application-list-owners?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "$ref", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/application-list-owners?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/application-list-owners?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{directoryObject-id1}", + "labels": [], + "children": [ + { + "segment": "$ref", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.appRoleAssignment", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.endpoint", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.user", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.appRoleAssignment", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.endpoint", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.user", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "synchronization", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "jobs", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/synchronization-synchronizationjob-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/synchronization-synchronizationjob-post?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{synchronizationJob-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.pause", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/synchronization-synchronizationjob-pause?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.provisionOnDemand", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/synchronization-synchronizationjob-provision-on-demand?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.restart", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/synchronization-synchronizationjob-restart?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.start", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/synchronization-synchronizationjob-start?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.stop", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.validateCredentials", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/synchronization-synchronizationjob-validatecredentials?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "schema", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/synchronization-synchronizationschema-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/synchronization-synchronizationschema-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "directories", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{directoryDefinition-id}", + "labels": [ { - "segment": "seriesAxis", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } - ], - "children": [ + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.discover", + "labels": [ { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, + "name": "beta", + "methods": [ { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "majorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "minorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "title", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "valueAxis", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "majorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "minorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "title", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directorydefinition-discover?view=graph-rest-1.0" } ] } ] } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.filterOperators()", + "labels": [ { - "segment": "dataLabels", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.functions()", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } - ], - "children": [ + ] + } + ] + }, + { + "segment": "microsoft.graph.parseExpression", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fill", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/synchronization-synchronizationschema-parseexpression?view=graph-rest-1.0" } ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.validateCredentials", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.acquireAccessToken", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/synchronization-synchronization-acquireaccesstoken?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.Ping()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "templates", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/synchronization-synchronizationtemplate-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{synchronizationTemplate-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "schema", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "format", - "labels": [ + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "directories", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Post", + "documentationUrl": null } - ], - "children": [ - { - "segment": "fill", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "legend", + "segment": "{directoryDefinition-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "format", + "segment": "microsoft.graph.discover", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fill", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directorydefinition-discover?view=graph-rest-1.0" } ] } ] } ] - }, - { - "segment": "microsoft.graph.image()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.image(width={width},height={height},fittingMode={fittingMode})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.image(width={width},height={height})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, + } + ] + }, + { + "segment": "microsoft.graph.filterOperators()", + "labels": [ { - "segment": "microsoft.graph.image(width={width})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.functions()", + "labels": [ { - "segment": "microsoft.graph.setData", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.parseExpression", + "labels": [ { - "segment": "microsoft.graph.setPosition", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/synchronization-synchronizationschema-parseexpression?view=graph-rest-1.0" } ] - }, - { - "segment": "series", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookChartSeries-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fill", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "points", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookChartPoint-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fill", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.count()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.count()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "title", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fill", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "worksheet", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.cell(row={row},column={column})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range(address={address})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.usedRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.usedRange(valuesOnly={valuesOnly})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.add", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.count()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.item(name={name})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] } ] } ] - }, + } + ] + } + ] + } + ] + }, + { + "segment": "tokenIssuancePolicies", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/application-list-tokenissuancepolicies?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/application-list-tokenissuancepolicies?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.cell(row={row},column={column})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "$ref", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.range(address={address})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/application-list-tokenissuancepolicies?view=graph-rest-1.0" }, { - "segment": "microsoft.graph.usedRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/application-list-tokenissuancepolicies?view=graph-rest-1.0" }, { - "segment": "microsoft.graph.usedRange(valuesOnly={valuesOnly})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{tokenIssuancePolicy-id}", + "labels": [], + "children": [ + { + "segment": "$ref", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "names", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookNamedItem-id1}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.add", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.addFormulaLocal", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] + } + ] + } + ] + } + ] + }, + { + "segment": "tokenLifetimePolicies", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/application-list-tokenlifetimepolicies?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/application-list-tokenlifetimepolicies?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "$ref", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/application-list-tokenlifetimepolicies?view=graph-rest-1.0" }, { - "segment": "pivotTables", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookPivotTable-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.refresh", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "worksheet", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.cell(row={row},column={column})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range(address={address})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.usedRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.usedRange(valuesOnly={valuesOnly})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.refreshAll", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/application-post-tokenlifetimepolicies?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/application-list-tokenlifetimepolicies?view=graph-rest-1.0" }, { - "segment": "protection", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.protect", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{tokenLifetimePolicy-id}", + "labels": [], + "children": [ + { + "segment": "$ref", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.unprotect", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "tables", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookTable-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "columns", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookTableColumn-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "filter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.apply", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyBottomItemsFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyBottomPercentFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyCellColorFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyCustomFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyDynamicFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyFontColorFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyIconFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyTopItemsFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyTopPercentFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyValuesFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.dataBodyRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.headerRowRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.totalRowRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.add", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.count()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.clearFilters", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.convertToRange", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.dataBodyRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.headerRowRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.reapplyFilters", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.totalRowRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "rows", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookTableRow-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.add", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.count()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "sort", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.apply", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.reapply", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "worksheet", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.cell(row={row},column={column})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range(address={address})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.usedRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.usedRange(valuesOnly={valuesOnly})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.add", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.count()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] } ] } ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.contract", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.checkMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } + ] }, { - "segment": "microsoft.graph.add", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.addFormulaLocal", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" } ] } ] }, { - "segment": "operations", + "segment": "microsoft.graph.getMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.restore", "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } + ] + }, { "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.device", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.checkMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkMemberObjects", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "microsoft.graph.getMemberGroups", + "labels": [ { - "segment": "{workbookOperation-id}", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.restore", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.directoryRole", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.checkMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.restore", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.directoryRoleTemplate", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.checkMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" } ] } ] }, { - "segment": "tables", + "segment": "microsoft.graph.getMemberObjects", "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, { "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.restore", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.directorySettingTemplate", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.checkMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.restore", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.group", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "acceptedSenders", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-list-acceptedsenders?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-list-acceptedsenders?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "{workbookTable-id}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "$ref", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-list-acceptedsenders?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-list-acceptedsenders?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } - ], + ] + }, + { + "segment": "{directoryObject-id1}", + "labels": [], "children": [ { - "segment": "columns", + "segment": "$ref", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookTableColumn-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "filter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.apply", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyBottomItemsFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyBottomPercentFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyCellColorFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyCustomFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyDynamicFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyFontColorFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyIconFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyTopItemsFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyTopPercentFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyValuesFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.dataBodyRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.headerRowRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, { - "segment": "microsoft.graph.totalRowRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] - }, + } + ] + } + ] + } + ] + }, + { + "segment": "appRoleAssignments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-list-approleassignments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-post-approleassignments?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-list-approleassignments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-post-approleassignments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.add", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{appRoleAssignment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.count()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.clearFilters", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] - }, + } + ] + } + ] + }, + { + "segment": "calendar", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.convertToRange", - "labels": [ + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "calendarPermissions", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/calendar-post-calendarpermissions?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.dataBodyRange()", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/calendar-post-calendarpermissions?view=graph-rest-1.0" } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.headerRowRange()", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.range()", + "segment": "{calendarPermission-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] - }, + } + ] + }, + { + "segment": "calendarView", + "labels": [ { - "segment": "microsoft.graph.reapplyFilters", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/calendar-list-calendarview?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.totalRowRange()", + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/calendar-list-calendarview?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "rows", + "segment": "{event-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{workbookTableRow-id}", + "segment": "attachments", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "microsoft.graph.range()", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] - } - ] - }, - { - "segment": "microsoft.graph.add", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.count()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] }, { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get" + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } ] } ] - } - ] - }, - { - "segment": "sort", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.apply", + "segment": "calendar", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.reapply", - "labels": [ { "name": "v1.0", "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] - } - ] - }, - { - "segment": "worksheet", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "charts", + "segment": "exceptionOccurrences", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{workbookChart-id}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "{event-id1}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "axes", + "segment": "attachments", "labels": [ { - "name": "v1.0", + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "calendar", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "instances", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "categoryAxis", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "{event-id2}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "format", + "segment": "attachments", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "font", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "line", + "segment": "{attachment-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" } ] } @@ -43059,84 +57757,68 @@ ] }, { - "segment": "majorGridlines", + "segment": "calendar", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "extensions", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "format", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{extension-id}", + "labels": [ { - "segment": "line", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ + "name": "Patch", + "documentationUrl": null + }, { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] } @@ -43145,604 +57827,859 @@ ] }, { - "segment": "minorGridlines", + "segment": "microsoft.graph.accept", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.cancel", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } ] } - ], - "children": [ + ] + }, + { + "segment": "microsoft.graph.decline", + "labels": [ { - "segment": "format", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.dismissReminder", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" } - ], - "children": [ + ] + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" } ] } ] }, { - "segment": "title", + "segment": "microsoft.graph.snoozeReminder", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "format", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ { - "segment": "font", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } ] } ] - } - ] - }, - { - "segment": "seriesAxis", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", + "segment": "singleValueExtendedProperties", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "font", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "line", + "segment": "{singleValueLegacyExtendedProperty-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } ] } ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.accept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.decline", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.dismissReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.snoozeReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "majorGridlines", - "labels": [ + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ + "name": "Patch", + "documentationUrl": null + }, { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "minorGridlines", - "labels": [ + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } - ], - "children": [ + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "instances", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{event-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "title", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Delete", + "documentationUrl": null } - ], - "children": [ + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } ] }, { - "segment": "valueAxis", + "segment": "microsoft.graph.createUploadSession", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "calendar", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "exceptionOccurrences", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{event-id2}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "format", + "segment": "attachments", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "font", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "line", + "segment": "{attachment-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" } ] } @@ -43751,84 +58688,68 @@ ] }, { - "segment": "majorGridlines", + "segment": "calendar", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "extensions", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "format", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{extension-id}", + "labels": [ { - "segment": "line", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ + "name": "Patch", + "documentationUrl": null + }, { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] } @@ -43837,279 +58758,226 @@ ] }, { - "segment": "minorGridlines", + "segment": "microsoft.graph.accept", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.cancel", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } ] } - ], - "children": [ + ] + }, + { + "segment": "microsoft.graph.decline", + "labels": [ { - "segment": "format", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.dismissReminder", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" } - ], - "children": [ + ] + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" } ] } ] }, { - "segment": "title", + "segment": "microsoft.graph.snoozeReminder", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "format", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ { - "segment": "font", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } ] } ] - } - ] - } - ] - }, - { - "segment": "dataLabels", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fill", + "segment": "singleValueExtendedProperties", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "microsoft.graph.clear", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.setSolidColor", + "segment": "{singleValueLegacyExtendedProperty-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" } ] } @@ -44118,223 +58986,93 @@ ] }, { - "segment": "format", + "segment": "extensions", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "fill", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, - { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "font", - "labels": [ { "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] - } - ] - }, - { - "segment": "legend", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", + "segment": "{extension-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fill", - "labels": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "font", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } @@ -44343,580 +59081,254 @@ ] }, { - "segment": "microsoft.graph.image()", + "segment": "microsoft.graph.accept", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.image(width={width},height={height},fittingMode={fittingMode})", + "segment": "microsoft.graph.cancel", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.image(width={width},height={height})", + "segment": "microsoft.graph.decline", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.image(width={width})", + "segment": "microsoft.graph.dismissReminder", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.setData", + "segment": "microsoft.graph.forward", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.setPosition", + "segment": "microsoft.graph.snoozeReminder", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } ] } ] }, { - "segment": "series", + "segment": "microsoft.graph.tentativelyAccept", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } ] } - ], - "children": [ + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ { - "segment": "{workbookChartSeries-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ + "name": "beta", + "methods": [ { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fill", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "points", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookChartPoint-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fill", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.count()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.count()", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.itemAt(index={index})", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] - } - ] - }, - { - "segment": "title", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", + "segment": "{multiValueLegacyExtendedProperty-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fill", - "labels": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "font", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } @@ -44925,107 +59337,94 @@ ] }, { - "segment": "worksheet", + "segment": "singleValueExtendedProperties", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.cell(row={row},column={column})", - "labels": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.range()", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.range(address={address})", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.usedRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.usedRange(valuesOnly={valuesOnly})", + "segment": "{singleValueLegacyExtendedProperty-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -45035,543 +59434,605 @@ ] }, { - "segment": "microsoft.graph.add", + "segment": "microsoft.graph.delta()", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } ] } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.accept", + "labels": [ { - "segment": "microsoft.graph.count()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.item(name={name})", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" } ] } ] }, { - "segment": "microsoft.graph.cell(row={row},column={column})", + "segment": "microsoft.graph.decline", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.range()", + "segment": "microsoft.graph.dismissReminder", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.range(address={address})", + "segment": "microsoft.graph.forward", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.usedRange()", + "segment": "microsoft.graph.snoozeReminder", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.usedRange(valuesOnly={valuesOnly})", + "segment": "microsoft.graph.tentativelyAccept", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } ] } ] }, { - "segment": "names", + "segment": "multiValueExtendedProperties", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{workbookNamedItem-id}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ { - "segment": "microsoft.graph.range()", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "worksheet", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.cell(row={row},column={column})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.range(address={address})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.usedRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.usedRange(valuesOnly={valuesOnly})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] } ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] }, { - "segment": "microsoft.graph.add", + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.addFormulaLocal", + "segment": "{singleValueLegacyExtendedProperty-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] } ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "events", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/calendar-list-events?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/calendar-post-events?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/calendar-list-events?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/calendar-post-events?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{event-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] }, { - "segment": "pivotTables", + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "attachments", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "{workbookPivotTable-id}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{attachment-id}", + "labels": [ { - "segment": "microsoft.graph.refresh", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "worksheet", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.cell(row={row},column={column})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range(address={address})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.usedRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.usedRange(valuesOnly={valuesOnly})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] } ] }, { - "segment": "microsoft.graph.refreshAll", + "segment": "microsoft.graph.createUploadSession", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } ] } ] @@ -45579,1394 +60040,587 @@ ] }, { - "segment": "protection", + "segment": "calendar", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.protect", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.unprotect", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "tables", + "segment": "exceptionOccurrences", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{workbookTable-id1}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "{event-id1}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "microsoft.graph.clearFilters", + "segment": "attachments", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } ] } - ] - }, - { - "segment": "microsoft.graph.convertToRange", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.dataBodyRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.headerRowRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get" + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } ] } ] }, { - "segment": "microsoft.graph.range()", + "segment": "calendar", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.reapplyFilters", + "segment": "extensions", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } ] } - ] - }, - { - "segment": "microsoft.graph.totalRowRange()", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Get" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get" + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] - } - ] - }, - { - "segment": "microsoft.graph.add", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.count()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.add", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.count()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "worksheets", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookWorksheet-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "charts", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookChart-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "axes", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "categoryAxis", + "segment": "instances", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "format", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "majorGridlines", + "segment": "{event-id2}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "format", + "segment": "attachments", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "line", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] } ] - } - ] - } - ] - }, - { - "segment": "minorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", + "segment": "{attachment-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] } ] - } - ] - } - ] - }, - { - "segment": "title", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", + "segment": "microsoft.graph.createUploadSession", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } ] } ] } ] - } - ] - } - ] - }, - { - "segment": "seriesAxis", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", + "segment": "calendar", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "line", + "segment": "extensions", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "microsoft.graph.clear", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] - } - ] - } - ] - }, - { - "segment": "majorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", + "segment": "{extension-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } ] } ] - } - ] - }, - { - "segment": "minorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", + "segment": "microsoft.graph.accept", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" } ] } ] - } - ] - }, - { - "segment": "title", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", + "segment": "microsoft.graph.cancel", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" } ] } ] - } - ] - } - ] - }, - { - "segment": "valueAxis", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", + "segment": "microsoft.graph.decline", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } ] } ] }, { - "segment": "line", + "segment": "microsoft.graph.dismissReminder", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } ] } - ], - "children": [ + ] + }, + { + "segment": "microsoft.graph.snoozeReminder", + "labels": [ { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" } ] } ] - } - ] - }, - { - "segment": "majorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", + "segment": "microsoft.graph.tentativelyAccept", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } ] - }, + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "line", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ { - "segment": "microsoft.graph.clear", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } ] } ] - } - ] - }, - { - "segment": "minorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", + "segment": "singleValueExtendedProperties", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "line", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ { - "segment": "microsoft.graph.clear", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } @@ -46977,272 +60631,169 @@ ] }, { - "segment": "title", + "segment": "microsoft.graph.delta()", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" } ] } ] } ] - } - ] - }, - { - "segment": "dataLabels", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", + "segment": "microsoft.graph.accept", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.cancel", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } ] } - ], - "children": [ + ] + }, + { + "segment": "microsoft.graph.decline", + "labels": [ { - "segment": "fill", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.dismissReminder", + "labels": [ { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" } ] } ] - } - ] - }, - { - "segment": "format", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" + "segment": "microsoft.graph.snoozeReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + } ] - } - ], - "children": [ + }, { - "segment": "fill", + "segment": "microsoft.graph.tentativelyAccept", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } ] - }, + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "microsoft.graph.clear", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.setSolidColor", + "segment": "{multiValueLegacyExtendedProperty-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -47250,22 +60801,57 @@ ] }, { - "segment": "font", + "segment": "singleValueExtendedProperties", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] @@ -47273,343 +60859,420 @@ ] }, { - "segment": "legend", + "segment": "microsoft.graph.delta()", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fill", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" } ] } ] - }, + } + ] + }, + { + "segment": "extensions", + "labels": [ { - "segment": "microsoft.graph.image()", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.image(width={width},height={height},fittingMode={fittingMode})", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.image(width={width},height={height})", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.image(width={width})", + "segment": "{extension-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] - }, + } + ] + }, + { + "segment": "instances", + "labels": [ { - "segment": "microsoft.graph.setData", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.setPosition", + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "series", + "segment": "{event-id1}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{workbookChartSeries-id}", + "segment": "attachments", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "format", + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, { "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "calendar", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "exceptionOccurrences", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{event-id2}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "fill", + "segment": "attachments", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "microsoft.graph.clear", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.setSolidColor", + "segment": "{attachment-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } ] } ] @@ -47617,162 +61280,222 @@ ] }, { - "segment": "line", + "segment": "calendar", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "extensions", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "microsoft.graph.clear", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] } ] - } - ] - }, - { - "segment": "points", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Get", - "Post" + "segment": "microsoft.graph.accept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get", - "Post" + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + } ] - } - ], - "children": [ + }, { - "segment": "{workbookChartPoint-id}", + "segment": "microsoft.graph.decline", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.dismissReminder", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.snoozeReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "format", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ { - "segment": "fill", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] } @@ -47781,908 +61504,1341 @@ ] }, { - "segment": "microsoft.graph.count()", + "segment": "singleValueExtendedProperties", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Get" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get" + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] } ] - } - ] - }, - { - "segment": "microsoft.graph.count()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] }, { - "name": "beta", - "methods": [ - "Get" + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + } ] } ] }, { - "segment": "microsoft.graph.itemAt(index={index})", + "segment": "extensions", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "title", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "fill", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{extension-id}", + "labels": [ { - "segment": "microsoft.graph.clear", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.setSolidColor", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.accept", + "labels": [ { - "segment": "font", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" } ] } ] - } - ] - }, - { - "segment": "worksheet", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" + "segment": "microsoft.graph.decline", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + } ] - } - ], - "children": [ + }, { - "segment": "microsoft.graph.cell(row={row},column={column})", + "segment": "microsoft.graph.dismissReminder", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.range()", + "segment": "microsoft.graph.forward", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.range(address={address})", + "segment": "microsoft.graph.snoozeReminder", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.usedRange()", + "segment": "microsoft.graph.tentativelyAccept", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.usedRange(valuesOnly={valuesOnly})", + "segment": "multiValueExtendedProperties", "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, { "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] } ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + } + ] } ] }, { - "segment": "microsoft.graph.add", + "segment": "microsoft.graph.accept", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.count()", + "segment": "microsoft.graph.cancel", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.item(name={name})", + "segment": "microsoft.graph.decline", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.itemAt(index={index})", + "segment": "microsoft.graph.dismissReminder", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } ] } ] - } - ] - }, - { - "segment": "microsoft.graph.cell(row={row},column={column})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range(address={address})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.usedRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.usedRange(valuesOnly={valuesOnly})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "names", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookNamedItem-id}", + "segment": "microsoft.graph.forward", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } ] } - ], - "children": [ + ] + }, + { + "segment": "microsoft.graph.snoozeReminder", + "labels": [ { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" } ] }, { - "segment": "worksheet", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.cell(row={row},column={column})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range(address={address})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.usedRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.usedRange(valuesOnly={valuesOnly})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" } ] } ] }, { - "segment": "microsoft.graph.add", + "segment": "microsoft.graph.tentativelyAccept", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.addFormulaLocal", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } ] } ] - } - ] - }, - { - "segment": "pivotTables", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookPivotTable-id}", + "segment": "multiValueExtendedProperties", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "microsoft.graph.refresh", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "worksheet", + "segment": "{multiValueLegacyExtendedProperty-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.cell(row={row},column={column})", - "labels": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.range()", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.range(address={address})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.usedRange()", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.usedRange(valuesOnly={valuesOnly})", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } ] } ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] }, { - "segment": "microsoft.graph.refreshAll", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.allowedCalendarSharingRoles(User='{User}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getSchedule", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/calendar-getschedule?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/calendar-getschedule?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] }, { - "segment": "protection", + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, { "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "calendarView", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-list-calendarview?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-list-calendarview?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{event-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "attachments", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "microsoft.graph.protect", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.unprotect", + "segment": "{attachment-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } ] } ] @@ -48690,376 +62846,590 @@ ] }, { - "segment": "tables", + "segment": "calendar", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "exceptionOccurrences", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{workbookTable-id}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "{event-id1}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "columns", + "segment": "attachments", "labels": [ { - "name": "v1.0", + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "calendar", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "instances", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "{workbookTableColumn-id}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "{event-id2}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "filter", + "segment": "attachments", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.apply", - "labels": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.applyBottomItemsFilter", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.applyBottomPercentFilter", + "segment": "{attachment-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.applyCellColorFilter", + "segment": "microsoft.graph.createUploadSession", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } ] } ] - }, + } + ] + }, + { + "segment": "calendar", + "labels": [ { - "segment": "microsoft.graph.applyCustomFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "extensions", + "labels": [ { - "segment": "microsoft.graph.applyDynamicFilter", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.applyFontColorFilter", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.applyIconFilter", + "segment": "{extension-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.accept", + "labels": [ { - "segment": "microsoft.graph.applyTopItemsFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.cancel", + "labels": [ { - "segment": "microsoft.graph.applyTopPercentFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.decline", + "labels": [ { - "segment": "microsoft.graph.applyValuesFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.dismissReminder", + "labels": [ { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" } ] } ] }, { - "segment": "microsoft.graph.dataBodyRange()", + "segment": "microsoft.graph.forward", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.headerRowRange()", + "segment": "microsoft.graph.snoozeReminder", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.range()", + "segment": "multiValueExtendedProperties", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get" + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "microsoft.graph.totalRowRange()", + "segment": "singleValueExtendedProperties", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get" + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] @@ -49067,52 +63437,15 @@ ] }, { - "segment": "microsoft.graph.add", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.count()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.itemAt(index={index})", + "segment": "microsoft.graph.delta()", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } ] } ] @@ -49120,230 +63453,501 @@ ] }, { - "segment": "microsoft.graph.clearFilters", + "segment": "microsoft.graph.accept", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.convertToRange", + "segment": "microsoft.graph.cancel", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.dataBodyRange()", + "segment": "microsoft.graph.decline", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.headerRowRange()", + "segment": "microsoft.graph.dismissReminder", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.range()", + "segment": "microsoft.graph.forward", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.reapplyFilters", + "segment": "microsoft.graph.snoozeReminder", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.totalRowRange()", + "segment": "multiValueExtendedProperties", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get" + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "rows", + "segment": "singleValueExtendedProperties", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{workbookTableRow-id}", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ { - "segment": "microsoft.graph.range()", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "instances", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{event-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] }, { - "segment": "microsoft.graph.add", + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.count()", + "segment": "{attachment-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.itemAt(index={index})", + "segment": "microsoft.graph.createUploadSession", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } ] } ] @@ -49351,73 +63955,523 @@ ] }, { - "segment": "sort", + "segment": "calendar", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "exceptionOccurrences", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "microsoft.graph.apply", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "{event-id2}", + "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "calendar", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.accept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.decline", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.dismissReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.snoozeReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } ] } ] }, { - "segment": "microsoft.graph.clear", + "segment": "microsoft.graph.delta()", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } ] + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.reapply", + "segment": "{extension-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -49425,107 +64479,350 @@ ] }, { - "segment": "worksheet", + "segment": "microsoft.graph.accept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.decline", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.dismissReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.snoozeReminder", "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + }, { "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "microsoft.graph.cell(row={row},column={column})", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.range()", + "segment": "{multiValueLegacyExtendedProperty-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] - }, + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ { - "segment": "microsoft.graph.range(address={address})", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.usedRange()", + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.usedRange(valuesOnly={valuesOnly})", + "segment": "{singleValueLegacyExtendedProperty-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -49535,679 +64832,374 @@ ] }, { - "segment": "microsoft.graph.add", + "segment": "microsoft.graph.delta()", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } ] } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.accept", + "labels": [ { - "segment": "microsoft.graph.count()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" } ] } ] - } - ] - }, - { - "segment": "microsoft.graph.add", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "following", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{driveItem-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "activities", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{itemActivityOLD-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "driveItem", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", + "segment": "microsoft.graph.cancel", "labels": [ { "name": "beta", "methods": [ - "Get", - "Put", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } ] - } - ] - }, - { - "segment": "microsoft.graph.checkin", - "labels": [ + }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.checkout", + "segment": "microsoft.graph.decline", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } ] - } - ] - }, - { - "segment": "microsoft.graph.copy", - "labels": [ + }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.createLink", + "segment": "microsoft.graph.dismissReminder", "labels": [ { "name": "beta", "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.createUploadSession", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.delta()", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.delta(token={token})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.follow", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getActivitiesByInterval(startDateTime={startDateTime},endDateTime={endDateTime},interval={interval})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } ] - } - ] - }, - { - "segment": "microsoft.graph.invite", - "labels": [ + }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.preview", + "segment": "microsoft.graph.forward", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } ] - } - ] - }, - { - "segment": "microsoft.graph.restore", - "labels": [ + }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.search(q={q})", + "segment": "microsoft.graph.snoozeReminder", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } ] - } - ] - }, - { - "segment": "microsoft.graph.unfollow", - "labels": [ + }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.validatePermission", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "listItem", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "activities", + "segment": "microsoft.graph.tentativelyAccept", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{itemActivityOLD-id1}", - "labels": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" } ] - } - ] - }, - { - "segment": "analytics", - "labels": [ + }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" } ] } ] }, { - "segment": "driveItem", + "segment": "multiValueExtendedProperties", "labels": [ { "name": "beta", "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.checkin", - "labels": [ { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.checkout", - "labels": [ + "name": "Get", + "documentationUrl": null + }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.copy", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.createLink", - "labels": [ + "name": "Get", + "documentationUrl": null + }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.createUploadSession", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] - } - ] - }, - { - "segment": "microsoft.graph.delta()", - "labels": [ + }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.delta(token={token})", + "segment": "{multiValueLegacyExtendedProperty-id}", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] - } - ] - }, - { - "segment": "microsoft.graph.follow", - "labels": [ + }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] - }, + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ { - "segment": "microsoft.graph.getActivitiesByInterval(startDateTime={startDateTime},endDateTime={endDateTime},interval={interval})", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.invite", - "labels": [ + "name": "Get", + "documentationUrl": null + }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.preview", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.restore", - "labels": [ + "name": "Get", + "documentationUrl": null + }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.search(q={q})", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] - } - ] - }, - { - "segment": "microsoft.graph.unfollow", - "labels": [ + }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.validatePermission", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "fields", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.createLink", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getActivitiesByInterval(startDateTime={startDateTime},endDateTime={endDateTime},interval={interval})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "versions", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{listItemVersion-id}", + "segment": "{singleValueLegacyExtendedProperty-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fields", - "labels": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.restoreVersion", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } @@ -50216,50276 +65208,61459 @@ ] } ] - } - ] - } - ] - }, - { - "segment": "analytics", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "children", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{driveItem-id1}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "content", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Put" - ] - } - ] - }, - { - "segment": "microsoft.graph.checkin", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.checkout", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.copy", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.createLink", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.createUploadSession", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] }, { "segment": "microsoft.graph.delta()", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.delta(token={token})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.follow", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } ] }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getActivitiesByInterval()", - "labels": [ { "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } ] } ] - }, + } + ] + }, + { + "segment": "conversations", + "labels": [ { - "segment": "microsoft.graph.getActivitiesByInterval(startDateTime={startDateTime},endDateTime={endDateTime},interval={interval})", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-list-conversations?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-post-conversations?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.invite", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-list-conversations?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-post-conversations?view=graph-rest-1.0" } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.preview", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.restore", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.search(q={q})", - "labels": [ { "name": "v1.0", "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.unfollow", + "segment": "{conversation-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.validatePermission", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "content", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Put" - ] - } - ] - }, - { - "segment": "listItem", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "activities", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{itemActivityOLD-id}", - "labels": [ - { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "driveItem", + "segment": "threads", "labels": [ { "name": "beta", "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.checkin", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.checkout", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.copy", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.createLink", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.createUploadSession", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.delta()", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.delta(token={token})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.follow", - "labels": [ { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getActivitiesByInterval(startDateTime={startDateTime},endDateTime={endDateTime},interval={interval})", - "labels": [ + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/conversation-list-threads?view=graph-rest-1.0" + }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.invite", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.preview", - "labels": [ + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/conversation-list-threads?view=graph-rest-1.0" + }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/conversation-post-threads?view=graph-rest-1.0" } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.restore", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] - } - ] - }, - { - "segment": "microsoft.graph.search(q={q})", - "labels": [ + }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.unfollow", + "segment": "{conversationThread-id}", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] - } - ] - }, - { - "segment": "microsoft.graph.validatePermission", - "labels": [ + }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } - ] - } - ] - }, - { - "segment": "listItem", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.createLink", - "labels": [ + ], + "children": [ { - "name": "beta", - "methods": [ - "Post" + "segment": "microsoft.graph.reply", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/post-post-attachments?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/post-post-attachments?view=graph-rest-1.0" + } + ] + } ] - } - ] - }, - { - "segment": "microsoft.graph.getActivitiesByInterval(startDateTime={startDateTime},endDateTime={endDateTime},interval={interval})", - "labels": [ + }, { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "analytics", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "driveItem", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.checkin", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.checkout", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.copy", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.createLink", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.createUploadSession", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" + "segment": "posts", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/conversationthread-list-posts?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/conversationthread-list-posts?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{post-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/post-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/post-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "inReplyTo", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/post-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/post-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "mentions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{mention-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/post-forward?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/post-forward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.reply", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/post-reply?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/post-reply?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "mentions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{mention-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/post-forward?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/post-forward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.reply", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/post-reply?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/post-reply?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + } + ] + } + ] + } ] } ] - }, + } + ] + }, + { + "segment": "createdOnBehalfOf", + "labels": [ { - "segment": "microsoft.graph.delta()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.delta(token={token})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "drive", + "labels": [ { - "segment": "microsoft.graph.follow", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/drive-get?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.getActivitiesByInterval()", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/drive-get?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "drives", + "labels": [ { - "segment": "microsoft.graph.getActivitiesByInterval(startDateTime={startDateTime},endDateTime={endDateTime},interval={interval})", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/drive-list?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.invite", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/drive-list?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.preview", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.restore", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.search(q={q})", - "labels": [ { "name": "v1.0", "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.unfollow", + "segment": "{drive-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.validatePermission", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "fields", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.createLink", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getActivitiesByInterval()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getActivitiesByInterval(startDateTime={startDateTime},endDateTime={endDateTime},interval={interval})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "versions", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{listItemVersion-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "fields", + "segment": "activities", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/activities-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" + "segment": "{itemActivityOLD-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "driveItem", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "listItem", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] } ] }, { - "segment": "microsoft.graph.restoreVersion", + "segment": "bundles", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/bundle-list?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/bundle-list?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{driveItem-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/bundle-list?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/bundle-list?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + } ] } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.checkin", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.checkout", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.copy", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.createLink", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.createUploadSession", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.delta()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.delta(token={token})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.follow", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getActivitiesByInterval()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getActivitiesByInterval(startDateTime={startDateTime},endDateTime={endDateTime},interval={interval})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.invite", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.preview", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.restore", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.search(q={q})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.unfollow", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.validatePermission", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "permissions", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{permission-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.grant", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.revokeGrants", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "subscriptions", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{subscription-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "thumbnails", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{thumbnailSet-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "versions", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{driveItemVersion-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "content", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Put" - ] - } - ] - }, - { - "segment": "microsoft.graph.restoreVersion", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "workbook", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "application", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.calculate", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "comments", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookComment-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" ] }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "replies", + "segment": "following", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/drive-list-following?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/drive-list-following?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "{workbookCommentReply-id}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{driveItem-id}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/drive-list-following?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/drive-list-following?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } ] } ] } ] - } - ] - } - ] - }, - { - "segment": "functions", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.abs", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.accrInt", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.accrIntM", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.acos", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.acosh", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.acot", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.acoth", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.amorDegrc", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.amorLinc", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.and", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.arabic", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.areas", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.asc", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.asin", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.asinh", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.atan", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.atan2", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.atanh", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.aveDev", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.average", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.averageA", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.averageIf", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.averageIfs", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.bahtText", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.base", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.besselI", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.besselJ", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.besselK", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.besselY", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.beta_Dist", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.beta_Inv", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.bin2Dec", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.bin2Hex", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.bin2Oct", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.binom_Dist", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.binom_Dist_Range", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.binom_Inv", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.bitand", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.bitlshift", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.bitor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.bitrshift", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.bitxor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.ceiling_Math", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.ceiling_Precise", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.char", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.chiSq_Dist", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.chiSq_Dist_RT", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.chiSq_Inv", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.chiSq_Inv_RT", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.choose", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.clean", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.code", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.columns", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.combin", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.combina", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.complex", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.concatenate", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.confidence_Norm", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.confidence_T", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.convert", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.cos", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.cosh", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.cot", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.coth", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.count", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.countA", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.countBlank", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.countIf", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.countIfs", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.coupDayBs", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.coupDays", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.coupDaysNc", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.coupNcd", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.coupNum", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.coupPcd", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.csc", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.csch", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.cumIPmt", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.cumPrinc", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.date", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.datevalue", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.daverage", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.day", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.days", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.days360", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.db", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.dbcs", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.dcount", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.dcountA", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.ddb", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.dec2Bin", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.dec2Hex", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.dec2Oct", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.decimal", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.degrees", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.delta", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.devSq", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.dget", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.disc", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.dmax", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.dmin", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.dollar", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.dollarDe", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.dollarFr", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.dproduct", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.dstDev", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.dstDevP", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.dsum", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.duration", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.dvar", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.dvarP", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.ecma_Ceiling", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.edate", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.effect", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.eoMonth", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.erf", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.erf_Precise", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.erfC", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.erfC_Precise", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.error_Type", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.even", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.exact", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.exp", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.expon_Dist", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.f_Dist", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.f_Dist_RT", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.f_Inv", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.f_Inv_RT", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.fact", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.factDouble", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.false", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.find", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.findB", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.fisher", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.fisherInv", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.fixed", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.floor_Math", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.floor_Precise", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.fv", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.fvschedule", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.gamma", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.gamma_Dist", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.gamma_Inv", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.gammaLn", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.gammaLn_Precise", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.gauss", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.gcd", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.geoMean", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.geStep", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.harMean", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.hex2Bin", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.hex2Dec", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.hex2Oct", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.hlookup", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.hour", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.hyperlink", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.hypGeom_Dist", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.if", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.imAbs", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.imaginary", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.imArgument", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.imConjugate", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.imCos", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.imCosh", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.imCot", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.imCsc", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.imCsch", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.imDiv", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.imExp", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.imLn", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.imLog10", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.imLog2", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.imPower", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.imProduct", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.imReal", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.imSec", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.imSech", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.imSin", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.imSinh", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.imSqrt", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.imSub", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.imSum", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.imTan", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.int", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.intRate", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.ipmt", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.irr", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.isErr", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.isError", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.isEven", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.isFormula", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.isLogical", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.isNA", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.isNonText", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.isNumber", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.iso_Ceiling", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.isOdd", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.isoWeekNum", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.ispmt", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.isref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.isText", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.kurt", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.large", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.lcm", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.left", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.leftb", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.len", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.lenb", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.ln", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.log", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.log10", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.logNorm_Dist", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.logNorm_Inv", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.lookup", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.lower", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.match", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.max", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.maxA", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.mduration", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.median", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.mid", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.midb", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.min", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.minA", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.minute", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.mirr", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.mod", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.month", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.mround", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.multiNomial", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.n", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.na", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.negBinom_Dist", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.networkDays", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.networkDays_Intl", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.nominal", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.norm_Dist", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.norm_Inv", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.norm_S_Dist", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.norm_S_Inv", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.not", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.now", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.nper", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.npv", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.numberValue", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.oct2Bin", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.oct2Dec", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.oct2Hex", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.odd", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.oddFPrice", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.oddFYield", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.oddLPrice", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.oddLYield", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.or", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.pduration", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.percentile_Exc", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.percentile_Inc", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.percentRank_Exc", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.percentRank_Inc", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.permut", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.permutationa", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.phi", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.pi", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.pmt", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.poisson_Dist", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.power", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.ppmt", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.price", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.priceDisc", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.priceMat", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.product", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.proper", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.pv", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.quartile_Exc", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.quartile_Inc", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.quotient", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.radians", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.rand", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.randBetween", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.rank_Avg", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.rank_Eq", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.rate", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.received", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.replace", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.replaceB", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.rept", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.right", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.rightb", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.roman", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.round", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.roundDown", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.roundUp", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.rows", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.rri", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.sec", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.sech", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.second", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.seriesSum", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.sheet", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.sheets", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.sign", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.sin", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.sinh", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.skew", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.skew_p", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.sln", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.small", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.sqrt", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.sqrtPi", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.standardize", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.stDev_P", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.stDev_S", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.stDevA", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.stDevPA", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.substitute", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.subtotal", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.sum", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.sumIf", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.sumIfs", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.sumSq", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.syd", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.t", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.t_Dist", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.t_Dist_2T", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.t_Dist_RT", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.t_Inv", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.t_Inv_2T", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.tan", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.tanh", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.tbillEq", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.tbillPrice", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.tbillYield", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.text", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.time", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.timevalue", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.today", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.trim", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.trimMean", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.true", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.trunc", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.type", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.unichar", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.unicode", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.upper", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.usdollar", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.value", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.var_P", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.var_S", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.varA", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.varPA", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.vdb", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.vlookup", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.weekday", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.weekNum", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.weibull_Dist", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.workDay", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.workDay_Intl", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.xirr", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.xnpv", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.xor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.year", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.yearFrac", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.yield", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.yieldDisc", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.yieldMat", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.z_Test", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.closeSession", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.createSession", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.refreshSession", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.sessionInfoResource(key={key})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.tableRowOperationResult(key={key})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "names", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookNamedItem-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "worksheet", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "charts", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookChart-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "axes", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "categoryAxis", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "majorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "minorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "title", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "seriesAxis", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "majorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "minorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "title", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "valueAxis", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "majorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "minorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "title", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "dataLabels", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fill", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fill", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "legend", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fill", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.image()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.image(width={width},height={height},fittingMode={fittingMode})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.image(width={width},height={height})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.image(width={width})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.setData", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setPosition", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "series", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookChartSeries-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fill", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "points", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookChartPoint-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fill", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.count()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.count()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "title", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fill", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "worksheet", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.cell(row={row},column={column})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range(address={address})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.usedRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.usedRange(valuesOnly={valuesOnly})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.add", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.count()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.item(name={name})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.cell(row={row},column={column})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range(address={address})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.usedRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.usedRange(valuesOnly={valuesOnly})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "names", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookNamedItem-id1}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.add", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.addFormulaLocal", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "pivotTables", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookPivotTable-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.refresh", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "worksheet", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.cell(row={row},column={column})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range(address={address})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.usedRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.usedRange(valuesOnly={valuesOnly})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.refreshAll", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "protection", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.protect", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.unprotect", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "tables", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookTable-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "columns", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookTableColumn-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "filter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.apply", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyBottomItemsFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyBottomPercentFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyCellColorFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyCustomFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyDynamicFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyFontColorFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyIconFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyTopItemsFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyTopPercentFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyValuesFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.dataBodyRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.headerRowRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.totalRowRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.add", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.count()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.clearFilters", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.convertToRange", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.dataBodyRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.headerRowRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.reapplyFilters", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.totalRowRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "rows", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookTableRow-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.add", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.count()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "sort", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.apply", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.reapply", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "worksheet", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.cell(row={row},column={column})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range(address={address})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.usedRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.usedRange(valuesOnly={valuesOnly})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.add", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.count()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.add", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.addFormulaLocal", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "operations", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookOperation-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "tables", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookTable-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "columns", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookTableColumn-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "filter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.apply", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyBottomItemsFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyBottomPercentFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyCellColorFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyCustomFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyDynamicFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyFontColorFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyIconFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyTopItemsFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyTopPercentFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyValuesFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.dataBodyRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.headerRowRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.totalRowRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.add", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.count()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.clearFilters", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.convertToRange", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.dataBodyRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.headerRowRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.reapplyFilters", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.totalRowRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "rows", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookTableRow-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.add", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.count()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "sort", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.apply", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.reapply", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "worksheet", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "charts", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookChart-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "axes", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "categoryAxis", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "majorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "minorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "title", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "seriesAxis", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "majorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "minorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "title", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "valueAxis", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "majorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "minorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "title", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "dataLabels", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fill", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fill", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "legend", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fill", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.image()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.image(width={width},height={height},fittingMode={fittingMode})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.image(width={width},height={height})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.image(width={width})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.setData", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setPosition", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "series", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookChartSeries-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fill", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "points", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookChartPoint-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fill", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.count()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.count()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "title", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fill", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "worksheet", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.cell(row={row},column={column})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range(address={address})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.usedRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.usedRange(valuesOnly={valuesOnly})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.add", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.count()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.item(name={name})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.cell(row={row},column={column})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range(address={address})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.usedRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.usedRange(valuesOnly={valuesOnly})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "names", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookNamedItem-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "worksheet", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.cell(row={row},column={column})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range(address={address})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.usedRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.usedRange(valuesOnly={valuesOnly})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.add", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.addFormulaLocal", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "pivotTables", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookPivotTable-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.refresh", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "worksheet", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.cell(row={row},column={column})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range(address={address})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.usedRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.usedRange(valuesOnly={valuesOnly})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.refreshAll", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "protection", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.protect", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.unprotect", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "tables", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookTable-id1}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clearFilters", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.convertToRange", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.dataBodyRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.headerRowRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.reapplyFilters", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.totalRowRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.add", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.count()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.add", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.count()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "worksheets", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookWorksheet-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "charts", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookChart-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "axes", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "categoryAxis", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "majorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "minorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "title", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "seriesAxis", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "majorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "minorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "title", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "valueAxis", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "majorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "minorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "title", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "dataLabels", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fill", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fill", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "legend", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fill", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.image()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.image(width={width},height={height},fittingMode={fittingMode})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.image(width={width},height={height})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.image(width={width})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.setData", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setPosition", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "series", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookChartSeries-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fill", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "points", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookChartPoint-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fill", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.count()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.count()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "title", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fill", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "worksheet", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.cell(row={row},column={column})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range(address={address})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.usedRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.usedRange(valuesOnly={valuesOnly})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.add", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.count()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.item(name={name})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.cell(row={row},column={column})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range(address={address})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.usedRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.usedRange(valuesOnly={valuesOnly})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "names", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookNamedItem-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "worksheet", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.cell(row={row},column={column})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range(address={address})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.usedRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.usedRange(valuesOnly={valuesOnly})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.add", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.addFormulaLocal", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "pivotTables", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookPivotTable-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.refresh", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "worksheet", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.cell(row={row},column={column})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range(address={address})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.usedRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.usedRange(valuesOnly={valuesOnly})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.refreshAll", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "protection", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.protect", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.unprotect", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "tables", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookTable-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "columns", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookTableColumn-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "filter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.apply", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyBottomItemsFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyBottomPercentFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyCellColorFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyCustomFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyDynamicFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyFontColorFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyIconFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyTopItemsFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyTopPercentFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyValuesFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.dataBodyRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.headerRowRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.totalRowRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.add", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.count()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.clearFilters", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.convertToRange", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.dataBodyRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.headerRowRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.reapplyFilters", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.totalRowRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "rows", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookTableRow-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.add", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.count()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "sort", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.apply", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.reapply", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "worksheet", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.cell(row={row},column={column})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range(address={address})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.usedRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.usedRange(valuesOnly={valuesOnly})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.add", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.count()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.add", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "items", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{driveItem-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "activities", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{itemActivityOLD-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "driveItem", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.checkin", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.checkout", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.copy", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.createLink", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.createUploadSession", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.delta()", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.delta(token={token})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.follow", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getActivitiesByInterval(startDateTime={startDateTime},endDateTime={endDateTime},interval={interval})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.invite", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.preview", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.restore", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.search(q={q})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.unfollow", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.validatePermission", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "listItem", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "activities", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{itemActivityOLD-id1}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "analytics", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "driveItem", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.checkin", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.checkout", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.copy", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.createLink", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.createUploadSession", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.delta()", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.delta(token={token})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.follow", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getActivitiesByInterval(startDateTime={startDateTime},endDateTime={endDateTime},interval={interval})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.invite", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.preview", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.restore", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.search(q={q})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.unfollow", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.validatePermission", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "fields", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.createLink", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getActivitiesByInterval(startDateTime={startDateTime},endDateTime={endDateTime},interval={interval})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "versions", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{listItemVersion-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fields", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.restoreVersion", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "analytics", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "children", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{driveItem-id1}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "content", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Put" - ] - } - ] - }, - { - "segment": "microsoft.graph.checkin", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.checkout", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.copy", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.createLink", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.createUploadSession", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.delta()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.delta(token={token})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.follow", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getActivitiesByInterval()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getActivitiesByInterval(startDateTime={startDateTime},endDateTime={endDateTime},interval={interval})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.invite", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.preview", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.restore", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.search(q={q})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.unfollow", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.validatePermission", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "content", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Put" - ] - } - ] - }, - { - "segment": "listItem", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "activities", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{itemActivityOLD-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "driveItem", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.checkin", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.checkout", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.copy", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.createLink", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.createUploadSession", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.delta()", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.delta(token={token})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.follow", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getActivitiesByInterval(startDateTime={startDateTime},endDateTime={endDateTime},interval={interval})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.invite", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.preview", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.restore", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.search(q={q})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.unfollow", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.validatePermission", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "listItem", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.createLink", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getActivitiesByInterval(startDateTime={startDateTime},endDateTime={endDateTime},interval={interval})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "analytics", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "driveItem", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.checkin", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.checkout", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.copy", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.createLink", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.createUploadSession", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.delta()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.delta(token={token})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.follow", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getActivitiesByInterval()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getActivitiesByInterval(startDateTime={startDateTime},endDateTime={endDateTime},interval={interval})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.invite", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.preview", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.restore", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.search(q={q})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.unfollow", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.validatePermission", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "fields", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.createLink", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getActivitiesByInterval()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getActivitiesByInterval(startDateTime={startDateTime},endDateTime={endDateTime},interval={interval})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "versions", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{listItemVersion-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fields", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.restoreVersion", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.checkin", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.checkout", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.copy", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.createLink", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.createUploadSession", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.delta()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.delta(token={token})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.follow", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getActivitiesByInterval()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getActivitiesByInterval(startDateTime={startDateTime},endDateTime={endDateTime},interval={interval})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.invite", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.preview", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.restore", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.search(q={q})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.unfollow", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.validatePermission", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "permissions", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{permission-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.grant", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.revokeGrants", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "subscriptions", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{subscription-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "thumbnails", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{thumbnailSet-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "versions", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{driveItemVersion-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "content", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Put" - ] - } - ] - }, - { - "segment": "microsoft.graph.restoreVersion", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "workbook", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "application", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.calculate", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "comments", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookComment-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "replies", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookCommentReply-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "functions", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.abs", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.accrInt", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.accrIntM", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.acos", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.acosh", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.acot", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.acoth", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.amorDegrc", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.amorLinc", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.and", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.arabic", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.areas", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.asc", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.asin", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.asinh", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.atan", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.atan2", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.atanh", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.aveDev", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.average", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.averageA", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.averageIf", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.averageIfs", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.bahtText", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.base", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.besselI", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.besselJ", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.besselK", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.besselY", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.beta_Dist", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.beta_Inv", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.bin2Dec", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.bin2Hex", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.bin2Oct", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.binom_Dist", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.binom_Dist_Range", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.binom_Inv", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.bitand", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.bitlshift", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.bitor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.bitrshift", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.bitxor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.ceiling_Math", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.ceiling_Precise", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.char", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.chiSq_Dist", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.chiSq_Dist_RT", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.chiSq_Inv", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.chiSq_Inv_RT", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.choose", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.clean", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.code", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.columns", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.combin", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.combina", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.complex", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.concatenate", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.confidence_Norm", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.confidence_T", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.convert", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.cos", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.cosh", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.cot", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.coth", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.count", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.countA", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.countBlank", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.countIf", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.countIfs", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.coupDayBs", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.coupDays", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.coupDaysNc", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.coupNcd", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.coupNum", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.coupPcd", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.csc", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.csch", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.cumIPmt", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.cumPrinc", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.date", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.datevalue", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.daverage", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.day", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.days", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.days360", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.db", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.dbcs", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.dcount", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.dcountA", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.ddb", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.dec2Bin", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.dec2Hex", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.dec2Oct", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.decimal", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.degrees", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.delta", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.devSq", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.dget", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.disc", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.dmax", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.dmin", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.dollar", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.dollarDe", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.dollarFr", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.dproduct", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.dstDev", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.dstDevP", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.dsum", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.duration", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.dvar", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.dvarP", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.ecma_Ceiling", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.edate", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.effect", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.eoMonth", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.erf", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.erf_Precise", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.erfC", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.erfC_Precise", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.error_Type", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.even", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.exact", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.exp", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.expon_Dist", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.f_Dist", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.f_Dist_RT", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.f_Inv", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.f_Inv_RT", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.fact", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.factDouble", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.false", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.find", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.findB", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.fisher", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.fisherInv", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.fixed", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.floor_Math", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.floor_Precise", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.fv", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.fvschedule", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.gamma", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.gamma_Dist", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.gamma_Inv", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.gammaLn", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.gammaLn_Precise", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.gauss", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.gcd", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.geoMean", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.geStep", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.harMean", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.hex2Bin", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.hex2Dec", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.hex2Oct", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.hlookup", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.hour", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.hyperlink", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.hypGeom_Dist", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.if", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.imAbs", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.imaginary", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.imArgument", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.imConjugate", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.imCos", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.imCosh", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.imCot", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.imCsc", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.imCsch", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.imDiv", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.imExp", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.imLn", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.imLog10", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.imLog2", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.imPower", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.imProduct", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.imReal", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.imSec", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.imSech", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.imSin", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.imSinh", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.imSqrt", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.imSub", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.imSum", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.imTan", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.int", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.intRate", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.ipmt", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.irr", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.isErr", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.isError", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.isEven", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.isFormula", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.isLogical", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.isNA", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.isNonText", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.isNumber", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.iso_Ceiling", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.isOdd", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.isoWeekNum", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.ispmt", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.isref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.isText", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.kurt", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.large", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.lcm", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.left", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.leftb", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.len", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.lenb", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.ln", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.log", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.log10", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.logNorm_Dist", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.logNorm_Inv", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.lookup", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.lower", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.match", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.max", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.maxA", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.mduration", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.median", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.mid", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.midb", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.min", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.minA", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.minute", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.mirr", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.mod", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.month", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.mround", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.multiNomial", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.n", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.na", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.negBinom_Dist", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.networkDays", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.networkDays_Intl", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.nominal", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.norm_Dist", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.norm_Inv", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.norm_S_Dist", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.norm_S_Inv", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.not", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.now", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.nper", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.npv", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.numberValue", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.oct2Bin", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.oct2Dec", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.oct2Hex", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.odd", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.oddFPrice", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.oddFYield", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.oddLPrice", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.oddLYield", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.or", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.pduration", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.percentile_Exc", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.percentile_Inc", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.percentRank_Exc", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.percentRank_Inc", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.permut", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.permutationa", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.phi", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.pi", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.pmt", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.poisson_Dist", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.power", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.ppmt", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.price", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.priceDisc", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.priceMat", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.product", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.proper", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.pv", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.quartile_Exc", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.quartile_Inc", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.quotient", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.radians", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.rand", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.randBetween", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.rank_Avg", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.rank_Eq", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.rate", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.received", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.replace", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.replaceB", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.rept", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.right", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.rightb", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.roman", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.round", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.roundDown", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.roundUp", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.rows", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.rri", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.sec", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.sech", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.second", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.seriesSum", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.sheet", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.sheets", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.sign", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.sin", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.sinh", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.skew", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.skew_p", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.sln", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.small", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.sqrt", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.sqrtPi", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.standardize", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.stDev_P", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.stDev_S", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.stDevA", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.stDevPA", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.substitute", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.subtotal", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.sum", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.sumIf", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.sumIfs", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.sumSq", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.syd", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.t", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.t_Dist", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.t_Dist_2T", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.t_Dist_RT", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.t_Inv", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.t_Inv_2T", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.tan", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.tanh", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.tbillEq", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.tbillPrice", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.tbillYield", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.text", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.time", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.timevalue", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.today", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.trim", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.trimMean", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.true", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.trunc", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.type", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.unichar", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.unicode", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.upper", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.usdollar", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.value", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.var_P", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.var_S", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.varA", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.varPA", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.vdb", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.vlookup", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.weekday", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.weekNum", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.weibull_Dist", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.workDay", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.workDay_Intl", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.xirr", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.xnpv", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.xor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.year", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.yearFrac", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.yield", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.yieldDisc", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.yieldMat", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.z_Test", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.closeSession", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.createSession", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.refreshSession", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.sessionInfoResource(key={key})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.tableRowOperationResult(key={key})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "names", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookNamedItem-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "worksheet", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "charts", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookChart-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "axes", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "categoryAxis", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "majorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "minorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "title", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "seriesAxis", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "majorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "minorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "title", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "valueAxis", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "majorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "minorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "title", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "dataLabels", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fill", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fill", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "legend", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fill", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.image()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.image(width={width},height={height},fittingMode={fittingMode})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.image(width={width},height={height})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.image(width={width})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.setData", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setPosition", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "series", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookChartSeries-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fill", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "points", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookChartPoint-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fill", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.count()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.count()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "title", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fill", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "worksheet", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.cell(row={row},column={column})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range(address={address})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.usedRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.usedRange(valuesOnly={valuesOnly})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.add", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.count()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.item(name={name})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.cell(row={row},column={column})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range(address={address})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.usedRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.usedRange(valuesOnly={valuesOnly})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "names", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookNamedItem-id1}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.add", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.addFormulaLocal", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "pivotTables", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookPivotTable-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.refresh", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "worksheet", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.cell(row={row},column={column})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range(address={address})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.usedRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.usedRange(valuesOnly={valuesOnly})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.refreshAll", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "protection", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.protect", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.unprotect", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "tables", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookTable-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "columns", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookTableColumn-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "filter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.apply", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyBottomItemsFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyBottomPercentFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyCellColorFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyCustomFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyDynamicFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyFontColorFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyIconFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyTopItemsFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyTopPercentFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyValuesFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.dataBodyRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.headerRowRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.totalRowRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.add", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.count()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.clearFilters", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.convertToRange", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.dataBodyRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.headerRowRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.reapplyFilters", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.totalRowRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "rows", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookTableRow-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.add", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.count()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "sort", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.apply", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.reapply", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "worksheet", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.cell(row={row},column={column})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range(address={address})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.usedRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.usedRange(valuesOnly={valuesOnly})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.add", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.count()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.add", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.addFormulaLocal", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "operations", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookOperation-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "tables", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookTable-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "columns", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookTableColumn-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "filter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.apply", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyBottomItemsFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyBottomPercentFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyCellColorFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyCustomFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyDynamicFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyFontColorFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyIconFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyTopItemsFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyTopPercentFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyValuesFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.dataBodyRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.headerRowRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.totalRowRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.add", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.count()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.clearFilters", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.convertToRange", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.dataBodyRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.headerRowRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.reapplyFilters", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.totalRowRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "rows", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookTableRow-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.add", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.count()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "sort", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.apply", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.reapply", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "worksheet", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "charts", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookChart-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "axes", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "categoryAxis", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "majorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "minorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "title", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "seriesAxis", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "majorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "minorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "title", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "valueAxis", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "majorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "minorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "title", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "dataLabels", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fill", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fill", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "legend", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fill", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.image()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.image(width={width},height={height},fittingMode={fittingMode})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.image(width={width},height={height})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.image(width={width})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.setData", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setPosition", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "series", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookChartSeries-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fill", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "points", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookChartPoint-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fill", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.count()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.count()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "title", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fill", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "worksheet", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.cell(row={row},column={column})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range(address={address})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.usedRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.usedRange(valuesOnly={valuesOnly})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.add", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.count()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.item(name={name})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.cell(row={row},column={column})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range(address={address})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.usedRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.usedRange(valuesOnly={valuesOnly})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "names", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookNamedItem-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "worksheet", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.cell(row={row},column={column})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range(address={address})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.usedRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.usedRange(valuesOnly={valuesOnly})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.add", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.addFormulaLocal", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "pivotTables", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookPivotTable-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.refresh", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "worksheet", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.cell(row={row},column={column})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range(address={address})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.usedRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.usedRange(valuesOnly={valuesOnly})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.refreshAll", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "protection", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.protect", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.unprotect", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "tables", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookTable-id1}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clearFilters", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.convertToRange", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.dataBodyRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.headerRowRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.reapplyFilters", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.totalRowRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.add", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.count()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.add", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.count()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "worksheets", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookWorksheet-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "charts", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookChart-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "axes", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "categoryAxis", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "majorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "minorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "title", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "seriesAxis", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "majorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "minorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "title", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "valueAxis", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "majorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "minorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "title", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "dataLabels", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fill", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fill", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "legend", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fill", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.image()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.image(width={width},height={height},fittingMode={fittingMode})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.image(width={width},height={height})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.image(width={width})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.setData", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setPosition", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "series", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookChartSeries-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fill", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "points", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookChartPoint-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fill", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.count()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.count()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "title", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fill", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "worksheet", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.cell(row={row},column={column})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range(address={address})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.usedRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.usedRange(valuesOnly={valuesOnly})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.add", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.count()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.item(name={name})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.cell(row={row},column={column})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range(address={address})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.usedRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.usedRange(valuesOnly={valuesOnly})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "names", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookNamedItem-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "worksheet", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.cell(row={row},column={column})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range(address={address})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.usedRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.usedRange(valuesOnly={valuesOnly})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.add", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.addFormulaLocal", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "pivotTables", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookPivotTable-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.refresh", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "worksheet", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.cell(row={row},column={column})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range(address={address})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.usedRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.usedRange(valuesOnly={valuesOnly})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.refreshAll", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "protection", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.protect", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.unprotect", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "tables", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookTable-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "columns", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookTableColumn-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "filter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.apply", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyBottomItemsFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyBottomPercentFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyCellColorFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyCustomFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyDynamicFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyFontColorFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyIconFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyTopItemsFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyTopPercentFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyValuesFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.dataBodyRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.headerRowRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.totalRowRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.add", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.count()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.clearFilters", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.convertToRange", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.dataBodyRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.headerRowRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.reapplyFilters", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.totalRowRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "rows", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookTableRow-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.add", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.count()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "sort", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.apply", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.reapply", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "worksheet", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.cell(row={row},column={column})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range(address={address})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.usedRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.usedRange(valuesOnly={valuesOnly})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.add", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.count()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.add", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "list", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "activities", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{itemActivityOLD-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "driveItem", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.checkin", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.checkout", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.copy", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.createLink", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.createUploadSession", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.delta()", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.delta(token={token})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.follow", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getActivitiesByInterval(startDateTime={startDateTime},endDateTime={endDateTime},interval={interval})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.invite", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.preview", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.restore", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.search(q={q})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.unfollow", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.validatePermission", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "listItem", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "activities", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{itemActivityOLD-id1}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "analytics", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "driveItem", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.checkin", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.checkout", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.copy", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.createLink", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.createUploadSession", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.delta()", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.delta(token={token})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.follow", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getActivitiesByInterval(startDateTime={startDateTime},endDateTime={endDateTime},interval={interval})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.invite", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.preview", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.restore", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.search(q={q})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.unfollow", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.validatePermission", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "fields", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.createLink", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getActivitiesByInterval(startDateTime={startDateTime},endDateTime={endDateTime},interval={interval})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "versions", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{listItemVersion-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fields", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.restoreVersion", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "columns", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{columnDefinition-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "sourceColumn", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "contentTypes", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{contentType-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "base", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.associateWithHubSites", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.copyToDefaultContentLocation", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.isPublished()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.publish", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.unpublish", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "baseTypes", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.addCopy", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "columnLinks", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{columnLink-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "columnPositions", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ] - } - ] - }, - { - "segment": "columns", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{columnDefinition-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "sourceColumn", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.associateWithHubSites", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.copyToDefaultContentLocation", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.isPublished()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.publish", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.unpublish", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.addCopy", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "drive", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "items", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{listItem-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "activities", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{itemActivityOLD-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "driveItem", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.checkin", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.checkout", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.copy", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.createLink", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.createUploadSession", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.delta()", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.delta(token={token})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.follow", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getActivitiesByInterval(startDateTime={startDateTime},endDateTime={endDateTime},interval={interval})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.invite", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.preview", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.restore", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.search(q={q})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.unfollow", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.validatePermission", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "listItem", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.createLink", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getActivitiesByInterval(startDateTime={startDateTime},endDateTime={endDateTime},interval={interval})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "analytics", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "driveItem", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.checkin", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.checkout", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.copy", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.createLink", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.createUploadSession", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.delta()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.delta(token={token})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.follow", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getActivitiesByInterval()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getActivitiesByInterval(startDateTime={startDateTime},endDateTime={endDateTime},interval={interval})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.invite", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.preview", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.restore", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.search(q={q})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.unfollow", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.validatePermission", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "fields", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.createLink", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getActivitiesByInterval()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getActivitiesByInterval(startDateTime={startDateTime},endDateTime={endDateTime},interval={interval})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "versions", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{listItemVersion-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fields", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.restoreVersion", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "subscriptions", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{subscription-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.recent()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.search(q={q})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.sharedWithMe()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "root", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "activities", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{itemActivityOLD-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "driveItem", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.checkin", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.checkout", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.copy", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.createLink", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.createUploadSession", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.delta()", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.delta(token={token})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.follow", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getActivitiesByInterval(startDateTime={startDateTime},endDateTime={endDateTime},interval={interval})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.invite", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.preview", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.restore", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.search(q={q})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.unfollow", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.validatePermission", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "listItem", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "activities", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{itemActivityOLD-id1}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "analytics", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "driveItem", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.checkin", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.checkout", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.copy", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.createLink", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.createUploadSession", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.delta()", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.delta(token={token})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.follow", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getActivitiesByInterval(startDateTime={startDateTime},endDateTime={endDateTime},interval={interval})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.invite", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.preview", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.restore", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.search(q={q})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.unfollow", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.validatePermission", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "fields", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.createLink", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getActivitiesByInterval(startDateTime={startDateTime},endDateTime={endDateTime},interval={interval})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "versions", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{listItemVersion-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fields", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.restoreVersion", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "analytics", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "children", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{driveItem-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "content", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Put" - ] - } - ] - }, - { - "segment": "microsoft.graph.checkin", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.checkout", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.copy", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.createLink", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.createUploadSession", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.delta()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.delta(token={token})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.follow", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getActivitiesByInterval()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getActivitiesByInterval(startDateTime={startDateTime},endDateTime={endDateTime},interval={interval})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.invite", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.preview", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.restore", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.search(q={q})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.unfollow", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.validatePermission", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "content", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Put" - ] - } - ] - }, - { - "segment": "listItem", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "activities", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{itemActivityOLD-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "driveItem", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.checkin", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.checkout", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.copy", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.createLink", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.createUploadSession", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.delta()", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.delta(token={token})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.follow", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getActivitiesByInterval(startDateTime={startDateTime},endDateTime={endDateTime},interval={interval})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.invite", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.preview", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.restore", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.search(q={q})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.unfollow", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.validatePermission", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "listItem", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.createLink", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getActivitiesByInterval(startDateTime={startDateTime},endDateTime={endDateTime},interval={interval})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "analytics", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "driveItem", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.checkin", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.checkout", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.copy", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.createLink", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.createUploadSession", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.delta()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.delta(token={token})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.follow", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getActivitiesByInterval()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getActivitiesByInterval(startDateTime={startDateTime},endDateTime={endDateTime},interval={interval})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.invite", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.preview", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.restore", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.search(q={q})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.unfollow", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.validatePermission", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "fields", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.createLink", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getActivitiesByInterval()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getActivitiesByInterval(startDateTime={startDateTime},endDateTime={endDateTime},interval={interval})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "versions", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{listItemVersion-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fields", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.restoreVersion", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.checkin", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.checkout", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.copy", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.createLink", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.createUploadSession", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.delta()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.delta(token={token})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.follow", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getActivitiesByInterval()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getActivitiesByInterval(startDateTime={startDateTime},endDateTime={endDateTime},interval={interval})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.invite", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.preview", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.restore", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.search(q={q})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.unfollow", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.validatePermission", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "permissions", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{permission-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.grant", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.revokeGrants", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "subscriptions", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{subscription-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "thumbnails", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{thumbnailSet-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "versions", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{driveItemVersion-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "content", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Put" - ] - } - ] - }, - { - "segment": "microsoft.graph.restoreVersion", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "workbook", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "application", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.calculate", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "comments", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookComment-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "replies", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookCommentReply-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "functions", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.abs", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.accrInt", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.accrIntM", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.acos", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.acosh", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.acot", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.acoth", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.amorDegrc", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.amorLinc", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.and", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.arabic", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.areas", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.asc", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.asin", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.asinh", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.atan", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.atan2", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.atanh", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.aveDev", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.average", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.averageA", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.averageIf", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.averageIfs", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.bahtText", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.base", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.besselI", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.besselJ", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.besselK", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.besselY", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.beta_Dist", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.beta_Inv", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.bin2Dec", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.bin2Hex", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.bin2Oct", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.binom_Dist", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.binom_Dist_Range", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.binom_Inv", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.bitand", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.bitlshift", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.bitor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.bitrshift", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.bitxor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.ceiling_Math", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.ceiling_Precise", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.char", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.chiSq_Dist", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.chiSq_Dist_RT", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.chiSq_Inv", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.chiSq_Inv_RT", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.choose", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.clean", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.code", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.columns", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.combin", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.combina", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.complex", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.concatenate", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.confidence_Norm", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.confidence_T", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.convert", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.cos", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.cosh", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.cot", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.coth", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.count", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.countA", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.countBlank", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.countIf", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.countIfs", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.coupDayBs", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.coupDays", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.coupDaysNc", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.coupNcd", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.coupNum", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.coupPcd", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.csc", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.csch", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.cumIPmt", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.cumPrinc", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.date", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.datevalue", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.daverage", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.day", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.days", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.days360", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.db", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.dbcs", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.dcount", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.dcountA", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.ddb", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.dec2Bin", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.dec2Hex", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.dec2Oct", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.decimal", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.degrees", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.delta", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.devSq", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.dget", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.disc", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.dmax", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.dmin", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.dollar", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.dollarDe", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.dollarFr", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.dproduct", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.dstDev", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.dstDevP", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.dsum", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.duration", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.dvar", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.dvarP", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.ecma_Ceiling", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.edate", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.effect", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.eoMonth", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.erf", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.erf_Precise", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.erfC", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.erfC_Precise", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.error_Type", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.even", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.exact", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.exp", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.expon_Dist", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.f_Dist", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.f_Dist_RT", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.f_Inv", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.f_Inv_RT", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.fact", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.factDouble", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.false", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.find", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.findB", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.fisher", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.fisherInv", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.fixed", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.floor_Math", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.floor_Precise", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.fv", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.fvschedule", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.gamma", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.gamma_Dist", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.gamma_Inv", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.gammaLn", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.gammaLn_Precise", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.gauss", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" + "segment": "items", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{driveItem-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "activities", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{itemActivityOLD-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "analytics", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/itemanalytics-get?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "children", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{driveItem-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "listItem", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "activities", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{itemActivityOLD-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "driveItem", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "listItem", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "analytics", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "documentSetVersions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-post-documentsetversions?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-post-documentsetversions?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{documentSetVersion-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.restore", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0" + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "driveItem", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "fields", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createLink", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-createlink?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getActivitiesByInterval()", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "versions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-list-versions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{listItemVersion-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "fields", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.documentSetVersion", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.restore", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.restoreVersion", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0" + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.assignSensitivityLabel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkin", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkout", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.copy", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-copy?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-copy?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createLink", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-createuploadsession?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta(token='{token}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.extractSensitivityLabels", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.follow", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-follow?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-follow?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getActivitiesByInterval()", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.invite", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-invite?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-invite?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.preview", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.restore", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-restore?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-restore?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.search(q='{q}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.unfollow", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.validatePermission", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "permissions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-permissions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-permissions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{permission-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.grant", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.revokeGrants", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-1.0" + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "subscriptions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{subscription-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.reauthorize", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "thumbnails", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-thumbnails?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-thumbnails?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{thumbnailSet-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "versions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-versions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-versions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{driveItemVersion-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-versions?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-versions?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.restoreVersion", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-1.0" + } + ] + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "list", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "activities", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "columns", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/list-list-columns?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/list-post-columns?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/list-list-columns?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/list-post-columns?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{columnDefinition-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "sourceColumn", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "contentTypes", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/list-list-contenttypes?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/list-list-contenttypes?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{contentType-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "base", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "baseTypes", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{contentType-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "columnLinks", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{columnLink-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "columnPositions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{columnDefinition-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "columns", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-list-columns?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-post-columns?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-list-columns?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-post-columns?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{columnDefinition-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "sourceColumn", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.associateWithHubSites", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.copyToDefaultContentLocation", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.isPublished()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.publish", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.unpublish", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.addCopy", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.addCopyFromContentTypeHub", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getCompatibleHubContentTypes()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "drive", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "items", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-create?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-create?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{listItem-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "activities", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{itemActivityOLD-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "driveItem", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "listItem", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "analytics", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "documentSetVersions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-post-documentsetversions?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-post-documentsetversions?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{documentSetVersion-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.restore", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0" + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "driveItem", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "fields", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createLink", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-createlink?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getActivitiesByInterval()", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "versions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-list-versions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{listItemVersion-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "fields", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.documentSetVersion", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.restore", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.restoreVersion", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0" + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta(token='{token}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "operations", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{richLongRunningOperation-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "subscriptions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{subscription-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.reauthorize", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.recent()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.search(q='{q}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.sharedWithMe()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "root", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "activities", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{itemActivityOLD-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "analytics", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/itemanalytics-get?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "children", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{driveItem-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-get?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-get?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "listItem", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "activities", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{itemActivityOLD-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "driveItem", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "listItem", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "analytics", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "documentSetVersions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-post-documentsetversions?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-post-documentsetversions?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{documentSetVersion-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.restore", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0" + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "driveItem", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "fields", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createLink", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-createlink?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getActivitiesByInterval()", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "versions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-list-versions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{listItemVersion-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "fields", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.documentSetVersion", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.restore", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.restoreVersion", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0" + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.assignSensitivityLabel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkin", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkout", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.copy", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-copy?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-copy?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createLink", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-createuploadsession?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta(token='{token}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.extractSensitivityLabels", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.follow", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-follow?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-follow?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getActivitiesByInterval()", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.invite", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-invite?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-invite?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.preview", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.restore", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-restore?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-restore?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.search(q='{q}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.unfollow", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.validatePermission", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "permissions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-permissions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-permissions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{permission-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.grant", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.revokeGrants", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-1.0" + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "subscriptions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{subscription-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.reauthorize", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "thumbnails", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-thumbnails?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-thumbnails?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{thumbnailSet-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "versions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-versions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-versions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{driveItemVersion-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-versions?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-versions?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.restoreVersion", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-1.0" + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "special", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{driveItem-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + } ] } ] }, { - "segment": "microsoft.graph.gcd", + "segment": "endpoints", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-list-endpoints?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.geoMean", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "{endpoint-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "microsoft.graph.geStep", + "segment": "events", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.harMean", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-list-events?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-post-events?view=graph-rest-1.0" + } ] }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.hex2Bin", - "labels": [ { "name": "v1.0", "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-list-events?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-post-events?view=graph-rest-1.0" + } ] } - ] - }, - { - "segment": "microsoft.graph.hex2Dec", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.hex2Oct", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "{event-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "calendar", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "exceptionOccurrences", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{event-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "calendar", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "instances", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{event-id2}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "calendar", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.accept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.decline", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.dismissReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.snoozeReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.accept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.decline", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.dismissReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.snoozeReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "instances", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{event-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "calendar", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "exceptionOccurrences", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{event-id2}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "calendar", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.accept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.decline", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.dismissReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.snoozeReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.accept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.decline", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.dismissReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.snoozeReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.accept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.decline", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.dismissReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.snoozeReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + } ] } ] }, { - "segment": "microsoft.graph.hlookup", + "segment": "extensions", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.hour", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.hyperlink", - "labels": [ { "name": "v1.0", "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.hypGeom_Dist", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "microsoft.graph.if", + "segment": "groupLifecyclePolicies", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.imAbs", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-list-grouplifecyclepolicies?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.imaginary", - "labels": [ { "name": "v1.0", "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-list-grouplifecyclepolicies?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.imArgument", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.imConjugate", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "{groupLifecyclePolicy-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.addGroup", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.removeGroup", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "microsoft.graph.renewGroup", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/grouplifecyclepolicy-renewgroup?view=graph-rest-1.0" + } + ] + } ] } ] }, { - "segment": "microsoft.graph.imCos", + "segment": "memberOf", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.imCosh", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-list-memberof?view=graph-rest-1.0" + } ] }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.imCot", - "labels": [ { "name": "v1.0", "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-list-memberof?view=graph-rest-1.0" + } ] } - ] - }, - { - "segment": "microsoft.graph.imCsc", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.imCsch", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "{directoryObject-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.application", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.device", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.orgContact", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.user", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.imDiv", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.application", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.imExp", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.device", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.imLn", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.orgContact", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.imLog10", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "microsoft.graph.user", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] } ] }, { - "segment": "microsoft.graph.imLog2", + "segment": "members", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.imPower", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-list-members?view=graph-rest-1.0" + } ] }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.imProduct", - "labels": [ { "name": "v1.0", "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-list-members?view=graph-rest-1.0" + } ] } - ] - }, - { - "segment": "microsoft.graph.imReal", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "$ref", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-list-members?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-list-members?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } ] - } - ] - }, - { - "segment": "microsoft.graph.imSec", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Post" + "segment": "{directoryObject-id1}", + "labels": [], + "children": [ + { + "segment": "$ref", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.application", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.device", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.orgContact", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.user", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "microsoft.graph.application", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] - } - ] - }, - { - "segment": "microsoft.graph.imSech", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.device", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "microsoft.graph.orgContact", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] - } - ] - }, - { - "segment": "microsoft.graph.imSin", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "microsoft.graph.user", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] } ] }, { - "segment": "microsoft.graph.imSinh", + "segment": "membersWithLicenseErrors", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.imSqrt", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.imSub", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "{directoryObject-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.application", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.device", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.orgContact", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.user", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "microsoft.graph.application", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] - } - ] - }, - { - "segment": "microsoft.graph.imSum", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.device", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "microsoft.graph.orgContact", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] - } - ] - }, - { - "segment": "microsoft.graph.imTan", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "microsoft.graph.user", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] } ] }, { - "segment": "microsoft.graph.int", + "segment": "microsoft.graph.addFavorite", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-addfavorite?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-addfavorite?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.intRate", + "segment": "microsoft.graph.assignLicense", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-assignlicense?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-assignlicense?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.ipmt", + "segment": "microsoft.graph.checkGrantedPermissionsForApp", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.irr", + "segment": "microsoft.graph.checkMemberGroups", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.isErr", + "segment": "microsoft.graph.checkMemberObjects", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.isError", + "segment": "microsoft.graph.evaluateDynamicMembership", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-evaluatedynamicmembership?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.isEven", + "segment": "microsoft.graph.getMemberGroups", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.isFormula", + "segment": "microsoft.graph.getMemberObjects", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.isLogical", + "segment": "microsoft.graph.removeFavorite", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-removefavorite?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-removefavorite?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.isNA", + "segment": "microsoft.graph.renew", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-renew?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-renew?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.isNonText", + "segment": "microsoft.graph.resetUnseenCount", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-resetunseencount?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-resetunseencount?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.isNumber", + "segment": "microsoft.graph.restore", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.iso_Ceiling", + "segment": "microsoft.graph.subscribeByMail", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-subscribebymail?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-subscribebymail?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.isOdd", + "segment": "microsoft.graph.unsubscribeByMail", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-unsubscribebymail?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-unsubscribebymail?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.isoWeekNum", + "segment": "microsoft.graph.validateProperties", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-validateproperties?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-validateproperties?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.ispmt", + "segment": "onenote", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.isref", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "notebooks", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/onenote-list-notebooks?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/onenote-post-notebooks?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/onenote-list-notebooks?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/onenote-post-notebooks?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{notebook-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.copyNotebook", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/notebook-copynotebook?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/notebook-copynotebook?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "sectionGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/notebook-list-sectiongroups?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/notebook-post-sectiongroups?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/notebook-list-sectiongroups?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/notebook-post-sectiongroups?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{sectionGroup-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "parentNotebook", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "parentSectionGroup", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "sectionGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/sectiongroup-list-sectiongroups?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/sectiongroup-list-sectiongroups?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{sectionGroup-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "sections", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/sectiongroup-list-sections?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/sectiongroup-post-sections?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/sectiongroup-list-sections?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/sectiongroup-post-sections?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{onenoteSection-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.copyToNotebook", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.copyToSectionGroup", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "pages", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{onenotePage-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.copyToSection", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.onenotePatchContent", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.preview()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "parentNotebook", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "parentSection", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "parentNotebook", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "parentSectionGroup", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "sections", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/notebook-list-sections?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/notebook-post-sections?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/notebook-list-sections?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/notebook-post-sections?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{onenoteSection-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.copyToNotebook", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.copyToSectionGroup", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "pages", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{onenotePage-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.copyToSection", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.onenotePatchContent", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.preview()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "parentNotebook", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "parentSection", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "parentNotebook", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "parentSectionGroup", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getNotebookFromWebUrl", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.isText", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "operations", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{onenoteOperation-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.kurt", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "pages", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{onenotePage-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.copyToSection", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.onenotePatchContent", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.preview()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "parentNotebook", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "parentSection", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.large", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "resources", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{onenoteResource-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.lcm", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "sectionGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/onenote-list-sectiongroups?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/onenote-list-sectiongroups?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{sectionGroup-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "parentNotebook", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "parentSectionGroup", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "sectionGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/sectiongroup-list-sectiongroups?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/sectiongroup-list-sectiongroups?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{sectionGroup-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "sections", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/sectiongroup-list-sections?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/sectiongroup-post-sections?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/sectiongroup-list-sections?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/sectiongroup-post-sections?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{onenoteSection-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.copyToNotebook", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.copyToSectionGroup", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "pages", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{onenotePage-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.copyToSection", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.onenotePatchContent", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.preview()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "parentNotebook", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "parentSection", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "parentNotebook", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "parentSectionGroup", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "sections", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/onenote-list-sections?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/onenote-list-sections?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{onenoteSection-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.copyToNotebook", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.copyToSectionGroup", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "pages", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{onenotePage-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.copyToSection", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.onenotePatchContent", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.preview()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "parentNotebook", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "parentSection", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "parentNotebook", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "parentSectionGroup", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } ] } ] }, { - "segment": "microsoft.graph.left", + "segment": "owners", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.leftb", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-list-owners?view=graph-rest-1.0" + } ] }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.len", - "labels": [ { "name": "v1.0", "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-list-owners?view=graph-rest-1.0" + } ] } - ] - }, - { - "segment": "microsoft.graph.lenb", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.ln", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "$ref", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-list-owners?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-list-owners?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.log", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "{directoryObject-id1}", + "labels": [], + "children": [ + { + "segment": "$ref", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.application", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.device", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.orgContact", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.user", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.log10", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.application", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.logNorm_Dist", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.device", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.logNorm_Inv", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.orgContact", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.lookup", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "microsoft.graph.user", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] } ] }, { - "segment": "microsoft.graph.lower", + "segment": "permissionGrants", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.match", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-list-permissiongrants?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.max", - "labels": [ { "name": "v1.0", "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-list-permissiongrants?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.maxA", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.mduration", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "{resourceSpecificPermissionGrant-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.checkMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.restore", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.median", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.getAvailableExtensionProperties", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0" + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.mid", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.getByIds", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.midb", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.getUserOwnedObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "microsoft.graph.validateProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + } ] } ] }, { - "segment": "microsoft.graph.min", + "segment": "photo", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.minA", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + } ] }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.minute", - "labels": [ { "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + } ] - }, + } + ], + "children": [ { - "name": "beta", - "methods": [ - "Post" + "segment": "$value", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "microsoft.graph.mirr", + "segment": "photos", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-list-photos?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-list-photos?view=graph-rest-1.0" + } ] } - ] - }, - { - "segment": "microsoft.graph.mod", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "{profilePhoto-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$value", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-list-photos?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-list-photos?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + } ] } ] }, { - "segment": "microsoft.graph.month", + "segment": "planner", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] - } - ] - }, - { - "segment": "microsoft.graph.mround", - "labels": [ + }, { "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] - }, + } + ], + "children": [ { - "name": "beta", - "methods": [ - "Post" + "segment": "plans", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannergroup-list-plans?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannergroup-list-plans?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{plannerPlan-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "buckets", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerplan-list-buckets?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerplan-list-buckets?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{plannerBucket-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "tasks", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerbucket-list-tasks?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerbucket-list-tasks?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{plannerTask-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "assignedToTaskBoardFormat", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "bucketTaskBoardFormat", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "details", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannertaskdetails-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannertaskdetails-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannertaskdetails-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannertaskdetails-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "progressTaskBoardFormat", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "details", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerplandetails-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerplandetails-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerplandetails-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerplandetails-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "tasks", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerplan-list-tasks?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerplan-list-tasks?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{plannerTask-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "assignedToTaskBoardFormat", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "bucketTaskBoardFormat", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "details", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannertaskdetails-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannertaskdetails-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannertaskdetails-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannertaskdetails-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "progressTaskBoardFormat", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + } + ] + } ] } ] }, { - "segment": "microsoft.graph.multiNomial", + "segment": "rejectedSenders", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.n", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-list-rejectedsenders?view=graph-rest-1.0" + } ] }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.na", - "labels": [ { "name": "v1.0", "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-list-rejectedsenders?view=graph-rest-1.0" + } ] } - ] - }, - { - "segment": "microsoft.graph.negBinom_Dist", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.networkDays", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "$ref", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-list-rejectedsenders?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-list-rejectedsenders?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "{directoryObject-id1}", + "labels": [], + "children": [ + { + "segment": "$ref", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } ] } ] }, { - "segment": "microsoft.graph.networkDays_Intl", + "segment": "settings", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.nominal", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-post-settings?view=graph-rest-1.0" + } ] }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.norm_Dist", - "labels": [ { "name": "v1.0", "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-list-settings?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-post-settings?view=graph-rest-1.0" + } ] } - ] - }, - { - "segment": "microsoft.graph.norm_Inv", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.norm_S_Dist", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "{directorySetting-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "{groupSetting-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "microsoft.graph.norm_S_Inv", + "segment": "sites", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.not", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.now", - "labels": [ { "name": "v1.0", "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.nper", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.npv", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "{site-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "analytics", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "columns", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/site-list-columns?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/site-post-columns?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/site-list-columns?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/site-post-columns?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{columnDefinition-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "sourceColumn", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "contentTypes", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/site-list-contenttypes?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/site-post-contenttypes?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/site-list-contenttypes?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/site-post-contenttypes?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{contentType-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "base", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "baseTypes", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{contentType-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "columnLinks", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{columnLink-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "columnPositions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{columnDefinition-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "columns", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-list-columns?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-post-columns?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-list-columns?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-post-columns?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{columnDefinition-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "sourceColumn", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.associateWithHubSites", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.copyToDefaultContentLocation", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.isPublished()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.publish", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.unpublish", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.addCopy", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.addCopyFromContentTypeHub", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getCompatibleHubContentTypes()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "drive", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/drive-get?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/drive-get?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "drives", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/drive-list?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/drive-list?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{drive-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "externalColumns", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{columnDefinition-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "items", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{baseItem-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "lists", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/list-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/list-create?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/list-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/list-create?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{list-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "activities", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "columns", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/list-list-columns?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/list-post-columns?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/list-list-columns?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/list-post-columns?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{columnDefinition-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "sourceColumn", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "contentTypes", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/list-list-contenttypes?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/list-list-contenttypes?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{contentType-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "base", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "baseTypes", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{contentType-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "columnLinks", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{columnLink-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "columnPositions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{columnDefinition-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "columns", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-list-columns?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-post-columns?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-list-columns?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-post-columns?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{columnDefinition-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "sourceColumn", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.associateWithHubSites", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.copyToDefaultContentLocation", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.isPublished()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.publish", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.unpublish", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.addCopy", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.addCopyFromContentTypeHub", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getCompatibleHubContentTypes()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "drive", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "items", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-create?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-create?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{listItem-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "activities", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{itemActivityOLD-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "driveItem", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "listItem", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "analytics", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "documentSetVersions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-post-documentsetversions?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-post-documentsetversions?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{documentSetVersion-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.restore", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0" + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "driveItem", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "fields", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createLink", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-createlink?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getActivitiesByInterval()", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "versions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-list-versions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{listItemVersion-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "fields", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.documentSetVersion", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.restore", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.restoreVersion", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0" + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta(token='{token}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "operations", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{richLongRunningOperation-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "subscriptions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{subscription-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.reauthorize", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getActivitiesByInterval()", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getApplicableContentTypesForList(listId='{listId}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getByPath(path='{path}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "onenote", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "notebooks", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/onenote-list-notebooks?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/onenote-post-notebooks?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/onenote-list-notebooks?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/onenote-post-notebooks?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{notebook-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.copyNotebook", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/notebook-copynotebook?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/notebook-copynotebook?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "sectionGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/notebook-list-sectiongroups?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/notebook-post-sectiongroups?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/notebook-list-sectiongroups?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/notebook-post-sectiongroups?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{sectionGroup-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "parentNotebook", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "parentSectionGroup", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "sectionGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/sectiongroup-list-sectiongroups?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/sectiongroup-list-sectiongroups?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{sectionGroup-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "sections", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/sectiongroup-list-sections?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/sectiongroup-post-sections?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/sectiongroup-list-sections?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/sectiongroup-post-sections?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{onenoteSection-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.copyToNotebook", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.copyToSectionGroup", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "pages", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{onenotePage-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.copyToSection", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.onenotePatchContent", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.preview()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "parentNotebook", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "parentSection", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "parentNotebook", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "parentSectionGroup", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "sections", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/notebook-list-sections?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/notebook-post-sections?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/notebook-list-sections?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/notebook-post-sections?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{onenoteSection-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.copyToNotebook", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.copyToSectionGroup", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "pages", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{onenotePage-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.copyToSection", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.onenotePatchContent", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.preview()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "parentNotebook", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "parentSection", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "parentNotebook", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "parentSectionGroup", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getNotebookFromWebUrl", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "operations", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{onenoteOperation-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "pages", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{onenotePage-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.copyToSection", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.onenotePatchContent", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.preview()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "parentNotebook", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "parentSection", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "resources", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{onenoteResource-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "sectionGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/onenote-list-sectiongroups?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/onenote-list-sectiongroups?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{sectionGroup-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "parentNotebook", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "parentSectionGroup", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "sectionGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/sectiongroup-list-sectiongroups?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/sectiongroup-list-sectiongroups?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{sectionGroup-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "sections", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/sectiongroup-list-sections?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/sectiongroup-post-sections?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/sectiongroup-list-sections?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/sectiongroup-post-sections?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{onenoteSection-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.copyToNotebook", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.copyToSectionGroup", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "pages", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{onenotePage-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.copyToSection", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.onenotePatchContent", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.preview()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "parentNotebook", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "parentSection", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "parentNotebook", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "parentSectionGroup", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "sections", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/onenote-list-sections?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/onenote-list-sections?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{onenoteSection-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.copyToNotebook", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.copyToSectionGroup", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "pages", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{onenotePage-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.copyToSection", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.onenotePatchContent", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.preview()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "parentNotebook", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "parentSection", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "parentNotebook", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "parentSectionGroup", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "operations", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/site-list-operations?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/site-list-operations?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{richLongRunningOperation-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "pages", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/sitepage-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/sitepage-create?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{sitePage-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.publish", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "permissions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/site-list-permissions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/site-post-permissions?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/site-list-permissions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/site-post-permissions?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{permission-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.grant", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.revokeGrants", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-1.0" + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "sites", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/site-list-subsites?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/site-list-subsites?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{site-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "termStore", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-store-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-store-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-store-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "groups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-list-groups?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-group-post?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-list-groups?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-group-post?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{group-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "sets", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-group-list-sets?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-group-list-sets?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{set-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "children", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-term-list-children?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-term-post?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-term-list-children?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-term-post?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{term-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "children", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{term-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "relations", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{relation-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "fromTerm", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "toTerm", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "relations", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{relation-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "fromTerm", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "toTerm", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "parentGroup", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "relations", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-term-list-relations?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-term-list-relations?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{relation-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "fromTerm", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "toTerm", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "terms", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{term-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "children", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{term-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "relations", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{relation-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "fromTerm", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "toTerm", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "relations", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{relation-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "fromTerm", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "toTerm", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "sets", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{set-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "children", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-term-list-children?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-term-post?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-term-list-children?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-term-post?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{term-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "children", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{term-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "relations", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{relation-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "fromTerm", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "toTerm", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "relations", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{relation-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "fromTerm", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "toTerm", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "parentGroup", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "sets", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-group-list-sets?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-group-list-sets?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{set-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "children", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-term-list-children?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-term-post?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-term-list-children?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-term-post?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{term-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "children", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{term-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "relations", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{relation-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "fromTerm", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "toTerm", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "relations", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{relation-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "fromTerm", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "toTerm", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "relations", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-term-list-relations?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-term-list-relations?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{relation-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "fromTerm", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "toTerm", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "terms", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{term-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "children", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{term-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "relations", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{relation-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "fromTerm", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "toTerm", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "relations", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{relation-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "fromTerm", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "toTerm", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "relations", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-term-list-relations?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-term-list-relations?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{relation-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "fromTerm", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "toTerm", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "terms", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{term-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "children", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{term-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "relations", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{relation-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "fromTerm", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "toTerm", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "relations", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{relation-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "fromTerm", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "toTerm", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "termStores", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{store-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "groups", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-list-groups?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-group-post?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{group-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "sets", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-group-list-sets?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{set-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "children", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-term-list-children?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-term-post?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{term-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "children", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{term-id1}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "relations", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{relation-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "fromTerm", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "toTerm", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "relations", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{relation-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "fromTerm", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "toTerm", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "parentGroup", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "relations", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-term-list-relations?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{relation-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "fromTerm", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "toTerm", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "terms", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{term-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "children", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{term-id1}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "relations", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{relation-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "fromTerm", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "toTerm", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "relations", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{relation-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "fromTerm", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "toTerm", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "sets", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{set-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "children", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-term-list-children?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-term-post?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{term-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "children", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{term-id1}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "relations", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{relation-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "fromTerm", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "toTerm", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "relations", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{relation-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "fromTerm", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "toTerm", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "parentGroup", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "sets", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-group-list-sets?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{set-id1}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "children", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-term-list-children?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-term-post?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{term-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "children", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{term-id1}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "relations", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{relation-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "fromTerm", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "toTerm", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "relations", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{relation-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "fromTerm", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "toTerm", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "relations", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-term-list-relations?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{relation-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "fromTerm", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "toTerm", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "terms", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{term-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "children", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{term-id1}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "relations", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{relation-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "fromTerm", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "toTerm", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "relations", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{relation-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "fromTerm", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "toTerm", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "relations", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-term-list-relations?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{relation-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "fromTerm", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "toTerm", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "terms", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{term-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "children", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{term-id1}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "relations", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{relation-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "fromTerm", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "toTerm", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "relations", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{relation-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "fromTerm", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "toTerm", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + } + ] + } + ] + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.numberValue", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.add", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/site-follow?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/site-follow?view=graph-rest-1.0" + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.oct2Bin", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "microsoft.graph.remove", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/site-unfollow?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/site-unfollow?view=graph-rest-1.0" + } + ] + } ] } ] }, { - "segment": "microsoft.graph.oct2Dec", + "segment": "team", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.oct2Hex", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-put-teams?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.odd", - "labels": [ { "name": "v1.0", "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-put-teams?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.oddFPrice", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "allChannels", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-list-allchannels?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-list-allchannels?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{channel-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.oddFYield", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "channels", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-post?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-post?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{channel-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "filesFolder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "members", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-list-members?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-post-members?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-list-members?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/conversationmember-add?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{conversationMember-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.add", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "messages", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-list-messages?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-post?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-list-messages?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-post?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{chatMessage-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "hostedContents", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{chatMessageHostedContent-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.setReaction", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.softDelete", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.undoSoftDelete", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.unsetReaction", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "replies", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-list-replies?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-post-replies?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-list-replies?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-post-replies?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{chatMessage-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "hostedContents", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{chatMessageHostedContent-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.setReaction", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.softDelete", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.undoSoftDelete", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.unsetReaction", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.completeMigration", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-completemigration?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-completemigration?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.provisionEmail", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.removeEmail", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-removeemail?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-removeemail?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "sharedWithTeams", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/sharedwithchannelteaminfo-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/sharedwithchannelteaminfo-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{sharedWithChannelTeamInfo-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "allowedMembers", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/sharedwithchannelteaminfo-list-allowedmembers?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/sharedwithchannelteaminfo-list-allowedmembers?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{conversationMember-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "tabs", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-list-tabs?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-list-tabs?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{teamsTab-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "teamsApp", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.allMessages()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getAllMessages()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.oddLPrice", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "group", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.oddLYield", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "incomingChannels", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-list-incomingchannels?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-list-incomingchannels?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{channel-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.or", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "installedApps", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-list-installedapps?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-post-installedapps?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-list-installedapps?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-post-installedapps?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{teamsAppInstallation-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.upgrade", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-teamsappinstallation-upgrade?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-teamsappinstallation-upgrade?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "teamsApp", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "teamsAppDefinition", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.pduration", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "members", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-list-members?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-post-members?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-list-members?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-post-members?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{conversationMember-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.add", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0" + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.percentile_Exc", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.archive", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-archive?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-archive?view=graph-rest-1.0" + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.percentile_Inc", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.clone", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-clone?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-clone?view=graph-rest-1.0" + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.percentRank_Exc", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.completeMigration", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-completemigration?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-completemigration?view=graph-rest-1.0" + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.percentRank_Inc", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.sendActivityNotification", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-sendactivitynotification?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-sendactivitynotification?view=graph-rest-1.0" + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.permut", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.unarchive", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-unarchive?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-unarchive?view=graph-rest-1.0" + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.permutationa", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "operations", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{teamsAsyncOperation-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.phi", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "owners", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{user-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.pi", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "permissionGrants", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-list-permissiongrants?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{resourceSpecificPermissionGrant-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.checkMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.restore", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getByIds", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getUserOwnedObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.validateProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.pmt", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "photo", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$value", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.poisson_Dist", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "primaryChannel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-get-primarychannel?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-get-primarychannel?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "filesFolder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "members", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-list-members?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-post-members?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-list-members?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/conversationmember-add?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{conversationMember-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.add", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "messages", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-list-messages?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-post?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-list-messages?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-post?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{chatMessage-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "hostedContents", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{chatMessageHostedContent-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.setReaction", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.softDelete", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.undoSoftDelete", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.unsetReaction", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "replies", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-list-replies?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-post-replies?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-list-replies?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-post-replies?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{chatMessage-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "hostedContents", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{chatMessageHostedContent-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.setReaction", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.softDelete", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.undoSoftDelete", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.unsetReaction", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.completeMigration", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-completemigration?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-completemigration?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.provisionEmail", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.removeEmail", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-removeemail?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-removeemail?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "sharedWithTeams", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/sharedwithchannelteaminfo-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/sharedwithchannelteaminfo-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{sharedWithChannelTeamInfo-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "allowedMembers", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/sharedwithchannelteaminfo-list-allowedmembers?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/sharedwithchannelteaminfo-list-allowedmembers?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{conversationMember-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "tabs", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-list-tabs?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-list-tabs?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{teamsTab-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "teamsApp", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.power", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "schedule", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/schedule-get?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/schedule-get?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.share", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/schedule-share?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/schedule-share?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "offerShiftRequests", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/offershiftrequest-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/offershiftrequest-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{offerShiftRequest-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "openShiftChangeRequests", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/openshiftchangerequest-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/openshiftchangerequest-post?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/openshiftchangerequest-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/openshiftchangerequest-post?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{openShiftChangeRequest-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "openShifts", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/openshift-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/openshift-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{openShift-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "schedulingGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/schedule-list-schedulinggroups?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/schedule-post-schedulinggroups?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/schedule-list-schedulinggroups?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/schedule-post-schedulinggroups?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{schedulingGroup-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "shifts", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/schedule-list-shifts?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/schedule-post-shifts?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/schedule-list-shifts?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/schedule-post-shifts?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{shift-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "swapShiftsChangeRequests", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/swapshiftschangerequest-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/swapshiftschangerequest-post?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/swapshiftschangerequest-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/swapshiftschangerequest-post?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{swapShiftsChangeRequest-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "timeCards", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/timecard-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{timeCard-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.clockOut", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/timecard-clockout?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.confirm", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/timecard-confirm?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.endBreak", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/timecard-endbreak?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.startBreak", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/timecard-startbreak?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.clockIn", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/timecard-clockin?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "timeOffReasons", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/schedule-list-timeoffreasons?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/schedule-post-timeoffreasons?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/schedule-list-timeoffreasons?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/schedule-post-timeoffreasons?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{timeOffReason-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "timeOffRequests", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/timeoffrequest-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/timeoffrequest-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{timeOffRequest-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "timesOff", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/schedule-list-timesoff?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/schedule-post-timesoff?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/schedule-list-timesoff?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/schedule-post-timesoff?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{timeOff-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.ppmt", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "tags", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/teamworktag-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/teamworktag-post?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/teamworktag-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/teamworktag-post?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{teamworkTag-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "members", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/teamworktagmember-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/teamworktagmember-post?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/teamworktagmember-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/teamworktagmember-post?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{teamworkTagMember-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.price", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "template", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "templateDefinition", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "microsoft.graph.priceDisc", + "segment": "threads", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.priceMat", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-list-threads?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-post-threads?view=graph-rest-1.0" + } ] }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.product", - "labels": [ { "name": "v1.0", "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-list-threads?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-post-threads?view=graph-rest-1.0" + } ] } - ] - }, - { - "segment": "microsoft.graph.proper", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "{conversationThread-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.reply", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/post-post-attachments?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/post-post-attachments?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "posts", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/conversationthread-list-posts?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/conversationthread-list-posts?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{post-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/post-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/post-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "inReplyTo", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/post-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/post-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "mentions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{mention-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/post-forward?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/post-forward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.reply", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/post-reply?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/post-reply?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "mentions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{mention-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/post-forward?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/post-forward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.reply", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/post-reply?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/post-reply?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + } + ] + } ] } ] }, { - "segment": "microsoft.graph.pv", + "segment": "transitiveMemberOf", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.quartile_Exc", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-list-transitivememberof?view=graph-rest-1.0" + } ] }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.quartile_Inc", - "labels": [ { "name": "v1.0", "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-list-transitivememberof?view=graph-rest-1.0" + } ] } - ] - }, - { - "segment": "microsoft.graph.quotient", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.radians", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "{directoryObject-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.application", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.device", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.orgContact", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.user", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.rand", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.application", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.randBetween", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.device", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.rank_Avg", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.orgContact", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.rank_Eq", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "microsoft.graph.user", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] } ] }, { - "segment": "microsoft.graph.rate", + "segment": "transitiveMembers", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.received", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-list-transitivemembers?view=graph-rest-1.0" + } ] }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.replace", - "labels": [ { "name": "v1.0", "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-list-transitivemembers?view=graph-rest-1.0" + } ] } - ] - }, - { - "segment": "microsoft.graph.replaceB", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.rept", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "{directoryObject-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.application", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.device", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.orgContact", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.user", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.right", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.application", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.rightb", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.device", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.roman", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.orgContact", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.round", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "microsoft.graph.user", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.groupSettingTemplate", + "labels": [], + "children": [ { - "segment": "microsoft.graph.roundDown", + "segment": "microsoft.graph.checkMemberGroups", "labels": [ { "name": "v1.0", "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.roundUp", + "segment": "microsoft.graph.checkMemberObjects", "labels": [ { "name": "v1.0", "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.rows", + "segment": "microsoft.graph.getMemberGroups", "labels": [ { "name": "v1.0", "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.rri", + "segment": "microsoft.graph.getMemberObjects", "labels": [ { "name": "v1.0", "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.sec", + "segment": "microsoft.graph.restore", "labels": [ { "name": "v1.0", "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } ] } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.organization", + "labels": [], + "children": [ { - "segment": "microsoft.graph.sech", + "segment": "microsoft.graph.activateService", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/organization-activateservice?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.second", + "segment": "microsoft.graph.checkMemberGroups", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.seriesSum", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } ] }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.sheet", - "labels": [ { "name": "v1.0", "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.sheets", + "segment": "microsoft.graph.checkMemberObjects", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.sign", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.sin", + "segment": "microsoft.graph.getMemberGroups", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.sinh", + "segment": "microsoft.graph.getMemberObjects", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.skew", + "segment": "microsoft.graph.restore", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.skew_p", + "segment": "microsoft.graph.setMobileDeviceManagementAuthority", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.orgContact", + "labels": [], + "children": [ { - "segment": "microsoft.graph.sln", + "segment": "microsoft.graph.checkMemberGroups", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.small", + "segment": "microsoft.graph.checkMemberObjects", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.sqrt", + "segment": "microsoft.graph.getMemberGroups", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.sqrtPi", + "segment": "microsoft.graph.getMemberObjects", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.standardize", + "segment": "microsoft.graph.restore", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } ] } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.resourceSpecificPermissionGrant", + "labels": [], + "children": [ { - "segment": "microsoft.graph.stDev_P", + "segment": "microsoft.graph.checkMemberGroups", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.stDev_S", + "segment": "microsoft.graph.checkMemberObjects", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.stDevA", + "segment": "microsoft.graph.getMemberGroups", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.stDevPA", + "segment": "microsoft.graph.getMemberObjects", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.substitute", + "segment": "microsoft.graph.restore", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } ] } ] + } + ] + }, + { + "segment": "microsoft.graph.restore", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } + ] }, { - "segment": "microsoft.graph.subtotal", + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.addKey", "labels": [ { "name": "v1.0", "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceprincipal-addkey?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.sum", + "segment": "microsoft.graph.addPassword", "labels": [ { "name": "v1.0", "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceprincipal-addpassword?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.sumIf", + "segment": "microsoft.graph.addTokenSigningCertificate", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceprincipal-addtokensigningcertificate?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceprincipal-addtokensigningcertificate?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.sumIfs", + "segment": "microsoft.graph.checkMemberGroups", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.sumSq", + "segment": "microsoft.graph.checkMemberObjects", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.syd", + "segment": "microsoft.graph.createPasswordSingleSignOnCredentials", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceprincipal-createpasswordsinglesignoncredentials?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.t", + "segment": "microsoft.graph.deletePasswordSingleSignOnCredentials", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceprincipal-deletepasswordsinglesignoncredentials?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.t_Dist", + "segment": "microsoft.graph.getMemberGroups", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.t_Dist_2T", + "segment": "microsoft.graph.getMemberObjects", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.t_Dist_RT", + "segment": "microsoft.graph.getPasswordSingleSignOnCredentials", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceprincipal-getpasswordsinglesignoncredentials?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.t_Inv", + "segment": "microsoft.graph.removeKey", "labels": [ { "name": "v1.0", "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceprincipal-removekey?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.t_Inv_2T", + "segment": "microsoft.graph.removePassword", "labels": [ { "name": "v1.0", "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceprincipal-removepassword?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.tan", + "segment": "microsoft.graph.restore", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.tanh", + "segment": "microsoft.graph.updatePasswordSingleSignOnCredentials", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceprincipal-updatepasswordsinglesignoncredentials?view=graph-rest-1.0" + } ] } ] + } + ] + }, + { + "segment": "microsoft.graph.user", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] }, { - "segment": "microsoft.graph.tbillEq", + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "activities", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.tbillPrice", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "{userActivity-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "historyItems", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{activityHistoryItem-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "activity", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.recent()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/projectrome-get-recent-activities?view=graph-rest-1.0" + } + ] + } ] } ] }, { - "segment": "microsoft.graph.tbillYield", + "segment": "agreementAcceptances", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-agreementacceptances?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-agreementacceptances?view=graph-rest-1.0" + } ] } - ] - }, - { - "segment": "microsoft.graph.text", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "{agreementAcceptance-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "microsoft.graph.time", + "segment": "analytics", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] - }, + } + ], + "children": [ { - "name": "beta", - "methods": [ - "Post" + "segment": "activityStatistics", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{activityStatistics-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } ] } ] }, { - "segment": "microsoft.graph.timevalue", + "segment": "appConsentRequestsForApproval", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "{appConsentRequest-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "userConsentRequests", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/appconsentrequest-list-userconsentrequests?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{userConsentRequest-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "approval", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "steps", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/approval-list-steps?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{approvalStep-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.filterByCurrentUser(on='{on}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.filterByCurrentUser(on='{on}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "microsoft.graph.today", + "segment": "appRoleAssignedResources", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-approleassignedresources?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "{servicePrincipal-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "microsoft.graph.trim", + "segment": "appRoleAssignments", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-approleassignments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-post-approleassignments?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-approleassignments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-post-approleassignments?view=graph-rest-1.0" + } ] } - ] - }, - { - "segment": "microsoft.graph.trimMean", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "{appRoleAssignment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "microsoft.graph.true", + "segment": "approvals", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "{approval-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "steps", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/approval-list-steps?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{approvalStep-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.filterByCurrentUser(on='{on}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "microsoft.graph.trunc", + "segment": "authentication", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.type", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "emailMethods", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/authentication-list-emailmethods?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/authentication-post-emailmethods?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/authentication-list-emailmethods?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/authentication-post-emailmethods?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{emailAuthenticationMethod-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "fido2Methods", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/fido2authenticationmethod-list?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{fido2AuthenticationMethod-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.unichar", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "methods", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/authentication-list-methods?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/authentication-list-methods?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{authenticationMethod-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.disableSmsSignIn", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.enableSmsSignIn", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.phoneAuthenticationMethod", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.disableSmsSignIn", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/phoneauthenticationmethod-disablesmssignin?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.enableSmsSignIn", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/phoneauthenticationmethod-enablesmssignin?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.resetPassword", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.unicode", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoftAuthenticatorMethods", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/microsoftauthenticatorauthenticationmethod-list?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/microsoftauthenticatorauthenticationmethod-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{microsoftAuthenticatorAuthenticationMethod-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "device", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "commands", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{command-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "responsepayload", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "memberOf", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/device-list-memberof?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/device-list-memberof?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{directoryObject-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.application", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.device", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.group", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.orgContact", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.application", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.device", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.group", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.orgContact", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.restore", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "registeredOwners", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/device-list-registeredowners?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/device-list-registeredowners?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "$ref", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/device-list-registeredowners?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/device-list-registeredowners?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{directoryObject-id1}", + "labels": [], + "children": [ + { + "segment": "$ref", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.appRoleAssignment", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.endpoint", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.appRoleAssignment", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.endpoint", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "registeredUsers", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/device-list-registeredusers?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/device-list-registeredusers?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{directoryObject-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.appRoleAssignment", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.endpoint", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.appRoleAssignment", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.endpoint", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "transitiveMemberOf", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/device-list-transitivememberof?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/device-list-transitivememberof?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{directoryObject-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.application", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.device", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.group", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.orgContact", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.application", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.device", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.group", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.orgContact", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "usageRights", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/device-list-usagerights?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{usageRight-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.upper", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "operations", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{longRunningOperation-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.usdollar", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "passwordlessMicrosoftAuthenticatorMethods", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/passwordlessmicrosoftauthenticatorauthenticationmethod-list?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "device", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "commands", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{command-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "responsepayload", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "memberOf", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/device-list-memberof?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{directoryObject-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.application", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.device", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.group", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.orgContact", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.application", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.device", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.group", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.orgContact", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.restore", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "registeredOwners", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/device-list-registeredowners?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "$ref", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/device-list-registeredowners?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{directoryObject-id1}", + "labels": [], + "children": [ + { + "segment": "$ref", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.endpoint", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.endpoint", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "registeredUsers", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/device-list-registeredusers?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{directoryObject-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.endpoint", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.endpoint", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "transitiveMemberOf", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/device-list-transitivememberof?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{directoryObject-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.application", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.device", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.group", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.orgContact", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.application", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.device", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.group", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.orgContact", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "usageRights", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/device-list-usagerights?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{usageRight-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.value", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "passwordMethods", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/authentication-list-passwordmethods?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/authentication-list-passwordmethods?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{passwordAuthenticationMethod-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.var_P", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "phoneMethods", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/authentication-list-phonemethods?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/authentication-post-phonemethods?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/authentication-list-phonemethods?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/authentication-post-phonemethods?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{phoneAuthenticationMethod-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.disableSmsSignIn", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/phoneauthenticationmethod-disablesmssignin?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.enableSmsSignIn", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/phoneauthenticationmethod-enablesmssignin?view=graph-rest-1.0" + } + ] + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.var_S", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "softwareOathMethods", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/authentication-list-softwareoathmethods?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/authentication-list-softwareoathmethods?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{softwareOathAuthenticationMethod-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.varA", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "temporaryAccessPassMethods", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/authentication-list-temporaryaccesspassmethods?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/authentication-post-temporaryaccesspassmethods?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/authentication-list-temporaryaccesspassmethods?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/authentication-post-temporaryaccesspassmethods?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{temporaryAccessPassAuthenticationMethod-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "windowsHelloForBusinessMethods", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/windowshelloforbusinessauthenticationmethod-list?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/windowshelloforbusinessauthenticationmethod-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{windowsHelloForBusinessAuthenticationMethod-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "device", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "commands", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{command-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "responsepayload", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "memberOf", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/device-list-memberof?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/device-list-memberof?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{directoryObject-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.application", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.device", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.group", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.orgContact", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.application", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.device", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.group", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.orgContact", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.restore", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "registeredOwners", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/device-list-registeredowners?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/device-list-registeredowners?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "$ref", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/device-list-registeredowners?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/device-list-registeredowners?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{directoryObject-id1}", + "labels": [], + "children": [ + { + "segment": "$ref", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.appRoleAssignment", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.endpoint", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.appRoleAssignment", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.endpoint", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "registeredUsers", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/device-list-registeredusers?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/device-list-registeredusers?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{directoryObject-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.appRoleAssignment", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.endpoint", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.appRoleAssignment", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.endpoint", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "transitiveMemberOf", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/device-list-transitivememberof?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/device-list-transitivememberof?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{directoryObject-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.application", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.device", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.group", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.orgContact", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.application", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.device", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.group", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.orgContact", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "usageRights", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/device-list-usagerights?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{usageRight-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + } + ] + } ] } ] }, { - "segment": "microsoft.graph.varPA", + "segment": "calendar", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.vdb", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/calendar-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/calendar-update?view=graph-rest-1.0" + } ] }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.vlookup", - "labels": [ { "name": "v1.0", "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/calendar-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/calendar-update?view=graph-rest-1.0" + } ] } - ] - }, - { - "segment": "microsoft.graph.weekday", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "calendarPermissions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/calendar-post-calendarpermissions?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/calendar-post-calendarpermissions?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{calendarPermission-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.weekNum", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "calendarView", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/calendar-list-calendarview?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/calendar-list-calendarview?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{event-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "calendar", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "exceptionOccurrences", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{event-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "calendar", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "instances", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{event-id2}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "calendar", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.accept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.decline", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.dismissReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.snoozeReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.accept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.decline", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.dismissReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.snoozeReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "instances", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{event-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "calendar", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "exceptionOccurrences", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{event-id2}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "calendar", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.accept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.decline", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.dismissReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.snoozeReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.accept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.decline", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.dismissReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.snoozeReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.accept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.decline", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.dismissReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.snoozeReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.weibull_Dist", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "events", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/calendar-list-events?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/calendar-post-events?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/calendar-list-events?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/calendar-post-events?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{event-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "calendar", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "exceptionOccurrences", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{event-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "calendar", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "instances", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{event-id2}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "calendar", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.accept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.decline", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.dismissReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.snoozeReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.accept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.decline", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.dismissReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.snoozeReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "instances", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{event-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "calendar", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "exceptionOccurrences", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{event-id2}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "calendar", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.accept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.decline", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.dismissReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.snoozeReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.accept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.decline", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.dismissReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.snoozeReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.accept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.decline", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.dismissReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.snoozeReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.workDay", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.allowedCalendarSharingRoles(User='{User}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.workDay_Intl", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.getSchedule", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/calendar-getschedule?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/calendar-getschedule?view=graph-rest-1.0" + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.xirr", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } ] } ] }, { - "segment": "microsoft.graph.xnpv", + "segment": "calendarGroups", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.xor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-calendargroups?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-post-calendargroups?view=graph-rest-1.0" + } ] }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.year", - "labels": [ { "name": "v1.0", "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-calendargroups?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-post-calendargroups?view=graph-rest-1.0" + } ] } - ] - }, - { - "segment": "microsoft.graph.yearFrac", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "{calendarGroup-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "calendars", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/calendargroup-list-calendars?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/calendargroup-post-calendars?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/calendargroup-list-calendars?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/calendargroup-post-calendars?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{calendar-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "calendarPermissions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/calendar-post-calendarpermissions?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/calendar-post-calendarpermissions?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{calendarPermission-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "calendarView", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/calendar-list-calendarview?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/calendar-list-calendarview?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{event-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "calendar", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "exceptionOccurrences", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{event-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "calendar", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "instances", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{event-id2}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "calendar", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.accept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.decline", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.dismissReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.snoozeReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.accept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.decline", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.dismissReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.snoozeReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "instances", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{event-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "calendar", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "exceptionOccurrences", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{event-id2}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "calendar", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.accept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.decline", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.dismissReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.snoozeReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.accept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.decline", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.dismissReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.snoozeReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.accept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.decline", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.dismissReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.snoozeReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "events", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/calendar-list-events?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/calendar-post-events?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/calendar-list-events?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/calendar-post-events?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{event-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "calendar", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "exceptionOccurrences", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{event-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "calendar", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "instances", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{event-id2}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "calendar", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.accept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.decline", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.dismissReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.snoozeReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.accept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.decline", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.dismissReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.snoozeReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "instances", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{event-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "calendar", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "exceptionOccurrences", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{event-id2}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "calendar", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.accept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.decline", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.dismissReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.snoozeReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.accept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.decline", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.dismissReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.snoozeReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.accept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.decline", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.dismissReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.snoozeReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.allowedCalendarSharingRoles(User='{User}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getSchedule", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/calendar-getschedule?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/calendar-getschedule?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + } + ] + } ] } ] }, { - "segment": "microsoft.graph.yield", + "segment": "calendars", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.yieldDisc", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-calendars?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-post-calendars?view=graph-rest-1.0" + } ] }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.yieldMat", - "labels": [ { "name": "v1.0", "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-calendars?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-post-calendars?view=graph-rest-1.0" + } ] } - ] - }, - { - "segment": "microsoft.graph.z_Test", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.closeSession", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.createSession", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.refreshSession", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.sessionInfoResource(key={key})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.tableRowOperationResult(key={key})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "names", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" + "segment": "{calendar-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "calendarPermissions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/calendar-post-calendarpermissions?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/calendar-post-calendarpermissions?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{calendarPermission-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "calendarView", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/calendar-list-calendarview?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/calendar-list-calendarview?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{event-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "calendar", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "exceptionOccurrences", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{event-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "calendar", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "instances", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{event-id2}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "calendar", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.accept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.decline", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.dismissReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.snoozeReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.accept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.decline", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.dismissReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.snoozeReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "instances", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{event-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "calendar", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "exceptionOccurrences", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{event-id2}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "calendar", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.accept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.decline", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.dismissReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.snoozeReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.accept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.decline", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.dismissReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.snoozeReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.accept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.decline", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.dismissReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.snoozeReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "events", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/calendar-list-events?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/calendar-post-events?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/calendar-list-events?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/calendar-post-events?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{event-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "calendar", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "exceptionOccurrences", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{event-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "calendar", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "instances", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{event-id2}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "calendar", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.accept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.decline", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.dismissReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.snoozeReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.accept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.decline", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.dismissReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.snoozeReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "instances", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{event-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "calendar", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "exceptionOccurrences", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{event-id2}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "calendar", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.accept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.decline", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.dismissReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.snoozeReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.accept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.decline", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.dismissReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.snoozeReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.accept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.decline", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.dismissReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.snoozeReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.allowedCalendarSharingRoles(User='{User}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getSchedule", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/calendar-getschedule?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/calendar-getschedule?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookNamedItem-id}", + "segment": "calendarView", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-calendarview?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-calendarview?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "microsoft.graph.range()", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "worksheet", + "segment": "{event-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "charts", + "segment": "attachments", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "{workbookChart-id}", + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, { "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "calendar", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "exceptionOccurrences", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{event-id1}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "axes", + "segment": "attachments", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "calendar", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "categoryAxis", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] - }, + } + ] + } + ] + }, + { + "segment": "instances", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{event-id2}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "format", + "segment": "attachments", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "font", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "line", + "segment": "{attachment-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" } ] } @@ -100494,84 +126669,68 @@ ] }, { - "segment": "majorGridlines", + "segment": "calendar", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "extensions", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "format", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{extension-id}", + "labels": [ { - "segment": "line", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ + "name": "Patch", + "documentationUrl": null + }, { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] } @@ -100580,84 +126739,152 @@ ] }, { - "segment": "minorGridlines", + "segment": "microsoft.graph.accept", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.decline", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.dismissReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.snoozeReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "format", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ { - "segment": "line", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ + "name": "Patch", + "documentationUrl": null + }, { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] } @@ -100666,65 +126893,54 @@ ] }, { - "segment": "title", + "segment": "singleValueExtendedProperties", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "format", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ { - "segment": "font", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } @@ -100735,103 +126951,717 @@ ] }, { - "segment": "seriesAxis", + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.accept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.decline", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.dismissReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.snoozeReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "instances", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{event-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + }, { "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "calendar", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "exceptionOccurrences", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{event-id2}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", + "segment": "calendar", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "extensions", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "font", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "line", + "segment": "{extension-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } @@ -100840,170 +127670,152 @@ ] }, { - "segment": "majorGridlines", + "segment": "microsoft.graph.accept", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.cancel", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } ] } - ], - "children": [ + ] + }, + { + "segment": "microsoft.graph.decline", + "labels": [ { - "segment": "format", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.dismissReminder", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" } - ], - "children": [ + ] + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" } ] } ] }, { - "segment": "minorGridlines", + "segment": "microsoft.graph.snoozeReminder", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "format", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ { - "segment": "line", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ + "name": "Patch", + "documentationUrl": null + }, { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] } @@ -101012,65 +127824,54 @@ ] }, { - "segment": "title", + "segment": "singleValueExtendedProperties", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "format", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ { - "segment": "font", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } @@ -101081,695 +127882,1469 @@ ] }, { - "segment": "valueAxis", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "majorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "minorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "title", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - } - ] + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.accept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.decline", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.dismissReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.snoozeReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.accept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.decline", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.dismissReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.snoozeReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "chats", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{chat-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "installedApps", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-list-installedapps?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-post-installedapps?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-list-installedapps?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-post-installedapps?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{teamsAppInstallation-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "dataLabels", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } - ], - "children": [ + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.upgrade", + "labels": [ { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-teamsappinstallation-upgrade?view=graph-rest-1.0" } - ], - "children": [ - { - "segment": "fill", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-teamsappinstallation-upgrade?view=graph-rest-1.0" } ] } ] }, { - "segment": "format", + "segment": "teamsApp", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "teamsAppDefinition", + "labels": [ { - "segment": "fill", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] } ] + } + ] + } + ] + }, + { + "segment": "lastMessagePreview", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "members", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-list-members?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-post-members?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-list-members?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-post-members?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{conversationMember-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.add", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0" + } + ] }, { - "segment": "legend", + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "messages", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-list-messages?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-post?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-list-messages?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-post?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{chatMessage-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "hostedContents", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "format", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{chatMessageHostedContent-id}", + "labels": [ { - "segment": "fill", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "font", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } @@ -101778,689 +129353,326 @@ ] }, { - "segment": "microsoft.graph.image()", + "segment": "microsoft.graph.setReaction", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.image(width={width},height={height},fittingMode={fittingMode})", + "segment": "microsoft.graph.softDelete", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.image(width={width},height={height})", + "segment": "microsoft.graph.undoSoftDelete", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.image(width={width})", + "segment": "microsoft.graph.unsetReaction", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.setData", + "segment": "replies", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setPosition", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-list-replies?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-post-replies?view=graph-rest-1.0" + } ] }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "series", - "labels": [ { "name": "v1.0", "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-list-replies?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-post-replies?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "{workbookChartSeries-id}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{chatMessage-id1}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "format", + "segment": "hostedContents", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "fill", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "line", + "segment": "{chatMessageHostedContent-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] - } - ] - } - ] - }, - { - "segment": "points", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookChartPoint-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ + "name": "Patch", + "documentationUrl": null + }, { - "segment": "fill", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] } ] - }, - { - "segment": "microsoft.graph.count()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] } ] - } - ] - }, - { - "segment": "microsoft.graph.count()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "title", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fill", + "segment": "microsoft.graph.setReaction", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] } ] }, { - "segment": "font", + "segment": "microsoft.graph.softDelete", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0" + } ] } ] - } - ] - } - ] - }, - { - "segment": "worksheet", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.cell(row={row},column={column})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] }, { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" + "segment": "microsoft.graph.undoSoftDelete", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0" + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get" + "segment": "microsoft.graph.unsetReaction", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "microsoft.graph.range(address={address})", + "segment": "microsoft.graph.delta()", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.usedRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.usedRange(valuesOnly={valuesOnly})", - "labels": [ { "name": "v1.0", "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] @@ -102470,213 +129682,321 @@ ] }, { - "segment": "microsoft.graph.add", + "segment": "microsoft.graph.delta()", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.count()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.hideForUser", + "labels": [ { - "segment": "microsoft.graph.item(name={name})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-hideforuser?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-hideforuser?view=graph-rest-1.0" } ] } ] }, { - "segment": "microsoft.graph.cell(row={row},column={column})", + "segment": "microsoft.graph.markChatReadForUser", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-markchatreadforuser?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-markchatreadforuser?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.range()", + "segment": "microsoft.graph.markChatUnreadForUser", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-markchatunreadforuser?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-markchatunreadforuser?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.range(address={address})", + "segment": "microsoft.graph.sendActivityNotification", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-sendactivitynotification?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-sendactivitynotification?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.usedRange()", + "segment": "microsoft.graph.unhideForUser", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-unhideforuser?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-unhideforuser?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.usedRange(valuesOnly={valuesOnly})", + "segment": "operations", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-list-operations?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get" + "segment": "{teamsAsyncOperation-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "names", + "segment": "permissionGrants", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-list-permissiongrants?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{workbookNamedItem-id1}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "{resourceSpecificPermissionGrant-id}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "microsoft.graph.range()", + "segment": "microsoft.graph.checkMemberGroups", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.checkMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.restore", + "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } ] } ] @@ -102684,35 +130004,43 @@ ] }, { - "segment": "microsoft.graph.add", + "segment": "microsoft.graph.getByIds", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.addFormulaLocal", + "segment": "microsoft.graph.getUserOwnedObjects", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.validateProperties", + "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } ] } ] @@ -102720,903 +130048,1524 @@ ] }, { - "segment": "pivotTables", + "segment": "pinnedMessages", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-list-pinnedmessages?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-post-pinnedmessages?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-list-pinnedmessages?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-post-pinnedmessages?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "{workbookPivotTable-id}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{pinnedChatMessageInfo-id}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "microsoft.graph.refresh", + "segment": "message", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] + } + ] + } + ] + }, + { + "segment": "tabs", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-list-tabs?view=graph-rest-1.0" }, { - "segment": "worksheet", - "labels": [ + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-post-tabs?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-list-tabs?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-post-tabs?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } - ], - "children": [ + ] + } + ] + }, + { + "segment": "{teamsTab-id}", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.cell(row={row},column={column})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.range(address={address})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.usedRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "teamsApp", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.usedRange(valuesOnly={valuesOnly})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } ] } ] } ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.allMessages()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getAllMessages()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "cloudPCs", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-cloudpcs?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{cloudPC-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.refreshAll", - "labels": [ + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.changeUserAccountType", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/cloudpc-changeuseraccounttype?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.endGracePeriod", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/cloudpc-endgraceperiod?view=graph-rest-1.0" } ] } ] }, { - "segment": "protection", + "segment": "microsoft.graph.getCloudPcConnectivityHistory()", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.getCloudPcLaunchInfo()", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "microsoft.graph.reboot", + "labels": [ { - "segment": "microsoft.graph.protect", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/cloudpc-reboot?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.rename", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/cloudpc-rename?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.reprovision", + "labels": [ { - "segment": "microsoft.graph.unprotect", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/cloudpc-reprovision?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.restore", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/cloudpc-restore?view=graph-rest-1.0" } ] } ] }, { - "segment": "tables", + "segment": "microsoft.graph.troubleshoot", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/cloudpc-troubleshoot?view=graph-rest-1.0" + } ] + } + ] + } + ] + } + ] + }, + { + "segment": "contactFolders", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-contactfolders?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-post-contactfolders?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-contactfolders?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-post-contactfolders?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{contactFolder-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "childFolders", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/contactfolder-list-childfolders?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contactfolder-post-childfolders?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/contactfolder-list-childfolders?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contactfolder-post-childfolders?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "{workbookTable-id}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{contactFolder-id1}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "columns", + "segment": "contacts", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/contactfolder-list-contacts?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contactfolder-post-contacts?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/contactfolder-list-contacts?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contactfolder-post-contacts?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "{workbookTableColumn-id}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{contact-id}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "filter", + "segment": "extensions", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "microsoft.graph.apply", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.applyBottomItemsFilter", + "segment": "{extension-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] - }, + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ { - "segment": "microsoft.graph.applyBottomPercentFilter", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.applyCellColorFilter", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.applyCustomFilter", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.applyDynamicFilter", + "segment": "{multiValueLegacyExtendedProperty-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] - }, + } + ] + }, + { + "segment": "photo", + "labels": [ { - "segment": "microsoft.graph.applyFontColorFilter", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.applyIconFilter", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.applyTopItemsFilter", + "segment": "$value", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } ] } ] - }, + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ { - "segment": "microsoft.graph.applyTopPercentFilter", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.applyValuesFilter", + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.clear", + "segment": "{singleValueLegacyExtendedProperty-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] } ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/contact-delta?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/contact-delta?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.dataBodyRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.headerRowRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ { - "segment": "microsoft.graph.range()", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.totalRowRange()", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } ] - }, + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ { - "segment": "microsoft.graph.add", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.count()", + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.itemAt(index={index})", + "segment": "{singleValueLegacyExtendedProperty-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ { - "segment": "microsoft.graph.clearFilters", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/contactfolder-delta?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.convertToRange", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/contactfolder-delta?view=graph-rest-1.0" } ] + } + ] + } + ] + }, + { + "segment": "contacts", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/contactfolder-list-contacts?view=graph-rest-1.0" }, { - "segment": "microsoft.graph.dataBodyRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contactfolder-post-contacts?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/contactfolder-list-contacts?view=graph-rest-1.0" }, { - "segment": "microsoft.graph.headerRowRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contactfolder-post-contacts?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{contact-id}", + "labels": [ { - "segment": "microsoft.graph.reapplyFilters", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.totalRowRange()", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "rows", + "segment": "extensions", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookTableRow-id}", - "labels": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.add", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.count()", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.itemAt(index={index})", + "segment": "{extension-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -103624,73 +131573,94 @@ ] }, { - "segment": "sort", + "segment": "multiValueExtendedProperties", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.apply", - "labels": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.clear", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.reapply", + "segment": "{multiValueLegacyExtendedProperty-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -103698,107 +131668,158 @@ ] }, { - "segment": "worksheet", + "segment": "photo", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "microsoft.graph.cell(row={row},column={column})", + "segment": "$value", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } ] } ] - }, + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ { - "segment": "microsoft.graph.range()", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.range(address={address})", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.usedRange()", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.usedRange(valuesOnly={valuesOnly})", + "segment": "{singleValueLegacyExtendedProperty-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -103808,742 +131829,524 @@ ] }, { - "segment": "microsoft.graph.add", + "segment": "microsoft.graph.delta()", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.count()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/contact-delta?view=graph-rest-1.0" + } ] }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ { "name": "v1.0", "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/contact-delta?view=graph-rest-1.0" + } ] } ] } ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.add", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.addFormulaLocal", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "operations", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookOperation-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "tables", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookTable-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "columns", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookTableColumn-id}", + "segment": "multiValueExtendedProperties", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "filter", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.apply", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyBottomItemsFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyBottomPercentFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyCellColorFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyCustomFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyDynamicFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyFontColorFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.applyIconFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ { - "segment": "microsoft.graph.applyTopItemsFilter", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyTopPercentFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.applyValuesFilter", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] } ] - }, + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ { - "segment": "microsoft.graph.dataBodyRange()", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.headerRowRange()", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.range()", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.totalRowRange()", + "segment": "{singleValueLegacyExtendedProperty-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] } ] - }, - { - "segment": "microsoft.graph.add", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.count()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] } ] }, { - "segment": "microsoft.graph.clearFilters", + "segment": "microsoft.graph.delta()", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.convertToRange", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/contactfolder-delta?view=graph-rest-1.0" + } ] }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.dataBodyRange()", - "labels": [ { "name": "v1.0", "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/contactfolder-delta?view=graph-rest-1.0" + } ] } ] - }, + } + ] + }, + { + "segment": "contacts", + "labels": [ { - "segment": "microsoft.graph.headerRowRange()", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-contacts?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-post-contacts?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.range()", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-contacts?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-post-contacts?view=graph-rest-1.0" } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.reapplyFilters", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.totalRowRange()", + "segment": "{contact-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] - } - ] - }, - { - "segment": "rows", - "labels": [ + }, { "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] - }, + } + ], + "children": [ { - "name": "beta", - "methods": [ - "Get", - "Post" + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } ] - } - ], - "children": [ + }, { - "segment": "{workbookTableRow-id}", + "segment": "multiValueExtendedProperties", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "microsoft.graph.range()", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -104551,52 +132354,160 @@ ] }, { - "segment": "microsoft.graph.add", + "segment": "photo", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$value", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "microsoft.graph.count()", + "segment": "singleValueExtendedProperties", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Get" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get" + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] @@ -104604,73 +132515,118 @@ ] }, { - "segment": "sort", + "segment": "microsoft.graph.delta()", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/contact-delta?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/contact-delta?view=graph-rest-1.0" + } ] } - ], - "children": [ + ] + } + ] + }, + { + "segment": "createdObjects", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.apply", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-createdobjects?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-createdobjects?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.clear", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{directoryObject-id1}", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.reapply", + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.servicePrincipal", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] @@ -104678,2161 +132634,639 @@ ] }, { - "segment": "worksheet", + "segment": "microsoft.graph.servicePrincipal", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "charts", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookChart-id}", - "labels": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } - ], - "children": [ - { - "segment": "axes", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "categoryAxis", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "majorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "minorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "title", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "seriesAxis", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "majorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "minorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "title", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "valueAxis", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "majorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "minorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "title", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - } - ] + ] + } + ] + } + ] + } + ] + }, + { + "segment": "deviceEnrollmentConfigurations", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{deviceEnrollmentConfiguration-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "assignments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{enrollmentConfigurationAssignment-id}", + "labels": [ { - "segment": "dataLabels", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ + "name": "Patch", + "documentationUrl": null + }, { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fill", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.assign", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.setPriority", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createEnrollmentNotificationConfiguration", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.hasPayloadLinks", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "deviceManagementTroubleshootingEvents", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{deviceManagementTroubleshootingEvent-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "devices", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{device-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "commands", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } - ], - "children": [ + ] + } + ] + }, + { + "segment": "{command-id}", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "fill", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "legend", + "segment": "responsepayload", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fill", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] + "name": "Get", + "documentationUrl": null } ] } ] + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.image()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ { - "segment": "microsoft.graph.image(width={width},height={height},fittingMode={fittingMode})", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] - }, + } + ] + } + ] + }, + { + "segment": "memberOf", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.image(width={width},height={height})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/device-list-memberof?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{directoryObject-id1}", + "labels": [ { - "segment": "microsoft.graph.image(width={width})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.setData", + "segment": "microsoft.graph.application", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.setPosition", + "segment": "microsoft.graph.device", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "series", + "segment": "microsoft.graph.group", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookChartSeries-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fill", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "points", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookChartPoint-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fill", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.count()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.count()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "title", + "segment": "microsoft.graph.orgContact", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fill", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "worksheet", + "segment": "microsoft.graph.servicePrincipal", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.cell(row={row},column={column})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range(address={address})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + } + ] + }, + { + "segment": "microsoft.graph.application", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.usedRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ { - "segment": "microsoft.graph.usedRange(valuesOnly={valuesOnly})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } ] } @@ -106841,69 +133275,121 @@ ] }, { - "segment": "microsoft.graph.add", + "segment": "microsoft.graph.device", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ], + "children": [ { - "name": "beta", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "microsoft.graph.count()", + "segment": "microsoft.graph.group", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ], + "children": [ { - "name": "beta", - "methods": [ - "Get" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "microsoft.graph.item(name={name})", + "segment": "microsoft.graph.orgContact", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ], + "children": [ { - "name": "beta", - "methods": [ - "Get" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "microsoft.graph.itemAt(index={index})", + "segment": "microsoft.graph.servicePrincipal", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ], + "children": [ { - "name": "beta", - "methods": [ - "Get" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] } ] @@ -106911,250 +133397,296 @@ ] }, { - "segment": "microsoft.graph.cell(row={row},column={column})", + "segment": "microsoft.graph.checkMemberGroups", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.range()", + "segment": "microsoft.graph.checkMemberObjects", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.range(address={address})", + "segment": "microsoft.graph.getMemberGroups", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.usedRange()", + "segment": "microsoft.graph.getMemberObjects", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.usedRange(valuesOnly={valuesOnly})", + "segment": "microsoft.graph.restore", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } ] } ] }, { - "segment": "names", + "segment": "registeredOwners", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/device-list-registeredowners?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "{workbookNamedItem-id}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "$ref", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/device-list-registeredowners?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } - ], + ] + }, + { + "segment": "{directoryObject-id1}", + "labels": [], "children": [ { - "segment": "microsoft.graph.range()", + "segment": "$ref", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Delete", + "documentationUrl": null + } ] } ] }, { - "segment": "worksheet", + "segment": "microsoft.graph.endpoint", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [ { - "segment": "microsoft.graph.cell(row={row},column={column})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + } + ] + }, + { + "segment": "microsoft.graph.endpoint", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.range(address={address})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + } + ] + } + ] + }, + { + "segment": "registeredUsers", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/device-list-registeredusers?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.usedRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{directoryObject-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.endpoint", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [ { - "segment": "microsoft.graph.usedRange(valuesOnly={valuesOnly})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } ] } @@ -107163,35 +133695,61 @@ ] }, { - "segment": "microsoft.graph.add", + "segment": "microsoft.graph.endpoint", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ], + "children": [ { - "name": "beta", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "microsoft.graph.addFormulaLocal", + "segment": "microsoft.graph.servicePrincipal", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ], + "children": [ { - "name": "beta", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] } ] @@ -107199,165 +133757,232 @@ ] }, { - "segment": "pivotTables", + "segment": "transitiveMemberOf", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/device-list-transitivememberof?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "{workbookPivotTable-id}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "{directoryObject-id1}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "microsoft.graph.refresh", + "segment": "microsoft.graph.application", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.device", + "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "worksheet", + "segment": "microsoft.graph.group", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.orgContact", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [ { - "segment": "microsoft.graph.cell(row={row},column={column})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + } + ] + }, + { + "segment": "microsoft.graph.application", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + } + ] + }, + { + "segment": "microsoft.graph.device", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.range(address={address})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + } + ] + }, + { + "segment": "microsoft.graph.group", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.usedRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + } + ] + }, + { + "segment": "microsoft.graph.orgContact", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.usedRange(valuesOnly={valuesOnly})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } ] } @@ -107366,18 +133991,31 @@ ] }, { - "segment": "microsoft.graph.refreshAll", + "segment": "microsoft.graph.servicePrincipal", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ], + "children": [ { - "name": "beta", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] } ] @@ -107385,702 +134023,1269 @@ ] }, { - "segment": "protection", + "segment": "usageRights", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/device-list-usagerights?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "microsoft.graph.protect", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.unprotect", + "segment": "{usageRight-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] } ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getByIds", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getUserOwnedObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.validateProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "directReports", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-directreports?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-directreports?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{directoryObject-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.orgContact", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.orgContact", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] }, { - "segment": "tables", + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, { "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] + } + ] + } + ] + } + ] + }, + { + "segment": "drive", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/drive-get?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/drive-get?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "drives", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/drive-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/drive-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{drive-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "activities", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/activities-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{workbookTable-id1}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "{itemActivityOLD-id}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "microsoft.graph.clearFilters", + "segment": "driveItem", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ], + "children": [ { - "name": "beta", - "methods": [ - "Post" + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "microsoft.graph.convertToRange", + "segment": "listItem", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] - }, + } + ] + } + ] + }, + { + "segment": "bundles", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.dataBodyRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/bundle-list?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/bundle-list?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.headerRowRange()", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{driveItem-id}", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.range()", + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/bundle-list?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/bundle-list?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } ] } ] + } + ] + } + ] + }, + { + "segment": "following", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/drive-list-following?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/drive-list-following?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] }, { - "segment": "microsoft.graph.reapplyFilters", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{driveItem-id}", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.totalRowRange()", + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/drive-list-following?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/drive-list-following?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } ] } ] } ] - }, + } + ] + }, + { + "segment": "items", + "labels": [ { - "segment": "microsoft.graph.add", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.count()", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.itemAt(index={index})", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] - } - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.add", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.count()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "worksheets", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookWorksheet-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "charts", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookChart-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "axes", + "segment": "{driveItem-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "categoryAxis", + "segment": "activities", "labels": [ { - "name": "v1.0", + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{itemActivityOLD-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "analytics", + "labels": [ + { + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/itemanalytics-get?view=graph-rest-1.0" + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "children", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "format", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{driveItem-id1}", + "labels": [ { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "line", + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Put", + "documentationUrl": null } ] } ] } ] + } + ] + }, + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] }, { - "segment": "majorGridlines", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "listItem", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "activities", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "format", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "{itemActivityOLD-id}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "line", + "segment": "driveItem", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "microsoft.graph.clear", + "segment": "content", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } ] } ] } ] + }, + { + "segment": "listItem", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] } ] } ] }, { - "segment": "minorGridlines", + "segment": "analytics", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "documentSetVersions", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-post-documentsetversions?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-post-documentsetversions?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "format", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{documentSetVersion-id}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "line", + "segment": "microsoft.graph.restore", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0" } ] } @@ -108091,411 +135296,853 @@ ] }, { - "segment": "title", + "segment": "driveItem", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "format", + "segment": "content", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Put", + "documentationUrl": null } ] } ] } ] - } - ] - }, - { - "segment": "seriesAxis", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", + "segment": "fields", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "line", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null } - ], - "children": [ + ] + } + ] + }, + { + "segment": "microsoft.graph.createLink", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-createlink?view=graph-rest-1.0" } ] } ] }, { - "segment": "majorGridlines", + "segment": "microsoft.graph.getActivitiesByInterval()", "labels": [ { "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "versions", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-list-versions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "format", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{listItemVersion-id}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "line", + "segment": "fields", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } - ], + ] + }, + { + "segment": "microsoft.graph.documentSetVersion", + "labels": [], "children": [ { - "segment": "microsoft.graph.clear", + "segment": "microsoft.graph.restore", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0" + } ] } ] } ] + }, + { + "segment": "microsoft.graph.restoreVersion", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0" + } + ] + } + ] } ] } ] + } + ] + }, + { + "segment": "microsoft.graph.assignSensitivityLabel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkin", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-1.0" + } + ] }, { - "segment": "minorGridlines", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkout", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.copy", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-copy?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-copy?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createLink", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-createuploadsession?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta(token='{token}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.extractSensitivityLabels", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.follow", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-follow?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-follow?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getActivitiesByInterval()", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.invite", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-invite?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-invite?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.preview", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.restore", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-restore?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-restore?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.search(q='{q}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.unfollow", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.validatePermission", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "permissions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-permissions?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Post", + "documentationUrl": null } - ], - "children": [ + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-permissions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } - ], - "children": [ + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "title", + "segment": "{permission-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "format", + "segment": "microsoft.graph.grant", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0" + } ] } - ], - "children": [ + ] + }, + { + "segment": "microsoft.graph.revokeGrants", + "labels": [ { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-1.0" } ] } @@ -108506,671 +136153,733 @@ ] }, { - "segment": "valueAxis", + "segment": "subscriptions", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "format", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "majorGridlines", + "segment": "{subscription-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "format", + "segment": "microsoft.graph.reauthorize", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Post", + "documentationUrl": null } ] } ] } ] + } + ] + }, + { + "segment": "thumbnails", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-thumbnails?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] }, { - "segment": "minorGridlines", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-thumbnails?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Post", + "documentationUrl": null } - ], - "children": [ + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } - ], - "children": [ + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "title", + "segment": "{thumbnailSet-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ + "name": "Patch", + "documentationUrl": null + }, { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] } ] } ] - } - ] - }, - { - "segment": "dataLabels", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", + "segment": "versions", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-versions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-versions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "fill", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{driveItemVersion-id}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "microsoft.graph.clear", + "segment": "content", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-versions?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-versions?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.setSolidColor", + "segment": "microsoft.graph.restoreVersion", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-1.0" + } ] } ] } ] + } + ] + } + ] + } + ] + }, + { + "segment": "list", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "activities", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] + "name": "Post", + "documentationUrl": null } ] } ] }, { - "segment": "format", + "segment": "columns", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/list-list-columns?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/list-post-columns?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/list-list-columns?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/list-post-columns?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "fill", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{columnDefinition-id}", + "labels": [ { - "segment": "microsoft.graph.clear", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.setSolidColor", + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "sourceColumn", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] } ] - }, - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] } ] }, { - "segment": "legend", + "segment": "contentTypes", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/list-list-contenttypes?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/list-list-contenttypes?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "format", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{contentType-id}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "fill", + "segment": "base", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "baseTypes", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "microsoft.graph.clear", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.setSolidColor", + "segment": "{contentType-id1}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] @@ -109178,285 +136887,164 @@ ] }, { - "segment": "font", + "segment": "columnLinks", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.image()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.image(width={width},height={height},fittingMode={fittingMode})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.image(width={width},height={height})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.image(width={width})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.setData", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setPosition", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "series", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookChartSeries-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "fill", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{columnLink-id}", + "labels": [ { - "segment": "microsoft.graph.clear", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.setSolidColor", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } ] + } + ] + }, + { + "segment": "columnPositions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] }, { - "segment": "line", + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{columnDefinition-id}", + "labels": [ { - "segment": "microsoft.graph.clear", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] } @@ -109465,2400 +137053,2440 @@ ] }, { - "segment": "points", + "segment": "columns", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-list-columns?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-post-columns?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-list-columns?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-post-columns?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "{workbookChartPoint-id}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{columnDefinition-id}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "format", + "segment": "sourceColumn", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fill", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null } ] } ] } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.associateWithHubSites", + "labels": [ { - "segment": "microsoft.graph.count()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0" } ] } ] - } - ] - }, - { - "segment": "microsoft.graph.count()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] }, { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "title", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" + "segment": "microsoft.graph.copyToDefaultContentLocation", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0" + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fill", + "segment": "microsoft.graph.isPublished()", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + ] + }, + { + "segment": "microsoft.graph.publish", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0" } ] } ] }, { - "segment": "font", + "segment": "microsoft.graph.unpublish", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0" + } ] } ] } ] - } - ] - }, - { - "segment": "worksheet", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.cell(row={row},column={column})", + "segment": "microsoft.graph.addCopy", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0" + } ] }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range(address={address})", - "labels": [ { "name": "v1.0", "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.usedRange()", + "segment": "microsoft.graph.addCopyFromContentTypeHub", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.usedRange(valuesOnly={valuesOnly})", + "segment": "microsoft.graph.getCompatibleHubContentTypes()", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] } ] - } - ] - }, - { - "segment": "microsoft.graph.add", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.count()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.item(name={name})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] }, { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.cell(row={row},column={column})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range(address={address})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.usedRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.usedRange(valuesOnly={valuesOnly})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "names", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookNamedItem-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.range()", + "segment": "drive", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "worksheet", + "segment": "items", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.cell(row={row},column={column})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range(address={address})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.usedRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-list?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-create?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.usedRange(valuesOnly={valuesOnly})", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-list?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-create?view=graph-rest-1.0" } ] } - ] - } - ] - }, - { - "segment": "microsoft.graph.add", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.addFormulaLocal", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "pivotTables", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookPivotTable-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.refresh", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "worksheet", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } ], "children": [ { - "segment": "microsoft.graph.cell(row={row},column={column})", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range(address={address})", - "labels": [ { "name": "v1.0", "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.usedRange()", + "segment": "{listItem-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.usedRange(valuesOnly={valuesOnly})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.refreshAll", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "protection", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.protect", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.unprotect", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "tables", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookTable-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "columns", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookTableColumn-id}", - "labels": [ { "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "filter", + "segment": "activities", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "microsoft.graph.apply", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.applyBottomItemsFilter", + "segment": "{itemActivityOLD-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "driveItem", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "listItem", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] } ] + } + ] + }, + { + "segment": "analytics", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] }, { - "segment": "microsoft.graph.applyBottomPercentFilter", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "documentSetVersions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-post-documentsetversions?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.applyCellColorFilter", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-post-documentsetversions?view=graph-rest-1.0" } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.applyCustomFilter", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.applyDynamicFilter", + "segment": "{documentSetVersion-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.restore", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0" + } + ] + } ] } ] + } + ] + }, + { + "segment": "driveItem", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] }, { - "segment": "microsoft.graph.applyFontColorFilter", + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } ] } ] - }, + } + ] + }, + { + "segment": "fields", + "labels": [ { - "segment": "microsoft.graph.applyIconFilter", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.applyTopItemsFilter", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createLink", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-createlink?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getActivitiesByInterval()", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.applyTopPercentFilter", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "versions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.applyValuesFilter", + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-list-versions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.clear", + "segment": "{listItemVersion-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "fields", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.documentSetVersion", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.restore", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.restoreVersion", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0" + } + ] + } ] } ] } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ { - "segment": "microsoft.graph.dataBodyRange()", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta(token='{token}')", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "operations", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.headerRowRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{richLongRunningOperation-id}", + "labels": [ { - "segment": "microsoft.graph.range()", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.totalRowRange()", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } ] - }, + } + ] + }, + { + "segment": "subscriptions", + "labels": [ { - "segment": "microsoft.graph.add", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.count()", + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.itemAt(index={index})", + "segment": "{subscription-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.reauthorize", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } ] } ] } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.recent()", + "labels": [ { - "segment": "microsoft.graph.clearFilters", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.convertToRange", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.search(q='{q}')", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.dataBodyRange()", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.sharedWithMe()", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.headerRowRange()", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "root", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-get?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.range()", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-get?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.reapplyFilters", + "segment": "activities", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "{itemActivityOLD-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "microsoft.graph.totalRowRange()", + "segment": "analytics", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/itemanalytics-get?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "rows", + "segment": "children", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "{workbookTableRow-id}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{driveItem-id}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "microsoft.graph.range()", + "segment": "content", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } ] } ] } ] - }, - { - "segment": "microsoft.graph.add", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + } + ] + }, + { + "segment": "content", + "labels": [ { - "segment": "microsoft.graph.count()", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-get?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Put", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-get?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Put", + "documentationUrl": null } ] } ] }, { - "segment": "sort", + "segment": "listItem", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "microsoft.graph.apply", + "segment": "activities", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "{itemActivityOLD-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "driveItem", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "listItem", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] } ] }, { - "segment": "microsoft.graph.clear", + "segment": "analytics", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.reapply", + "segment": "documentSetVersions", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-post-documentsetversions?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-post-documentsetversions?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{documentSetVersion-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.restore", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0" + } + ] + } + ] + } ] } - ] - } - ] - }, - { - "segment": "worksheet", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" ] }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.cell(row={row},column={column})", + "segment": "driveItem", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "microsoft.graph.range()", + "segment": "fields", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.range(address={address})", + "segment": "microsoft.graph.createLink", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-createlink?view=graph-rest-1.0" + } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.getActivitiesByInterval()", + "labels": [ { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.usedRange()", + "segment": "microsoft.graph.getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.usedRange(valuesOnly={valuesOnly})", + "segment": "versions", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-list-versions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.add", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.count()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.add", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "special", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{driveItem-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "activities", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{itemActivityOLD-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "driveItem", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.checkin", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.checkout", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.copy", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.createLink", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.createUploadSession", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.delta()", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.delta(token={token})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.follow", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getActivitiesByInterval(startDateTime={startDateTime},endDateTime={endDateTime},interval={interval})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.invite", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.preview", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.restore", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.search(q={q})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.unfollow", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.validatePermission", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "listItem", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "activities", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{listItemVersion-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "fields", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.documentSetVersion", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.restore", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.restoreVersion", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0" + } + ] + } + ] + } + ] + } + ] + } ] - } - ], - "children": [ + }, { - "segment": "{itemActivityOLD-id1}", + "segment": "microsoft.graph.assignSensitivityLabel", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": null + } ] } ] - } - ] - }, - { - "segment": "analytics", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ + }, { - "segment": "$ref", + "segment": "microsoft.graph.checkin", "labels": [ { "name": "beta", "methods": [ - "Get", - "Put", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-1.0" + } ] } ] - } - ] - }, - { - "segment": "driveItem", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ + }, { - "segment": "$ref", + "segment": "microsoft.graph.checkout", "labels": [ { "name": "beta", "methods": [ - "Get", - "Put", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.checkin", + "segment": "microsoft.graph.copy", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-copy?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-copy?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.checkout", + "segment": "microsoft.graph.createLink", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.copy", + "segment": "microsoft.graph.createUploadSession", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-createuploadsession?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-createuploadsession?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.createLink", + "segment": "microsoft.graph.delta()", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.createUploadSession", + "segment": "microsoft.graph.delta(token='{token}')", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.delta()", + "segment": "microsoft.graph.extractSensitivityLabels", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.delta(token={token})", + "segment": "microsoft.graph.follow", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-follow?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-follow?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.follow", + "segment": "microsoft.graph.getActivitiesByInterval()", "labels": [ { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.getActivitiesByInterval(startDateTime={startDateTime},endDateTime={endDateTime},interval={interval})", + "segment": "microsoft.graph.getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } ] } ] @@ -111869,7 +139497,19 @@ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-invite?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-invite?view=graph-rest-1.0" + } ] } ] @@ -111880,7 +139520,19 @@ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } ] } ] @@ -111891,18 +139543,42 @@ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-restore?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-restore?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.search(q={q})", + "segment": "microsoft.graph.search(q='{q}')", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } ] } ] @@ -111913,7 +139589,19 @@ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-1.0" + } ] } ] @@ -111924,93 +139612,621 @@ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } ] } ] - } - ] - }, - { - "segment": "fields", - "labels": [ + }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" + "segment": "permissions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-permissions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-permissions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{permission-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.grant", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.revokeGrants", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-1.0" + } + ] + } + ] + } + ] + } ] - } - ] - }, - { - "segment": "microsoft.graph.createLink", - "labels": [ + }, { - "name": "beta", - "methods": [ - "Post" + "segment": "subscriptions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{subscription-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.reauthorize", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "thumbnails", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-thumbnails?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-thumbnails?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{thumbnailSet-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "versions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-versions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-versions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{driveItemVersion-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-versions?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-versions?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.restoreVersion", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-1.0" + } + ] + } + ] + } + ] + } ] } ] }, { - "segment": "microsoft.graph.getActivitiesByInterval(startDateTime={startDateTime},endDateTime={endDateTime},interval={interval})", + "segment": "special", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] - } - ] - }, - { - "segment": "versions", - "labels": [ + }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{listItemVersion-id}", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{driveItem-id}", + "labels": [ { - "segment": "fields", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.restoreVersion", + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } ] } ] @@ -112022,9159 +140238,17750 @@ ] } ] - } - ] - }, - { - "segment": "analytics", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "children", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{driveItem-id1}", + "segment": "events", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "content", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Put" - ] - } - ] - }, - { - "segment": "microsoft.graph.checkin", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.checkout", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.copy", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.createLink", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.createUploadSession", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.delta()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.delta(token={token})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.follow", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getActivitiesByInterval()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getActivitiesByInterval(startDateTime={startDateTime},endDateTime={endDateTime},interval={interval})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.invite", - "labels": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-events?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-post-events?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.preview", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-events?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-post-events?view=graph-rest-1.0" } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.restore", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.search(q={q})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.unfollow", - "labels": [ { "name": "v1.0", "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.validatePermission", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "content", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Put" - ] - } - ] - }, - { - "segment": "listItem", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "activities", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{itemActivityOLD-id}", + "segment": "{event-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "driveItem", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - }, { - "segment": "microsoft.graph.checkin", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.checkout", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.copy", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.createLink", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.createUploadSession", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.delta()", - "labels": [ + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.delta(token={token})", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.follow", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] - } - ] - }, - { - "segment": "microsoft.graph.getActivitiesByInterval(startDateTime={startDateTime},endDateTime={endDateTime},interval={interval})", - "labels": [ + }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.invite", + "segment": "{attachment-id}", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] - } - ] - }, - { - "segment": "microsoft.graph.preview", - "labels": [ + }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.restore", + "segment": "microsoft.graph.createUploadSession", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } ] - } - ] - }, - { - "segment": "microsoft.graph.search(q={q})", - "labels": [ + }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } ] } ] - }, + } + ] + }, + { + "segment": "calendar", + "labels": [ { - "segment": "microsoft.graph.unfollow", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.validatePermission", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "listItem", + "segment": "exceptionOccurrences", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "microsoft.graph.createLink", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.getActivitiesByInterval(startDateTime={startDateTime},endDateTime={endDateTime},interval={interval})", + "segment": "{event-id1}", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "analytics", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "driveItem", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.checkin", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.checkout", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.copy", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.createLink", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.createUploadSession", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.delta()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.delta(token={token})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.follow", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getActivitiesByInterval()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getActivitiesByInterval(startDateTime={startDateTime},endDateTime={endDateTime},interval={interval})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.invite", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.preview", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.restore", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.search(q={q})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.unfollow", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.validatePermission", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "fields", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.createLink", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getActivitiesByInterval()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getActivitiesByInterval(startDateTime={startDateTime},endDateTime={endDateTime},interval={interval})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "versions", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{listItemVersion-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" + ], + "children": [ + { + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "calendar", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "instances", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{event-id2}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "calendar", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.accept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.decline", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.dismissReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.snoozeReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.accept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.decline", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.dismissReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.snoozeReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fields", + "segment": "extensions", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } ] } - ] - }, - { - "segment": "microsoft.graph.restoreVersion", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] - } - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.checkin", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.checkout", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.copy", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.createLink", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.createUploadSession", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.delta()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.delta(token={token})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.follow", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getActivitiesByInterval()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getActivitiesByInterval(startDateTime={startDateTime},endDateTime={endDateTime},interval={interval})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.invite", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.preview", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.restore", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.search(q={q})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.unfollow", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.validatePermission", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "permissions", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{permission-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.grant", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.revokeGrants", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "subscriptions", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{subscription-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "thumbnails", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{thumbnailSet-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "versions", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{driveItemVersion-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "content", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Put" - ] - } - ] - }, - { - "segment": "microsoft.graph.restoreVersion", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "workbook", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "application", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.calculate", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "comments", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookComment-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "replies", + "segment": "instances", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "{workbookCommentReply-id}", + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{event-id1}", "labels": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "calendar", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "exceptionOccurrences", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{event-id2}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "calendar", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.accept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.decline", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.dismissReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.snoozeReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" + "segment": "microsoft.graph.accept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.decline", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.dismissReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.snoozeReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } ] } ] - } - ] - } - ] - } - ] - }, - { - "segment": "functions", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.abs", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.accrInt", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.accrIntM", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.acos", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.acosh", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.acot", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.acoth", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.amorDegrc", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.amorLinc", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.and", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.arabic", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.areas", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.asc", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.asin", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.asinh", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.atan", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.atan2", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.atanh", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.aveDev", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.average", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.averageA", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.averageIf", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.averageIfs", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.bahtText", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.base", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.besselI", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.besselJ", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.besselK", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.besselY", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.beta_Dist", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.beta_Inv", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.bin2Dec", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.bin2Hex", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.bin2Oct", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.binom_Dist", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.binom_Dist_Range", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.binom_Inv", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.bitand", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.bitlshift", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.bitor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.bitrshift", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.accept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.bitxor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.ceiling_Math", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.decline", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.ceiling_Precise", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.dismissReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.char", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.chiSq_Dist", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.snoozeReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.chiSq_Dist_RT", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.chiSq_Inv", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } ] } ] }, { - "segment": "microsoft.graph.chiSq_Inv_RT", + "segment": "microsoft.graph.delta()", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } ] } ] - }, + } + ] + }, + { + "segment": "extensions", + "labels": [ { - "segment": "microsoft.graph.choose", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.clean", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.code", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.columns", + "segment": "{extension-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] - }, + } + ] + }, + { + "segment": "followedSites", + "labels": [ { - "segment": "microsoft.graph.combin", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/sites-list-followed?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.combina", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/sites-list-followed?view=graph-rest-1.0" } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.complex", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.concatenate", + "segment": "{site-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] - }, + } + ] + }, + { + "segment": "inferenceClassification", + "labels": [ { - "segment": "microsoft.graph.confidence_Norm", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.confidence_T", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.convert", + "segment": "overrides", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/inferenceclassification-list-overrides?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/inferenceclassification-post-overrides?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/inferenceclassification-list-overrides?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/inferenceclassification-post-overrides?view=graph-rest-1.0" + } ] } - ] - }, - { - "segment": "microsoft.graph.cos", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "{inferenceClassificationOverride-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] - }, + } + ] + }, + { + "segment": "informationProtection", + "labels": [ { - "segment": "microsoft.graph.cosh", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.cot", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.coth", + "segment": "bitlocker", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.count", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + ], + "children": [ { - "name": "beta", - "methods": [ - "Post" + "segment": "recoveryKeys", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/bitlocker-list-recoverykeys?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{bitlockerRecoveryKey-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] } ] }, { - "segment": "microsoft.graph.countA", + "segment": "dataLossPreventionPolicies", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.countBlank", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.countIf", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "{dataLossPreventionPolicy-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "microsoft.graph.evaluate", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "microsoft.graph.countIfs", + "segment": "microsoft.graph.decryptBuffer", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.coupDayBs", + "segment": "microsoft.graph.encryptBuffer", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.coupDays", + "segment": "microsoft.graph.signDigest", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.coupDaysNc", + "segment": "microsoft.graph.verifySignature", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.coupNcd", + "segment": "policy", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.coupNum", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + ], + "children": [ { - "name": "beta", - "methods": [ - "Post" + "segment": "labels", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/informationprotectionpolicy-list-labels?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{informationProtectionLabel-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.evaluateApplication", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/informationprotectionlabel-evaluateapplication?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.evaluateClassificationResults", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/informationprotectionlabel-evaluateclassificationresults?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.evaluateRemoval", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/informationprotectionlabel-evaluateremoval?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.extractLabel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/informationprotectionlabel-extractlabel?view=graph-rest-1.0" + } + ] + } + ] + } ] } ] }, { - "segment": "microsoft.graph.coupPcd", + "segment": "sensitivityLabels", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.csc", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.csch", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "{sensitivityLabel-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "sublabels", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{sensitivityLabel-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.evaluate", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "microsoft.graph.evaluate", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "microsoft.graph.cumIPmt", + "segment": "sensitivityPolicySettings", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.cumPrinc", + "segment": "threatAssessmentRequests", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/informationprotection-list-threatassessmentrequests?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/informationprotection-post-threatassessmentrequests?view=graph-rest-1.0" + } ] } - ] - }, - { - "segment": "microsoft.graph.date", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "{threatAssessmentRequest-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "results", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{threatAssessmentResult-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } ] } ] - }, + } + ] + }, + { + "segment": "insights", + "labels": [ { - "segment": "microsoft.graph.datevalue", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.daverage", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.day", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.days", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.days360", + "segment": "shared", "labels": [ { "name": "v1.0", "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.db", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "{sharedInsight-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "lastSharedMethod", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "resource", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] } ] }, { - "segment": "microsoft.graph.dbcs", + "segment": "trending", "labels": [ { "name": "v1.0", "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.dcount", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "{trending-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "resource", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] } ] }, { - "segment": "microsoft.graph.dcountA", + "segment": "used", "labels": [ { "name": "v1.0", "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/insights-list-used?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.ddb", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "{usedInsight-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "resource", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] } ] - }, + } + ] + }, + { + "segment": "joinedGroups", + "labels": [ { - "segment": "microsoft.graph.dec2Bin", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.dec2Hex", + "segment": "microsoft.graph.delta()", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.dec2Oct", + "segment": "microsoft.graph.evaluateDynamicMembership", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-evaluatedynamicmembership?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.decimal", + "segment": "microsoft.graph.getByIds", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.degrees", + "segment": "microsoft.graph.getUserOwnedObjects", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.delta", + "segment": "microsoft.graph.validateProperties", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } ] } ] - }, + } + ] + }, + { + "segment": "joinedTeams", + "labels": [ { - "segment": "microsoft.graph.devSq", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-joinedteams?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.dget", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-joinedteams?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.disc", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.dmax", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.dmin", - "labels": [ { "name": "v1.0", "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.dollar", + "segment": "{team-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.dollarDe", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "allChannels", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-list-allchannels?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{channel-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "channels", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-post?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{channel-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "filesFolder", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "members", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-list-members?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/conversationmember-add?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{conversationMember-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.add", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "messages", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-list-messages?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-post?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{chatMessage-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "hostedContents", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{chatMessageHostedContent-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "replies", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-list-replies?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-post-replies?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{chatMessage-id1}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "hostedContents", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{chatMessageHostedContent-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.completeMigration", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-completemigration?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.provisionEmail", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.removeEmail", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-removeemail?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "sharedWithTeams", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/sharedwithchannelteaminfo-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{sharedWithChannelTeamInfo-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "allowedMembers", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/sharedwithchannelteaminfo-list-allowedmembers?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{conversationMember-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "tabs", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-list-tabs?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{teamsTab-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "teamsApp", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getAllMessages()", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] - } - ] - }, - { - "segment": "microsoft.graph.dollarFr", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Post" + "segment": "group", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "incomingChannels", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-list-incomingchannels?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{channel-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] - } - ] - }, - { - "segment": "microsoft.graph.dproduct", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Post" + "segment": "installedApps", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-list-installedapps?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-post-installedapps?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{teamsAppInstallation-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.upgrade", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-teamsappinstallation-upgrade?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "teamsApp", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "teamsAppDefinition", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.dstDev", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "members", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-list-members?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-post-members?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{conversationMember-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.add", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0" + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.dstDevP", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.archive", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-archive?view=graph-rest-1.0" + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.dsum", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.clone", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-clone?view=graph-rest-1.0" + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.duration", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.completeMigration", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-completemigration?view=graph-rest-1.0" + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.dvar", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.sendActivityNotification", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-sendactivitynotification?view=graph-rest-1.0" + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.dvarP", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.unarchive", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-unarchive?view=graph-rest-1.0" + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.ecma_Ceiling", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "operations", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{teamsAsyncOperation-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.edate", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "photo", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$value", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.effect", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "primaryChannel", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-get-primarychannel?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "filesFolder", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "members", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-list-members?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/conversationmember-add?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{conversationMember-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.add", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "messages", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-list-messages?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-post?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{chatMessage-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "hostedContents", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{chatMessageHostedContent-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "replies", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-list-replies?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-post-replies?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{chatMessage-id1}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "hostedContents", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{chatMessageHostedContent-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.completeMigration", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-completemigration?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.provisionEmail", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.removeEmail", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-removeemail?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "sharedWithTeams", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/sharedwithchannelteaminfo-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{sharedWithChannelTeamInfo-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "allowedMembers", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/sharedwithchannelteaminfo-list-allowedmembers?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{conversationMember-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "tabs", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-list-tabs?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{teamsTab-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "teamsApp", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.eoMonth", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "schedule", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/schedule-get?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.share", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/schedule-share?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "offerShiftRequests", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/offershiftrequest-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{offerShiftRequest-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "openShiftChangeRequests", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/openshiftchangerequest-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/openshiftchangerequest-post?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{openShiftChangeRequest-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "openShifts", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/openshift-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{openShift-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "schedulingGroups", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/schedule-list-schedulinggroups?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/schedule-post-schedulinggroups?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{schedulingGroup-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "shifts", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/schedule-list-shifts?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/schedule-post-shifts?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{shift-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "swapShiftsChangeRequests", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/swapshiftschangerequest-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/swapshiftschangerequest-post?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{swapShiftsChangeRequest-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "timeOffReasons", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/schedule-list-timeoffreasons?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/schedule-post-timeoffreasons?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{timeOffReason-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "timeOffRequests", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/timeoffrequest-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{timeOffRequest-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "timesOff", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/schedule-list-timesoff?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/schedule-post-timesoff?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{timeOff-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.erf", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "tags", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/teamworktag-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/teamworktag-post?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{teamworkTag-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "members", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/teamworktagmember-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/teamworktagmember-post?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{teamworkTagMember-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "template", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "microsoft.graph.erf_Precise", + "segment": "microsoft.graph.getAllMessages()", "labels": [ { "name": "v1.0", "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] - }, + } + ] + }, + { + "segment": "licenseDetails", + "labels": [ { - "segment": "microsoft.graph.erfC", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-licensedetails?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.erfC_Precise", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-licensedetails?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.error_Type", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.even", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.exact", - "labels": [ { "name": "v1.0", "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.exp", + "segment": "{licenseDetails-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.expon_Dist", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.f_Dist", - "labels": [ { "name": "v1.0", "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] - }, + } + ] + }, + { + "segment": "mailFolders", + "labels": [ { - "segment": "microsoft.graph.f_Dist_RT", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-mailfolders?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-post-mailfolders?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.f_Inv", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-mailfolders?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-post-mailfolders?view=graph-rest-1.0" } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.f_Inv_RT", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.fact", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.factDouble", - "labels": [ { "name": "v1.0", "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.false", + "segment": "{mailFolder-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.find", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.findB", - "labels": [ { "name": "v1.0", "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.fisher", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "childFolders", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/mailfolder-list-childfolders?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/mailfolder-post-childfolders?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/mailfolder-list-childfolders?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/mailfolder-post-childfolders?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{mailFolder-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "messageRules", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/mailfolder-list-messagerules?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/mailfolder-post-messagerules?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{messageRule-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "messages", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/mailfolder-list-messages?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/mailfolder-post-messages?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/mailfolder-list-messages?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/mailfolder-post-messages?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{message-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$value", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/mailfolder-list-messages?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/mailfolder-list-messages?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "mentions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{mention-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.calendarSharingMessage", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.accept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.copy", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-copy?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-copy?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createForward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-createforward?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-createforward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createReply", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-createreply?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-createreply?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createReplyAll", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-createreplyall?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-createreplyall?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.eventMessageRequest", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.accept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.decline", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-forward?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-forward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.move", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-move?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-move?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.reply", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-reply?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-reply?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.replyAll", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-replyall?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-replyall?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.send", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-send?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-send?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.unsubscribe", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-unsubscribe?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-delta?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-delta?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.copy", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/mailfolder-copy?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/mailfolder-copy?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.move", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/mailfolder-move?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/mailfolder-move?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "userConfigurations", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{userConfiguration-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/mailfolder-delta?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/mailfolder-delta?view=graph-rest-1.0" + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.fisherInv", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "messageRules", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/mailfolder-list-messagerules?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/mailfolder-post-messagerules?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{messageRule-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.fixed", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "messages", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/mailfolder-list-messages?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/mailfolder-post-messages?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/mailfolder-list-messages?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/mailfolder-post-messages?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{message-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$value", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/mailfolder-list-messages?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/mailfolder-list-messages?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "mentions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{mention-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.calendarSharingMessage", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.accept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.copy", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-copy?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-copy?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createForward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-createforward?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-createforward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createReply", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-createreply?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-createreply?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createReplyAll", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-createreplyall?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-createreplyall?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.eventMessageRequest", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.accept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.decline", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-forward?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-forward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.move", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-move?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-move?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.reply", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-reply?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-reply?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.replyAll", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-replyall?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-replyall?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.send", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-send?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-send?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.unsubscribe", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-unsubscribe?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-delta?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-delta?view=graph-rest-1.0" + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.floor_Math", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.copy", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/mailfolder-copy?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/mailfolder-copy?view=graph-rest-1.0" + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.floor_Precise", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.move", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/mailfolder-move?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/mailfolder-move?view=graph-rest-1.0" + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.fv", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.fvschedule", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "userConfigurations", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{userConfiguration-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] } ] }, { - "segment": "microsoft.graph.gamma", + "segment": "microsoft.graph.delta()", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.gamma_Dist", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/mailfolder-delta?view=graph-rest-1.0" + } ] }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.gamma_Inv", - "labels": [ { "name": "v1.0", "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/mailfolder-delta?view=graph-rest-1.0" + } ] } ] - }, + } + ] + }, + { + "segment": "managedAppRegistrations", + "labels": [ { - "segment": "microsoft.graph.gammaLn", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.gammaLn_Precise", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.gauss", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.gcd", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.geoMean", - "labels": [ { "name": "v1.0", "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.geStep", + "segment": "{managedAppRegistration-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.harMean", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.hex2Bin", - "labels": [ { "name": "v1.0", "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] - }, + } + ] + }, + { + "segment": "managedDevices", + "labels": [ { - "segment": "microsoft.graph.hex2Dec", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.hex2Oct", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.hlookup", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.hour", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.hyperlink", - "labels": [ { "name": "v1.0", "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.hypGeom_Dist", + "segment": "{managedDevice-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.if", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.imAbs", - "labels": [ { "name": "v1.0", "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.imaginary", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "assignmentFilterEvaluationStatusDetails", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{assignmentFilterEvaluationStatusDetails-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.imArgument", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "detectedApps", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{detectedApp-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.imConjugate", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "deviceCategory", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.imCos", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "deviceCompliancePolicyStates", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{deviceCompliancePolicyState-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.imCosh", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "deviceConfigurationStates", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{deviceConfigurationState-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.imCot", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "logCollectionRequests", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{deviceLogCollectionResponse-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.createDownloadUrl", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.imCsc", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "managedDeviceMobileAppConfigurationStates", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{managedDeviceMobileAppConfigurationState-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.imCsch", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.activateDeviceEsim", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.imDiv", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.bypassActivationLock", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.imExp", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.cleanWindowsDevice", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.imLn", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.createDeviceLogCollectionRequest", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.imLog10", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.createRemoteHelpSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.imLog2", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.deleteUserFromSharedAppleDevice", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.imPower", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.deprovision", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.imProduct", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.disable", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.imReal", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.disableLostMode", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.imSec", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.enableLostMode", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.imSech", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.enrollNowAction", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.imSin", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.getCloudPcRemoteActionResults()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.imSinh", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.getCloudPcReviewStatus()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.imSqrt", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.getFileVaultKey()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.imSub", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.getNonCompliantSettings()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.imSum", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.getOemWarranty()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "microsoft.graph.locateDevice", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } ] - } - ] - }, - { - "segment": "microsoft.graph.imTan", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.logoutSharedAppleDeviceActiveUser", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "microsoft.graph.overrideComplianceState", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } ] - } - ] - }, - { - "segment": "microsoft.graph.int", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.playLostModeSound", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "microsoft.graph.rebootNow", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } ] - } - ] - }, - { - "segment": "microsoft.graph.intRate", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.recoverPasscode", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "microsoft.graph.reenable", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } ] - } - ] - }, - { - "segment": "microsoft.graph.ipmt", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.remoteLock", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "microsoft.graph.removeDeviceFirmwareConfigurationInterfaceManagement", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } ] - } - ] - }, - { - "segment": "microsoft.graph.irr", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.reprovisionCloudPc", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/manageddevice-reprovisioncloudpc?view=graph-rest-1.0" + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "microsoft.graph.requestRemoteAssistance", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } ] - } - ] - }, - { - "segment": "microsoft.graph.isErr", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.requestRemoteHelpSessionAccess", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "microsoft.graph.resetPasscode", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } ] - } - ] - }, - { - "segment": "microsoft.graph.isError", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.resizeCloudPc", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/manageddevice-resizecloudpc?view=graph-rest-1.0" + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "microsoft.graph.restoreCloudPc", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/manageddevice-restorecloudpc?view=graph-rest-1.0" + } + ] + } ] - } - ] - }, - { - "segment": "microsoft.graph.isEven", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.retire", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "microsoft.graph.retrieveRemoteHelpSession(sessionKey='{sessionKey}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] - } - ] - }, - { - "segment": "microsoft.graph.isFormula", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.revokeAppleVppLicenses", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "microsoft.graph.rotateBitLockerKeys", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } ] - } - ] - }, - { - "segment": "microsoft.graph.isLogical", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.rotateFileVaultKey", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "microsoft.graph.sendCustomNotificationToCompanyPortal", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } ] - } - ] - }, - { - "segment": "microsoft.graph.isNA", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.setCloudPcReviewStatus", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/manageddevice-setcloudpcreviewstatus?view=graph-rest-1.0" + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "microsoft.graph.setDeviceName", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } ] - } - ] - }, - { - "segment": "microsoft.graph.isNonText", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.shutDown", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "microsoft.graph.syncDevice", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } ] - } - ] - }, - { - "segment": "microsoft.graph.isNumber", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.triggerConfigurationManagerAction", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "microsoft.graph.updateWindowsDeviceAccount", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } ] - } - ] - }, - { - "segment": "microsoft.graph.iso_Ceiling", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.windowsDefenderScan", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "microsoft.graph.windowsDefenderUpdateSignatures", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } ] - } - ] - }, - { - "segment": "microsoft.graph.isOdd", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.wipe", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "securityBaselineStates", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{securityBaselineState-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "settingStates", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{securityBaselineSettingState-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + } ] - } - ] - }, - { - "segment": "microsoft.graph.isoWeekNum", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Post" + "segment": "users", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "windowsProtectionState", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "detectedMalwareState", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{windowsDeviceMalwareState-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } ] } ] }, { - "segment": "microsoft.graph.ispmt", + "segment": "microsoft.graph.appDiagnostics(upn='{upn}')", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.isref", + "segment": "microsoft.graph.bulkReprovisionCloudPc", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/manageddevice-bulkreprovisioncloudpc?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.isText", + "segment": "microsoft.graph.bulkRestoreCloudPc", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/manageddevice-bulkrestorecloudpc?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.kurt", + "segment": "microsoft.graph.bulkSetCloudPcReviewStatus", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/manageddevice-bulksetcloudpcreviewstatus?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.large", + "segment": "microsoft.graph.downloadAppDiagnostics", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.lcm", + "segment": "microsoft.graph.executeAction", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.left", + "segment": "microsoft.graph.moveDevicesToOU", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] - }, + } + ] + }, + { + "segment": "manager", + "labels": [ { - "segment": "microsoft.graph.leftb", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-manager?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.len", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-manager?view=graph-rest-1.0" } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.lenb", + "segment": "$ref", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.ln", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-manager?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.log", - "labels": [ { "name": "v1.0", "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-manager?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] - }, + } + ] + }, + { + "segment": "memberOf", + "labels": [ { - "segment": "microsoft.graph.log10", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-memberof?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.logNorm_Dist", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-memberof?view=graph-rest-1.0" } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.logNorm_Inv", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.lookup", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.lower", - "labels": [ { "name": "v1.0", "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.match", + "segment": "{directoryObject-id1}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.max", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.maxA", - "labels": [ { "name": "v1.0", "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.mduration", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.application", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.median", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.device", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.mid", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.group", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.midb", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.orgContact", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "microsoft.graph.min", + "segment": "microsoft.graph.application", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.minA", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.minute", - "labels": [ { "name": "v1.0", "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.mirr", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + ], + "children": [ { - "name": "beta", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "microsoft.graph.mod", + "segment": "microsoft.graph.device", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.month", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.mround", - "labels": [ { "name": "v1.0", "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.multiNomial", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + ], + "children": [ { - "name": "beta", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "microsoft.graph.n", + "segment": "microsoft.graph.group", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.na", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.negBinom_Dist", - "labels": [ { "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ], + "children": [ { - "name": "beta", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "microsoft.graph.networkDays", + "segment": "microsoft.graph.orgContact", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] - } - ] - }, - { - "segment": "microsoft.graph.networkDays_Intl", - "labels": [ + }, { "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ], + "children": [ { - "name": "beta", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "microsoft.graph.nominal", + "segment": "microsoft.graph.servicePrincipal", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] - } - ] - }, - { - "segment": "microsoft.graph.norm_Dist", - "labels": [ + }, { "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ], + "children": [ { - "name": "beta", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] } ] - }, + } + ] + }, + { + "segment": "messages", + "labels": [ { - "segment": "microsoft.graph.norm_Inv", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-messages?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-post-messages?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.norm_S_Dist", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-messages?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-post-messages?view=graph-rest-1.0" } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.norm_S_Inv", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.not", + "segment": "{message-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.now", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "$value", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-messages?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-messages?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + } ] - } - ] - }, - { - "segment": "microsoft.graph.nper", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Post" + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "mentions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{mention-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } ] - } - ] - }, - { - "segment": "microsoft.graph.npv", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.calendarSharingMessage", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.accept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "microsoft.graph.copy", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-copy?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-copy?view=graph-rest-1.0" + } + ] + } ] - } - ] - }, - { - "segment": "microsoft.graph.numberValue", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.createForward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-createforward?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-createforward?view=graph-rest-1.0" + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "microsoft.graph.createReply", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-createreply?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-createreply?view=graph-rest-1.0" + } + ] + } ] - } - ] - }, - { - "segment": "microsoft.graph.oct2Bin", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.createReplyAll", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-createreplyall?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-createreplyall?view=graph-rest-1.0" + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.oct2Dec", - "labels": [ + "segment": "microsoft.graph.eventMessageRequest", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.accept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.decline", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + } + ] + }, { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-forward?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-forward?view=graph-rest-1.0" + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "microsoft.graph.move", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-move?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-move?view=graph-rest-1.0" + } + ] + } ] - } - ] - }, - { - "segment": "microsoft.graph.oct2Hex", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.reply", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-reply?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-reply?view=graph-rest-1.0" + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "microsoft.graph.replyAll", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-replyall?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-replyall?view=graph-rest-1.0" + } + ] + } ] - } - ] - }, - { - "segment": "microsoft.graph.odd", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.send", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-send?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-send?view=graph-rest-1.0" + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "microsoft.graph.unsubscribe", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-unsubscribe?view=graph-rest-1.0" + } + ] + } ] - } - ] - }, - { - "segment": "microsoft.graph.oddFPrice", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Post" + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } ] } ] }, { - "segment": "microsoft.graph.oddFYield", + "segment": "microsoft.graph.delta()", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-delta?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-delta?view=graph-rest-1.0" + } ] } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.activateServicePlan", + "labels": [ { - "segment": "microsoft.graph.oddLPrice", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-activateserviceplan?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.assignLicense", + "labels": [ { - "segment": "microsoft.graph.oddLYield", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-assignlicense?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.or", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-assignlicense?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.changePassword", + "labels": [ { - "segment": "microsoft.graph.pduration", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-changepassword?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.percentile_Exc", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-changepassword?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.checkMemberGroups", + "labels": [ { - "segment": "microsoft.graph.percentile_Inc", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.percentRank_Exc", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.checkMemberObjects", + "labels": [ { - "segment": "microsoft.graph.percentRank_Inc", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.permut", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.exportDeviceAndAppManagementData()", + "labels": [ { - "segment": "microsoft.graph.permutationa", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.exportDeviceAndAppManagementData(skip={skip},top={top})", + "labels": [ { - "segment": "microsoft.graph.phi", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.exportPersonalData", + "labels": [ { - "segment": "microsoft.graph.pi", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-exportpersonaldata?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.pmt", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-exportpersonaldata?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.findMeetingTimes", + "labels": [ { - "segment": "microsoft.graph.poisson_Dist", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-findmeetingtimes?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.power", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-findmeetingtimes?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.findRoomLists()", + "labels": [ { - "segment": "microsoft.graph.ppmt", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-findroomlists?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.findRooms()", + "labels": [ { - "segment": "microsoft.graph.price", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.findRooms(RoomList='{RoomList}')", + "labels": [ { - "segment": "microsoft.graph.priceDisc", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.getEffectiveDeviceEnrollmentConfigurations()", + "labels": [ { - "segment": "microsoft.graph.priceMat", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.getLoggedOnManagedDevices()", + "labels": [ { - "segment": "microsoft.graph.product", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.getMailTips", + "labels": [ { - "segment": "microsoft.graph.proper", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-getmailtips?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.pv", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-getmailtips?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.getManagedAppDiagnosticStatuses()", + "labels": [ { - "segment": "microsoft.graph.quartile_Exc", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.quartile_Inc", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.getManagedAppPolicies()", + "labels": [ { - "segment": "microsoft.graph.quotient", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.radians", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.getManagedDevicesWithAppFailures()", + "labels": [ { - "segment": "microsoft.graph.rand", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.getManagedDevicesWithFailedOrPendingApps()", + "labels": [ { - "segment": "microsoft.graph.randBetween", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.getMemberGroups", + "labels": [ { - "segment": "microsoft.graph.rank_Avg", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.rank_Eq", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.getMemberObjects", + "labels": [ { - "segment": "microsoft.graph.rate", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.received", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.invalidateAllRefreshTokens", + "labels": [ { - "segment": "microsoft.graph.replace", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-invalidateallrefreshtokens?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.isManagedAppUserBlocked()", + "labels": [ { - "segment": "microsoft.graph.replaceB", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.reminderView(StartDateTime='{StartDateTime}',EndDateTime='{EndDateTime}')", + "labels": [ { - "segment": "microsoft.graph.rept", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.right", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.removeAllDevicesFromManagement", + "labels": [ { - "segment": "microsoft.graph.rightb", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.roman", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.reprocessLicenseAssignment", + "labels": [ { - "segment": "microsoft.graph.round", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-reprocesslicenseassignment?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.roundDown", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-reprocesslicenseassignment?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.restore", + "labels": [ { - "segment": "microsoft.graph.roundUp", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.rows", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.revokeSignInSessions", + "labels": [ { - "segment": "microsoft.graph.rri", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.sec", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.sendMail", + "labels": [ { - "segment": "microsoft.graph.sech", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-sendmail?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.second", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-sendmail?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.translateExchangeIds", + "labels": [ { - "segment": "microsoft.graph.seriesSum", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-translateexchangeids?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.sheet", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-translateexchangeids?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.unblockManagedApps", + "labels": [ { - "segment": "microsoft.graph.sheets", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.wipeAndBlockManagedApps", + "labels": [ { - "segment": "microsoft.graph.sign", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.wipeManagedAppRegistrationByDeviceTag", + "labels": [ { - "segment": "microsoft.graph.sin", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.wipeManagedAppRegistrationsByAzureAdDeviceId", + "labels": [ { - "segment": "microsoft.graph.sinh", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.wipeManagedAppRegistrationsByDeviceTag", + "labels": [ { - "segment": "microsoft.graph.skew", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.skew_p", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "mobileAppIntentAndStates", + "labels": [ { - "segment": "microsoft.graph.sln", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.small", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.sqrt", + "segment": "{mobileAppIntentAndState-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] - }, + } + ] + }, + { + "segment": "mobileAppTroubleshootingEvents", + "labels": [ { - "segment": "microsoft.graph.sqrtPi", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.standardize", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.stDev_P", + "segment": "{mobileAppTroubleshootingEvent-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.stDev_S", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + ], + "children": [ { - "name": "beta", - "methods": [ - "Post" + "segment": "appLogCollectionRequests", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{appLogCollectionRequest-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.createDownloadUrl", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + } + ] + } ] } ] - }, + } + ] + }, + { + "segment": "notifications", + "labels": [ { - "segment": "microsoft.graph.stDevA", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.stDevPA", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.substitute", + "segment": "{notification-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] - }, + } + ] + }, + { + "segment": "oauth2PermissionGrants", + "labels": [ { - "segment": "microsoft.graph.subtotal", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-oauth2permissiongrants?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.sum", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-oauth2permissiongrants?view=graph-rest-1.0" } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.sumIf", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.sumIfs", + "segment": "{oAuth2PermissionGrant-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] - }, + } + ] + }, + { + "segment": "onenote", + "labels": [ { - "segment": "microsoft.graph.sumSq", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.syd", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.t", + "segment": "notebooks", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/onenote-list-notebooks?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/onenote-post-notebooks?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/onenote-list-notebooks?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/onenote-post-notebooks?view=graph-rest-1.0" + } ] } - ] - }, - { - "segment": "microsoft.graph.t_Dist", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.t_Dist_2T", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "{notebook-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.copyNotebook", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/notebook-copynotebook?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/notebook-copynotebook?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "sectionGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/notebook-list-sectiongroups?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/notebook-post-sectiongroups?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/notebook-list-sectiongroups?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/notebook-post-sectiongroups?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{sectionGroup-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "parentNotebook", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "parentSectionGroup", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "sectionGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/sectiongroup-list-sectiongroups?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/sectiongroup-list-sectiongroups?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{sectionGroup-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "sections", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/sectiongroup-list-sections?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/sectiongroup-post-sections?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/sectiongroup-list-sections?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/sectiongroup-post-sections?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{onenoteSection-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.copyToNotebook", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.copyToSectionGroup", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "pages", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{onenotePage-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.copyToSection", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.onenotePatchContent", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.preview()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "parentNotebook", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "parentSection", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "parentNotebook", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "parentSectionGroup", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "sections", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/notebook-list-sections?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/notebook-post-sections?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/notebook-list-sections?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/notebook-post-sections?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{onenoteSection-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.copyToNotebook", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.copyToSectionGroup", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "pages", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{onenotePage-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.copyToSection", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.onenotePatchContent", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.preview()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "parentNotebook", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "parentSection", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "parentNotebook", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "parentSectionGroup", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.t_Dist_RT", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.getNotebookFromWebUrl", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-1.0" + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "microsoft.graph.getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "microsoft.graph.t_Inv", + "segment": "operations", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.t_Inv_2T", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.tan", - "labels": [ { "name": "v1.0", "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.tanh", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "{onenoteOperation-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "microsoft.graph.tbillEq", + "segment": "pages", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.tbillPrice", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.tbillYield", - "labels": [ { "name": "v1.0", "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.text", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "{onenotePage-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.copyToSection", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.onenotePatchContent", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.preview()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "parentNotebook", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "parentSection", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] } ] }, { - "segment": "microsoft.graph.time", + "segment": "resources", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.timevalue", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.today", - "labels": [ { "name": "v1.0", "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.trim", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "{onenoteResource-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + } ] } ] }, { - "segment": "microsoft.graph.trimMean", + "segment": "sectionGroups", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.true", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/onenote-list-sectiongroups?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.trunc", - "labels": [ { "name": "v1.0", "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/onenote-list-sectiongroups?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.type", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "{sectionGroup-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "parentNotebook", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "parentSectionGroup", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "sectionGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/sectiongroup-list-sectiongroups?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/sectiongroup-list-sectiongroups?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{sectionGroup-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "sections", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/sectiongroup-list-sections?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/sectiongroup-post-sections?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/sectiongroup-list-sections?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/sectiongroup-post-sections?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{onenoteSection-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.copyToNotebook", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.copyToSectionGroup", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "pages", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{onenotePage-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.copyToSection", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.onenotePatchContent", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.preview()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "parentNotebook", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "parentSection", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "parentNotebook", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "parentSectionGroup", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + } ] } ] }, { - "segment": "microsoft.graph.unichar", + "segment": "sections", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.unicode", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/onenote-list-sections?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.upper", - "labels": [ { "name": "v1.0", "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/onenote-list-sections?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.usdollar", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "{onenoteSection-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.copyToNotebook", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.copyToSectionGroup", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "pages", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{onenotePage-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.copyToSection", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.onenotePatchContent", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.preview()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "parentNotebook", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "parentSection", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "parentNotebook", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "parentSectionGroup", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] } ] - }, + } + ] + }, + { + "segment": "onlineMeetings", + "labels": [ { - "segment": "microsoft.graph.value", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/application-post-onlinemeetings?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.var_P", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/onlinemeeting-get?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/application-post-onlinemeetings?view=graph-rest-1.0" } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.var_S", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.varA", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.varPA", - "labels": [ { "name": "v1.0", "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.vdb", + "segment": "{onlineMeeting-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.vlookup", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.weekday", - "labels": [ { "name": "v1.0", "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.weekNum", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "alternativeRecording", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.weibull_Dist", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "attendanceReports", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/meetingattendancereport-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/meetingattendancereport-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{meetingAttendanceReport-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "attendanceRecords", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/attendancerecord-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/attendancerecord-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attendanceRecord-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.workDay", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "attendeeReport", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/onlinemeeting-get?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.workDay_Intl", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "meetingAttendanceReport", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/meetingattendancereport-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "attendanceRecords", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/attendancerecord-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attendanceRecord-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.xirr", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "recording", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.xnpv", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "registration", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/externalmeetingregistration-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/meetingregistration-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": "https://docs.microsoft.com/graph/api/meetingregistration-delete?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "customQuestions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/meetingregistration-list-customquestions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/meetingregistration-post-customquestions?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{meetingRegistrationQuestion-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.xor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "transcripts", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/onlinemeeting-list-transcripts?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{callTranscript-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/onlinemeeting-list-transcripts?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "virtualAppointment", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "microsoft.graph.year", + "segment": "microsoft.graph.createOrGet", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/onlinemeeting-createorget?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/onlinemeeting-createorget?view=graph-rest-1.0" + } ] } ] + } + ] + }, + { + "segment": "outlook", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] }, { - "segment": "microsoft.graph.yearFrac", + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "masterCategories", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/outlookuser-list-mastercategories?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/outlookuser-post-mastercategories?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/outlookuser-list-mastercategories?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/outlookuser-post-mastercategories?view=graph-rest-1.0" + } ] } - ] - }, - { - "segment": "microsoft.graph.yield", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "{outlookCategory-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "microsoft.graph.yieldDisc", + "segment": "microsoft.graph.supportedLanguages()", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/outlookuser-supportedlanguages?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/outlookuser-supportedlanguages?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.yieldMat", + "segment": "microsoft.graph.supportedTimeZones()", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.z_Test", + "segment": "microsoft.graph.supportedTimeZones(TimeZoneStandard='{TimeZoneStandard}')", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] - } - ] - }, - { - "segment": "microsoft.graph.closeSession", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.createSession", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.refreshSession", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.sessionInfoResource(key={key})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.tableRowOperationResult(key={key})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "names", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookNamedItem-id}", + "segment": "taskFolders", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/outlookuser-list-taskfolders?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "microsoft.graph.range()", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "worksheet", + "segment": "{outlookTaskFolder-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "charts", + "segment": "multiValueExtendedProperties", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{workbookChart-id}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] + } + ] + } + ] + }, + { + "segment": "tasks", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/outlooktaskfolder-list-tasks?view=graph-rest-1.0" }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{outlookTask-id}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "axes", + "segment": "attachments", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/outlooktask-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/outlooktask-post-attachments?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "categoryAxis", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{attachment-id}", + "labels": [ { - "segment": "format", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Delete", + "documentationUrl": null } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" } ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.complete", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "majorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ { - "segment": "minorGridlines", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ + "name": "Patch", + "documentationUrl": null + }, { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "title", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "seriesAxis", + "segment": "{singleValueLegacyExtendedProperty-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] + } + ] + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "taskGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/outlookuser-list-taskgroups?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/outlookuser-post-taskgroups?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{outlookTaskGroup-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "taskFolders", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/outlooktaskgroup-list-taskfolders?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{outlookTaskFolder-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ { - "segment": "format", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "majorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ { - "segment": "minorGridlines", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ + "name": "Patch", + "documentationUrl": null + }, { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] + } + ] + } + ] + }, + { + "segment": "tasks", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/outlooktaskfolder-list-tasks?view=graph-rest-1.0" }, { - "segment": "title", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "valueAxis", + "segment": "{outlookTask-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "format", + "segment": "attachments", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/outlooktask-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/outlooktask-post-attachments?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "font", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "line", + "segment": "{attachment-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] } ] - } - ] - }, - { - "segment": "majorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", + "segment": "microsoft.graph.createUploadSession", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" } ] } @@ -121183,84 +157990,68 @@ ] }, { - "segment": "minorGridlines", + "segment": "microsoft.graph.complete", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "format", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ { - "segment": "line", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ + "name": "Patch", + "documentationUrl": null + }, { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] } @@ -121269,65 +158060,54 @@ ] }, { - "segment": "title", + "segment": "singleValueExtendedProperties", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "format", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ { - "segment": "font", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } @@ -121338,349 +158118,1103 @@ ] } ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "tasks", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/outlookuser-list-tasks?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/outlooktaskfolder-post-tasks?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{outlookTask-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/outlooktask-list-attachments?view=graph-rest-1.0" }, { - "segment": "dataLabels", - "labels": [ + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/outlooktask-post-attachments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Delete", + "documentationUrl": null } - ], - "children": [ + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fill", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.complete", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "ownedDevices", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-owneddevices?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-owneddevices?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{directoryObject-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.appRoleAssignment", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.device", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.endpoint", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.appRoleAssignment", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.device", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.endpoint", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "ownedObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-ownedobjects?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-ownedobjects?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{directoryObject-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.application", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.group", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.application", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.group", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "pendingAccessReviewInstances", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewinstance-pendingaccessreviewinstances?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{accessReviewInstance-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "contactedReviewers", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewinstance-list-contactedreviewers?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{accessReviewReviewer-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "decisions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewinstance-list-decisions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{accessReviewInstanceDecisionItem-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "insights", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "format", + "segment": "{governanceInsight-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fill", - "labels": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] + } + ] + } + ] + }, + { + "segment": "instance", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "legend", + "segment": "contactedReviewers", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewinstance-list-contactedreviewers?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "format", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{accessReviewReviewer-id}", + "labels": [ { - "segment": "fill", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Delete", + "documentationUrl": null } ] } @@ -121689,380 +159223,260 @@ ] }, { - "segment": "microsoft.graph.image()", + "segment": "definition", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.image(width={width},height={height},fittingMode={fittingMode})", + "segment": "microsoft.graph.acceptRecommendations", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewinstance-acceptrecommendations?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.image(width={width},height={height})", + "segment": "microsoft.graph.applyDecisions", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewinstance-applydecisions?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.image(width={width})", + "segment": "microsoft.graph.batchRecordDecisions", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewinstance-batchrecorddecisions?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.setData", + "segment": "microsoft.graph.resetDecisions", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewinstance-resetdecisions?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.setPosition", + "segment": "microsoft.graph.sendReminder", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewinstance-sendreminder?view=graph-rest-1.0" + } ] } ] }, { - "segment": "series", + "segment": "microsoft.graph.stop", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewinstance-stop?view=graph-rest-1.0" + } ] - }, + } + ] + }, + { + "segment": "stages", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewinstance-list-stages?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{workbookChartSeries-id}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "{accessReviewStage-id}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "format", + "segment": "decisions", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewstage-list-decisions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "fill", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "line", + "segment": "{accessReviewInstanceDecisionItem-id1}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } - ] - } - ] - }, - { - "segment": "points", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookChartPoint-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } ], "children": [ { - "segment": "format", + "segment": "insights", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "fill", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{governanceInsight-id}", + "labels": [ { - "segment": "microsoft.graph.clear", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] } @@ -122073,172 +159487,577 @@ ] }, { - "segment": "microsoft.graph.count()", + "segment": "microsoft.graph.filterByCurrentUser(on='{on}')", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.itemAt(index={index})", + "segment": "microsoft.graph.recordAllDecisions", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewinstancedecisionitem-recordalldecisions?view=graph-rest-1.0" + } ] } ] } ] - } - ] - }, - { - "segment": "microsoft.graph.count()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] }, { - "name": "beta", - "methods": [ - "Get" + "segment": "microsoft.graph.stop", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewstage-stop?view=graph-rest-1.0" + } + ] + } ] } ] }, { - "segment": "microsoft.graph.itemAt(index={index})", + "segment": "microsoft.graph.filterByCurrentUser(on='{on}')", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] } ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.filterByCurrentUser(on='{on}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.recordAllDecisions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewinstancedecisionitem-recordalldecisions?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "definition", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.acceptRecommendations", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewinstance-acceptrecommendations?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.applyDecisions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewinstance-applydecisions?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.batchRecordDecisions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewinstance-batchrecorddecisions?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.resetDecisions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewinstance-resetdecisions?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.sendReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewinstance-sendreminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.stop", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewinstance-stop?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "stages", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewinstance-list-stages?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{accessReviewStage-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "title", + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "decisions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewstage-list-decisions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "{accessReviewInstanceDecisionItem-id}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "format", + "segment": "insights", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, + { + "segment": "{governanceInsight-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "instance", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "fill", + "segment": "contactedReviewers", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewinstance-list-contactedreviewers?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, + { + "segment": "{accessReviewReviewer-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "decisions", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewinstance-list-decisions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "microsoft.graph.clear", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "{accessReviewInstanceDecisionItem-id1}", + "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "insights", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{governanceInsight-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } ] } ] }, { - "segment": "microsoft.graph.setSolidColor", + "segment": "microsoft.graph.filterByCurrentUser(on='{on}')", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.recordAllDecisions", + "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewinstancedecisionitem-recordalldecisions?view=graph-rest-1.0" + } ] } ] @@ -122246,133 +160065,130 @@ ] }, { - "segment": "font", + "segment": "definition", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.acceptRecommendations", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewinstance-acceptrecommendations?view=graph-rest-1.0" + } ] } ] - } - ] - } - ] - }, - { - "segment": "worksheet", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.cell(row={row},column={column})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] }, { - "name": "beta", - "methods": [ - "Get" + "segment": "microsoft.graph.applyDecisions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewinstance-applydecisions?view=graph-rest-1.0" + } + ] + } ] - } - ] - }, - { - "segment": "microsoft.graph.range()", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Get" + "segment": "microsoft.graph.batchRecordDecisions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewinstance-batchrecorddecisions?view=graph-rest-1.0" + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get" + "segment": "microsoft.graph.resetDecisions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewinstance-resetdecisions?view=graph-rest-1.0" + } + ] + } ] - } - ] - }, - { - "segment": "microsoft.graph.range(address={address})", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Get" + "segment": "microsoft.graph.sendReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewinstance-sendreminder?view=graph-rest-1.0" + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get" + "segment": "microsoft.graph.stop", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewinstance-stop?view=graph-rest-1.0" + } + ] + } ] } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.filterByCurrentUser(on='{on}')", + "labels": [ { - "segment": "microsoft.graph.usedRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.recordAllDecisions", + "labels": [ { - "segment": "microsoft.graph.usedRange(valuesOnly={valuesOnly})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewinstancedecisionitem-recordalldecisions?view=graph-rest-1.0" } ] } @@ -122381,1393 +160197,2517 @@ ] }, { - "segment": "microsoft.graph.add", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "segment": "microsoft.graph.stop", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewstage-stop?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.filterByCurrentUser(on='{on}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.filterByCurrentUser(on='{on}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "people", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-people?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-people?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{person-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "photo", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$value", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "photos", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{profilePhoto-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$value", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.count()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, + "name": "Put", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.item(name={name})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Put", + "documentationUrl": null } ] + } + ] + } + ] + } + ] + }, + { + "segment": "planner", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/planneruser-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/planneruser-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "all", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.cell(row={row},column={column})", - "labels": [ + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{plannerDelta-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ { - "segment": "microsoft.graph.range()", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "favoritePlans", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/planneruser-list-favoriteplans?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{plannerPlan-id}", + "labels": [ { - "segment": "microsoft.graph.range(address={address})", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "plans", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/planneruser-list-plans?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/planneruser-list-plans?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.usedRange()", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{plannerPlan-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.usedRange(valuesOnly={valuesOnly})", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "names", + "segment": "buckets", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookNamedItem-id1}", - "labels": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerplan-list-buckets?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.add", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerplan-list-buckets?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.addFormulaLocal", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] - } - ] - }, - { - "segment": "pivotTables", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookPivotTable-id}", + "segment": "{plannerBucket-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.refresh", - "labels": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "worksheet", + "segment": "tasks", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.cell(row={row},column={column})", - "labels": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerbucket-list-tasks?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.range()", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerbucket-list-tasks?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.range(address={address})", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.usedRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.usedRange(valuesOnly={valuesOnly})", - "labels": [ { "name": "v1.0", "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.refreshAll", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "protection", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.protect", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.unprotect", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "tables", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookTable-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "columns", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookTableColumn-id}", + "segment": "{plannerTask-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "filter", + "segment": "assignedToTaskBoardFormat", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.apply", - "labels": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-get?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyBottomItemsFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-update?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.applyBottomPercentFilter", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-get?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyCellColorFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-update?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "bucketTaskBoardFormat", + "labels": [ { - "segment": "microsoft.graph.applyCustomFilter", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-get?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyDynamicFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-update?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.applyFontColorFilter", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-get?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyIconFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-update?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "details", + "labels": [ { - "segment": "microsoft.graph.applyTopItemsFilter", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannertaskdetails-get?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyTopPercentFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannertaskdetails-update?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.applyValuesFilter", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannertaskdetails-get?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannertaskdetails-update?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] } ] }, { - "segment": "microsoft.graph.dataBodyRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.headerRowRange()", + "segment": "progressTaskBoardFormat", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.totalRowRange()", - "labels": [ { "name": "v1.0", "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] } ] - }, - { - "segment": "microsoft.graph.add", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.count()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] } ] + } + ] + } + ] + }, + { + "segment": "details", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerplandetails-get?view=graph-rest-1.0" }, { - "segment": "microsoft.graph.clearFilters", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerplandetails-update?view=graph-rest-1.0" }, { - "segment": "microsoft.graph.convertToRange", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerplandetails-get?view=graph-rest-1.0" }, { - "segment": "microsoft.graph.dataBodyRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerplandetails-update?view=graph-rest-1.0" }, { - "segment": "microsoft.graph.headerRowRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "tasks", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerplan-list-tasks?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerplan-list-tasks?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{plannerTask-id}", + "labels": [ { - "segment": "microsoft.graph.reapplyFilters", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.totalRowRange()", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "rows", + "segment": "assignedToTaskBoardFormat", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookTableRow-id}", - "labels": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-get?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.add", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-update?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.count()", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-get?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-update?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Delete", + "documentationUrl": null } ] } ] }, { - "segment": "sort", + "segment": "bucketTaskBoardFormat", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.apply", - "labels": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-get?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-update?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.reapply", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-get?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null } ] } ] }, { - "segment": "worksheet", + "segment": "details", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.cell(row={row},column={column})", - "labels": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannertaskdetails-get?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannertaskdetails-update?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.range(address={address})", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannertaskdetails-get?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannertaskdetails-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "progressTaskBoardFormat", + "labels": [ { - "segment": "microsoft.graph.usedRange()", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-get?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.usedRange(valuesOnly={valuesOnly})", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-get?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null } ] } ] } ] + } + ] + } + ] + } + ] + }, + { + "segment": "recentPlans", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/planneruser-list-recentplans?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{plannerPlan-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "rosterPlans", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/planneruser-list-rosterplans?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{plannerPlan-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "tasks", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/planneruser-list-tasks?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/planneruser-list-tasks?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{plannerTask-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "assignedToTaskBoardFormat", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "bucketTaskBoardFormat", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "details", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannertaskdetails-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannertaskdetails-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannertaskdetails-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannertaskdetails-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "progressTaskBoardFormat", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "presence", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/presence-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/presence-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.clearPresence", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/presence-clearpresence?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/presence-clearpresence?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.clearUserPreferredPresence", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/presence-clearuserpreferredpresence?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/presence-clearuserpreferredpresence?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.setPresence", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/presence-setpresence?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/presence-setpresence?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.setUserPreferredPresence", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/presence-setuserpreferredpresence?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/presence-setuserpreferredpresence?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "profile", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/profile-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": "https://docs.microsoft.com/graph/api/profile-delete?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "account", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/profile-list-accounts?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/profile-post-accounts?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{userAccountInformation-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "addresses", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/profile-list-addresses?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/profile-post-addresses?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{itemAddress-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "anniversaries", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/profile-list-anniversaries?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/profile-post-anniversaries?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{personAnnualEvent-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "awards", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/profile-list-awards?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/profile-post-awards?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{personAward-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "certifications", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/profile-list-certifications?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/profile-post-certifications?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{personCertification-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "educationalActivities", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/profile-list-educationalactivities?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/profile-post-educationalactivities?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{educationalActivity-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "emails", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/profile-list-emails?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/profile-post-emails?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{itemEmail-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "interests", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/profile-list-interests?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/profile-post-interests?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{personInterest-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "languages", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/profile-list-languages?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/profile-post-languages?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{languageProficiency-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "names", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/profile-list-names?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/profile-post-names?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{personName-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "notes", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/profile-list-notes?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/profile-post-notes?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{personAnnotation-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "patents", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/profile-list-patents?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/profile-post-patents?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{itemPatent-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "phones", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/profile-list-phones?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/profile-post-phones?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{itemPhone-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "positions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/profile-list-positions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/profile-post-positions?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{workPosition-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.add", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.count()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "projects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/profile-list-projects?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/profile-post-projects?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{projectParticipation-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } @@ -123776,35 +162716,225 @@ ] }, { - "segment": "microsoft.graph.add", + "segment": "publications", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/profile-list-publications?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/profile-post-publications?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, + { + "segment": "{itemPublication-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "skills", + "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/profile-list-skills?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/profile-post-skills?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{skillProficiency-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "microsoft.graph.addFormulaLocal", + "segment": "webAccounts", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/profile-list-webaccounts?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/profile-post-webaccounts?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, + { + "segment": "{webAccount-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "websites", + "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/profile-list-websites?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/profile-post-websites?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{personWebsite-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] @@ -123812,41 +162942,258 @@ ] }, { - "segment": "operations", + "segment": "registeredDevices", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-registereddevices?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-registereddevices?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "{workbookOperation-id}", + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{directoryObject-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.appRoleAssignment", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.device", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.endpoint", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.appRoleAssignment", "labels": [ { "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.device", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.endpoint", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] } ] @@ -123854,306 +163201,1098 @@ ] }, { - "segment": "tables", + "segment": "scopedRoleMemberOf", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-scopedrolememberof?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{workbookTable-id}", + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{scopedRoleMembership-id}", "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, { "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] + } + ] + } + ] + }, + { + "segment": "security", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "informationProtection", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "columns", + "segment": "labelPolicySettings", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/security-informationprotectionpolicysetting-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "sensitivityLabels", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/security-informationprotection-list-sensitivitylabels?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{workbookTableColumn-id}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{sensitivityLabel-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "parent", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.security.evaluateApplication", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.security.evaluateClassificationResults", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.security.evaluateRemoval", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.security.extractContentLabel", + "labels": [ + { + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": null + } ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "settings", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "contactMergeSuggestions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/contactmergesuggestions-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/contactmergesuggestions-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "itemInsights", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/userinsightssettings-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/userinsightssettings-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "regionalAndLanguageSettings", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/regionalandlanguagesettings-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "shiftPreferences", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/shiftpreferences-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/shiftpreferences-put?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/shiftpreferences-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/shiftpreferences-put?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "tasks", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "alltasks", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{baseTask-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "checklistItems", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "filter", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{checklistItem-id}", + "labels": [ + { + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{extension-id}", + "labels": [ { - "segment": "microsoft.graph.apply", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] + } + ] + } + ] + }, + { + "segment": "linkedResources", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/basetask-list-linkedresources?view=graph-rest-1.0" }, { - "segment": "microsoft.graph.applyBottomItemsFilter", - "labels": [ + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/basetask-post-linkedresources?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{linkedResource_v2-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.move", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/basetask-move?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "parentList", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "lists", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/tasks-list-lists?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/tasks-post-lists?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{baseTaskList-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.applyBottomPercentFilter", - "labels": [ + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] + } + ] + } + ] + }, + { + "segment": "tasks", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/basetasklist-list-tasks?view=graph-rest-1.0" }, { - "segment": "microsoft.graph.applyCellColorFilter", - "labels": [ + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/basetasklist-post-tasks?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{baseTask-id}", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.applyCustomFilter", + "segment": "checklistItems", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.applyDynamicFilter", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "{checklistItem-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "microsoft.graph.applyFontColorFilter", + "segment": "extensions", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.applyIconFilter", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "microsoft.graph.applyTopItemsFilter", + "segment": "linkedResources", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/basetask-list-linkedresources?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/basetask-post-linkedresources?view=graph-rest-1.0" + } ] } - ] - }, - { - "segment": "microsoft.graph.applyTopPercentFilter", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "{linkedResource_v2-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "microsoft.graph.applyValuesFilter", + "segment": "microsoft.graph.move", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/basetask-move?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.clear", + "segment": "parentList", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] @@ -124161,1548 +164300,776 @@ ] }, { - "segment": "microsoft.graph.dataBodyRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.headerRowRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.totalRowRange()", + "segment": "microsoft.graph.delta()", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] } ] - }, - { - "segment": "microsoft.graph.add", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.count()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } ] } ] + } + ] + } + ] + }, + { + "segment": "teamwork", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.clearFilters", - "labels": [ + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "associatedTeams", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/associatedteaminfo-list?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.convertToRange", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/associatedteaminfo-list?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.dataBodyRange()", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.headerRowRange()", + "segment": "{associatedTeamInfo-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] - }, + } + ] + }, + { + "segment": "installedApps", + "labels": [ { - "segment": "microsoft.graph.range()", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/userteamwork-list-installedapps?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/userteamwork-post-installedapps?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.reapplyFilters", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/userteamwork-list-installedapps?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/userteamwork-post-installedapps?view=graph-rest-1.0" } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.totalRowRange()", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "rows", + "segment": "{userScopeTeamsAppInstallation-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{workbookTableRow-id}", + "segment": "chat", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/userscopeteamsappinstallation-get-chat?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.range()", - "labels": [ { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/userscopeteamsappinstallation-get-chat?view=graph-rest-1.0" } ] } ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.sendActivityNotification", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/userteamwork-sendactivitynotification?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/userteamwork-sendactivitynotification?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "todo", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "lists", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/todo-list-lists?view=graph-rest-1.0" }, { - "segment": "microsoft.graph.add", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/todo-post-lists?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/todo-list-lists?view=graph-rest-1.0" }, { - "segment": "microsoft.graph.count()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/todo-post-lists?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "sort", + "segment": "{todoTaskList-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.apply", - "labels": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.clear", + "segment": "extensions", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.reapply", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] - } - ] - }, - { - "segment": "worksheet", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "charts", + "segment": "tasks", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/todotasklist-list-tasks?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/todotasklist-post-tasks?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/todotasklist-list-tasks?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/todotasklist-post-tasks?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "{workbookChart-id}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{todoTask-id}", + "labels": [ { - "segment": "axes", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "categoryAxis", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "majorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "minorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "title", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - } - ] + "name": "Patch", + "documentationUrl": null }, - { - "segment": "seriesAxis", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "majorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/todotask-list-attachments?view=graph-rest-1.0" }, { - "segment": "minorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/todotask-post-attachments?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "title", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ + "name": "v1.0", + "methods": [ { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "valueAxis", + "segment": "{attachmentBase-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "format", + "segment": "$value", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/todotask-list-attachments?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Put", + "documentationUrl": null } ] }, - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "majorGridlines", - "labels": [ { "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] + "name": "Put", + "documentationUrl": null } ] } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ { - "segment": "minorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ + "name": "beta", + "methods": [ { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/taskfileattachment-createuploadsession?view=graph-rest-1.0" } ] }, { - "segment": "title", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ + "name": "v1.0", + "methods": [ { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] + "name": "Post", + "documentationUrl": null } ] } @@ -125711,224 +165078,214 @@ ] }, { - "segment": "dataLabels", + "segment": "attachmentSessions", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "format", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachmentSession-id}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "fill", + "segment": "content", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Put", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.setSolidColor", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Put", + "documentationUrl": null } ] } ] - }, - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] } ] } ] }, { - "segment": "format", + "segment": "checklistItems", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "fill", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "font", + "segment": "{checklistItem-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -125936,122 +165293,93 @@ ] }, { - "segment": "legend", + "segment": "extensions", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "format", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{extension-id}", + "labels": [ { - "segment": "fill", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "font", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } @@ -126060,1563 +165388,16633 @@ ] }, { - "segment": "microsoft.graph.image()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.image(width={width},height={height},fittingMode={fittingMode})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.image(width={width},height={height})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.image(width={width})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.setData", + "segment": "linkedResources", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setPosition", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/todotask-list-linkedresources?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/todotask-post-linkedresources?view=graph-rest-1.0" + } ] }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "series", - "labels": [ { "name": "v1.0", "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/todotask-list-linkedresources?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/todotask-post-linkedresources?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "{workbookChartSeries-id}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{linkedResource-id}", + "labels": [ { - "segment": "format", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fill", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "points", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + "name": "v1.0", + "methods": [ { - "segment": "{workbookChartPoint-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fill", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.count()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] } ] - }, - { - "segment": "microsoft.graph.count()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "title", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fill", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "transitiveMemberOf", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-transitivememberof?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-transitivememberof?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{directoryObject-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.application", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.device", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.group", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.orgContact", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.application", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.device", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.group", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.orgContact", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "transitiveReports", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{directoryObject-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "usageRights", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-usagerights?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{usageRight-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "windowsInformationProtectionDeviceRegistrations", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{windowsInformationProtectionDeviceRegistration-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.administrativeUnit", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getByIds", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getUserOwnedObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.validateProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.application", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getAvailableExtensionProperties", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getByIds", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getUserOwnedObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.validateProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.contract", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.getAvailableExtensionProperties", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getByIds", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getUserOwnedObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.validateProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.device", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getAvailableExtensionProperties", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getByIds", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getUserOwnedObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.validateProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.directoryRole", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getAvailableExtensionProperties", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getByIds", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getUserOwnedObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.validateProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.directoryRoleTemplate", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.getAvailableExtensionProperties", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getByIds", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getUserOwnedObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.validateProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.directorySettingTemplate", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.getByIds", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getUserOwnedObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.validateProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getAvailableExtensionProperties", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getByIds", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getUserOwnedObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.group", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.evaluateDynamicMembership", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-evaluatedynamicmembership?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getAvailableExtensionProperties", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getByIds", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getUserOwnedObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.validateProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.groupSettingTemplate", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.getAvailableExtensionProperties", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getByIds", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.validateProperties", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.organization", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.getAvailableExtensionProperties", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getByIds", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getUserOwnedObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.validateProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.orgContact", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getAvailableExtensionProperties", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getByIds", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getUserOwnedObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.validateProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.resourceSpecificPermissionGrant", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.getAvailableExtensionProperties", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getByIds", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getUserOwnedObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.validateProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getAvailableExtensionProperties", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getByIds", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getUserOwnedObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.validateProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.user", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getAvailableExtensionProperties", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getByIds", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getManagedAppBlockedUsers()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getUserOwnedObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.validatePassword", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-validatepassword?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.validateProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.validateProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "featureRolloutPolicies", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{featureRolloutPolicy-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "appliesTo", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "$ref", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{directoryObject-id}", + "labels": [], + "children": [ + { + "segment": "$ref", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.administrativeUnit", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getByIds", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getUserOwnedObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.validateProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.application", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getByIds", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getUserOwnedObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.validateProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.contract", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.getByIds", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getUserOwnedObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.validateProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.device", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getByIds", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getUserOwnedObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.validateProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.directoryRole", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getByIds", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getUserOwnedObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.validateProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.directoryRoleTemplate", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.getByIds", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getUserOwnedObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.validateProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.directorySettingTemplate", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.getByIds", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getUserOwnedObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.validateProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getByIds", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getUserOwnedObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.group", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.evaluateDynamicMembership", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-evaluatedynamicmembership?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getByIds", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getUserOwnedObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.validateProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.organization", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.getByIds", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getUserOwnedObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.validateProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.orgContact", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getByIds", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getUserOwnedObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.validateProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.resourceSpecificPermissionGrant", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.getByIds", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getUserOwnedObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.validateProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getByIds", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getUserOwnedObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.validateProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.user", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getByIds", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getManagedAppBlockedUsers()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getUserOwnedObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.validatePassword", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-validatepassword?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.validateProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.validateProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "federationConfigurations", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{identityProviderBase-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.availableProviderTypes()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "impactedResources", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{recommendationResource-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.complete", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.dismiss", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.postpone", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.reactivate", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "inboundSharedUserProfiles", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{inboundSharedUserProfile-userId}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.exportPersonalData", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.removePersonalData", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "outboundSharedUserProfiles", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{outboundSharedUserProfile-userId}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "tenants", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{tenantReference-tenantId}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.removePersonalData", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "recommendations", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{recommendation-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "impactedResources", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{recommendationResource-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.complete", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.dismiss", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.postpone", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.reactivate", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.complete", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.dismiss", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.postpone", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.reactivate", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "sharedEmailDomains", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{sharedEmailDomain-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "directoryObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{directoryObject-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-delete?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-delete?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.administrativeUnit", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.checkMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.restore", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.application", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.addKey", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/application-addkey?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/application-addkey?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.addPassword", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/application-addpassword?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/application-addpassword?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.removeKey", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/application-removekey?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/application-removekey?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.removePassword", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/application-removepassword?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/application-removepassword?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.restore", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.setVerifiedPublisher", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/application-setverifiedpublisher?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/application-setverifiedpublisher?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.unsetVerifiedPublisher", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/application-unsetverifiedpublisher?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/application-unsetverifiedpublisher?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.contract", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.checkMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.restore", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.device", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.checkMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.restore", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.directoryRole", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.checkMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.restore", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.directoryRoleTemplate", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.checkMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.restore", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.directorySettingTemplate", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.checkMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.restore", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.group", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.addFavorite", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-addfavorite?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-addfavorite?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.assignLicense", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-assignlicense?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-assignlicense?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkGrantedPermissionsForApp", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.evaluateDynamicMembership", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-evaluatedynamicmembership?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.removeFavorite", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-removefavorite?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-removefavorite?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.renew", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-renew?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-renew?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.resetUnseenCount", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-resetunseencount?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-resetunseencount?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.restore", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.subscribeByMail", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-subscribebymail?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-subscribebymail?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.unsubscribeByMail", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-unsubscribebymail?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-unsubscribebymail?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.validateProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-validateproperties?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-validateproperties?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.groupSettingTemplate", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.checkMemberGroups", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkMemberObjects", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberGroups", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberObjects", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.restore", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.organization", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.activateService", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/organization-activateservice?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.restore", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.setMobileDeviceManagementAuthority", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.orgContact", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.checkMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.restore", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.resourceSpecificPermissionGrant", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.checkMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.restore", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.restore", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.addKey", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceprincipal-addkey?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.addPassword", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceprincipal-addpassword?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.addTokenSigningCertificate", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceprincipal-addtokensigningcertificate?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceprincipal-addtokensigningcertificate?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createPasswordSingleSignOnCredentials", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceprincipal-createpasswordsinglesignoncredentials?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.deletePasswordSingleSignOnCredentials", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceprincipal-deletepasswordsinglesignoncredentials?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getPasswordSingleSignOnCredentials", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceprincipal-getpasswordsinglesignoncredentials?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.removeKey", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceprincipal-removekey?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.removePassword", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceprincipal-removepassword?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.restore", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.updatePasswordSingleSignOnCredentials", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceprincipal-updatepasswordsinglesignoncredentials?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.user", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.activateServicePlan", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-activateserviceplan?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.assignLicense", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-assignlicense?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-assignlicense?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.changePassword", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-changepassword?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-changepassword?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.exportDeviceAndAppManagementData()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.exportDeviceAndAppManagementData(skip={skip},top={top})", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.exportPersonalData", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-exportpersonaldata?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-exportpersonaldata?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.findMeetingTimes", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-findmeetingtimes?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-findmeetingtimes?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.findRoomLists()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-findroomlists?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.findRooms()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.findRooms(RoomList='{RoomList}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getEffectiveDeviceEnrollmentConfigurations()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getLoggedOnManagedDevices()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMailTips", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-getmailtips?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-getmailtips?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getManagedAppDiagnosticStatuses()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getManagedAppPolicies()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getManagedDevicesWithAppFailures()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getManagedDevicesWithFailedOrPendingApps()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.invalidateAllRefreshTokens", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-invalidateallrefreshtokens?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.isManagedAppUserBlocked()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.reminderView(StartDateTime='{StartDateTime}',EndDateTime='{EndDateTime}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.removeAllDevicesFromManagement", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.reprocessLicenseAssignment", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-reprocesslicenseassignment?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-reprocesslicenseassignment?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.restore", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.revokeSignInSessions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.sendMail", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-sendmail?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-sendmail?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.translateExchangeIds", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-translateexchangeids?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-translateexchangeids?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.unblockManagedApps", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.wipeAndBlockManagedApps", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.wipeManagedAppRegistrationByDeviceTag", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.wipeManagedAppRegistrationsByAzureAdDeviceId", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.wipeManagedAppRegistrationsByDeviceTag", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.administrativeUnit", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getByIds", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getUserOwnedObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.validateProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.application", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getAvailableExtensionProperties", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getByIds", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getUserOwnedObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.validateProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.contract", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.getAvailableExtensionProperties", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getByIds", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getUserOwnedObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.validateProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.device", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getAvailableExtensionProperties", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getByIds", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getUserOwnedObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.validateProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.directoryRole", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getAvailableExtensionProperties", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getByIds", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getUserOwnedObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.validateProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.directoryRoleTemplate", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.getAvailableExtensionProperties", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getByIds", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getUserOwnedObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.validateProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.directorySettingTemplate", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.getByIds", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getUserOwnedObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.validateProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getAvailableExtensionProperties", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getByIds", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getUserOwnedObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.group", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.evaluateDynamicMembership", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-evaluatedynamicmembership?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getAvailableExtensionProperties", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getByIds", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getUserOwnedObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.validateProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.groupSettingTemplate", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.getAvailableExtensionProperties", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getByIds", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.validateProperties", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.organization", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.getAvailableExtensionProperties", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getByIds", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getUserOwnedObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.validateProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.orgContact", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getAvailableExtensionProperties", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getByIds", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getUserOwnedObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.validateProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.resourceSpecificPermissionGrant", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.getAvailableExtensionProperties", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getByIds", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getUserOwnedObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.validateProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getAvailableExtensionProperties", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getByIds", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getUserOwnedObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.validateProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.user", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getAvailableExtensionProperties", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getByIds", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getManagedAppBlockedUsers()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getUserOwnedObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.validatePassword", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-validatepassword?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.validateProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.validateProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "directoryRoles", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryrole-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryrole-post-directoryroles?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryrole-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryrole-post-directoryroles?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{directoryRole-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryrole-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryrole-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "members", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryrole-list-members?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryrole-list-members?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "$ref", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryrole-list-members?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryrole-list-members?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{directoryObject-id}", + "labels": [], + "children": [ + { + "segment": "$ref", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.application", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.device", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.group", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.orgContact", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.user", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.application", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.device", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.group", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.orgContact", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.user", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.restore", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "scopedMembers", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryrole-list-scopedmembers?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryrole-list-scopedmembers?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{scopedRoleMembership-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getAvailableExtensionProperties", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getByIds", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getUserOwnedObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.validateProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "directoryRoleTemplates", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryroletemplate-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryroletemplate-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{directoryRoleTemplate-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryroletemplate-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryroletemplate-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.checkMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.restore", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getAvailableExtensionProperties", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getByIds", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getUserOwnedObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.validateProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "directorySettingTemplates", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/directorysettingtemplate-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{directorySettingTemplate-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/directorysettingtemplate-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.checkMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.restore", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getByIds", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getUserOwnedObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.validateProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "domainDnsRecords", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{domainDnsRecord-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "domains", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/domain-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/domain-post-domains?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/domain-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/domain-post-domains?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{domain-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/domain-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/domain-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": "https://docs.microsoft.com/graph/api/domain-delete?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/domain-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/domain-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": "https://docs.microsoft.com/graph/api/domain-delete?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "domainNameReferences", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/domain-list-domainnamereferences?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/domain-list-domainnamereferences?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{directoryObject-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "federationConfiguration", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/domain-post-federationconfiguration?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/domain-post-federationconfiguration?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{internalDomainFederation-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.forceDelete", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/domain-forcedelete?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/domain-forcedelete?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.promote", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/domain-promote?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.verify", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/domain-verify?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/domain-verify?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "serviceConfigurationRecords", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/domain-list-serviceconfigurationrecords?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/domain-list-serviceconfigurationrecords?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{domainDnsRecord-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "sharedEmailDomainInvitations", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{sharedEmailDomainInvitation-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "verificationDnsRecords", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/domain-list-verificationdnsrecords?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/domain-list-verificationdnsrecords?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{domainDnsRecord-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "drive", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "activities", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/activities-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{itemActivityOLD-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "driveItem", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "listItem", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "bundles", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/bundle-list?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/bundle-list?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{driveItem-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/bundle-list?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/bundle-list?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "following", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/drive-list-following?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/drive-list-following?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{driveItem-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/drive-list-following?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/drive-list-following?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "items", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{driveItem-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "activities", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{itemActivityOLD-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "analytics", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/itemanalytics-get?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "children", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{driveItem-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "listItem", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "activities", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{itemActivityOLD-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "driveItem", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "worksheet", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.cell(row={row},column={column})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range(address={address})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.usedRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.usedRange(valuesOnly={valuesOnly})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] + "name": "Put", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "listItem", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "analytics", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "documentSetVersions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-post-documentsetversions?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-post-documentsetversions?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{documentSetVersion-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.restore", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0" + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "driveItem", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "fields", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createLink", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-createlink?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getActivitiesByInterval()", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "versions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-list-versions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{listItemVersion-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "fields", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.documentSetVersion", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.restore", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.add", - "labels": [ + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.restoreVersion", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0" + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.assignSensitivityLabel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkin", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkout", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.copy", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-copy?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-copy?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createLink", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-createuploadsession?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta(token='{token}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.extractSensitivityLabels", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.follow", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-follow?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-follow?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getActivitiesByInterval()", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.invite", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-invite?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-invite?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.preview", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.restore", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-restore?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-restore?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.search(q='{q}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.unfollow", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.validatePermission", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "permissions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-permissions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-permissions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{permission-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.grant", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.revokeGrants", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-1.0" + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "subscriptions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{subscription-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.reauthorize", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "thumbnails", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-thumbnails?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-thumbnails?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{thumbnailSet-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "versions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-versions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-versions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{driveItemVersion-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-versions?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-versions?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.restoreVersion", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-1.0" + } + ] + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "list", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "activities", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "columns", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/list-list-columns?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/list-post-columns?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/list-list-columns?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/list-post-columns?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{columnDefinition-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "sourceColumn", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "contentTypes", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/list-list-contenttypes?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/list-list-contenttypes?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{contentType-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "base", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "baseTypes", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{contentType-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "columnLinks", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{columnLink-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "columnPositions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{columnDefinition-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "columns", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-list-columns?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-post-columns?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-list-columns?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-post-columns?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{columnDefinition-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "sourceColumn", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.associateWithHubSites", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.copyToDefaultContentLocation", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.isPublished()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.publish", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.unpublish", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.addCopy", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.addCopyFromContentTypeHub", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getCompatibleHubContentTypes()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "drive", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "items", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-create?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-create?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{listItem-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "activities", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{itemActivityOLD-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "driveItem", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Put", + "documentationUrl": null } ] + } + ] + } + ] + }, + { + "segment": "listItem", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "analytics", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "documentSetVersions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-post-documentsetversions?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-post-documentsetversions?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{documentSetVersion-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.restore", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0" + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "driveItem", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "fields", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createLink", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-createlink?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getActivitiesByInterval()", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "versions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-list-versions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{listItemVersion-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "fields", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.count()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.item(name={name})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.documentSetVersion", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.restore", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0" } ] } ] + } + ] + }, + { + "segment": "microsoft.graph.restoreVersion", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] }, { - "segment": "microsoft.graph.cell(row={row},column={column})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0" + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta(token='{token}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "operations", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{richLongRunningOperation-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "subscriptions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{subscription-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.reauthorize", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.recent()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.search(q='{q}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.sharedWithMe()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "root", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "activities", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{itemActivityOLD-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "analytics", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/itemanalytics-get?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "children", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{driveItem-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-get?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-get?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "listItem", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "activities", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{itemActivityOLD-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "driveItem", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ { - "segment": "microsoft.graph.range()", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Put", + "documentationUrl": null } ] + } + ] + } + ] + }, + { + "segment": "listItem", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "analytics", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "documentSetVersions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-post-documentsetversions?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-post-documentsetversions?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{documentSetVersion-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.restore", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0" + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "driveItem", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "fields", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createLink", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-createlink?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getActivitiesByInterval()", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "versions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-list-versions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{listItemVersion-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "fields", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.range(address={address})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.usedRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.usedRange(valuesOnly={valuesOnly})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "names", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookNamedItem-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "worksheet", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.cell(row={row},column={column})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range(address={address})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.usedRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.usedRange(valuesOnly={valuesOnly})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.add", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.documentSetVersion", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.restore", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.addFormulaLocal", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0" } ] }, { - "segment": "pivotTables", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookPivotTable-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.refresh", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "worksheet", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.cell(row={row},column={column})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range(address={address})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.usedRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.usedRange(valuesOnly={valuesOnly})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - } - ] - }, + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.refreshAll", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0" } ] - }, + } + ] + } + ] + }, + { + "segment": "microsoft.graph.restoreVersion", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0" + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.assignSensitivityLabel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkin", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkout", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.copy", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-copy?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-copy?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createLink", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-createuploadsession?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta(token='{token}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.extractSensitivityLabels", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.follow", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-follow?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-follow?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getActivitiesByInterval()", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.invite", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-invite?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-invite?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.preview", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.restore", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-restore?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-restore?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.search(q='{q}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.unfollow", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.validatePermission", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "permissions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-permissions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-permissions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{permission-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.grant", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.revokeGrants", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-1.0" + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "subscriptions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{subscription-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.reauthorize", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "thumbnails", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-thumbnails?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-thumbnails?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{thumbnailSet-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "versions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-versions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-versions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{driveItemVersion-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-versions?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-versions?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.restoreVersion", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-1.0" + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "special", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{driveItem-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "drives", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{drive-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/drive-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/drive-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "activities", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/activities-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{itemActivityOLD-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "driveItem", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "protection", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.protect", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.unprotect", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "tables", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookTable-id1}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clearFilters", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.convertToRange", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.dataBodyRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.headerRowRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.reapplyFilters", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.totalRowRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.add", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.count()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] + "name": "Put", + "documentationUrl": null } ] } ] + } + ] + }, + { + "segment": "listItem", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "bundles", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/bundle-list?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/bundle-list?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{driveItem-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/bundle-list?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/bundle-list?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "following", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/drive-list-following?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/drive-list-following?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{driveItem-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/drive-list-following?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } + ] }, { - "segment": "microsoft.graph.add", + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/drive-list-following?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "items", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{driveItem-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "activities", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "{itemActivityOLD-id}", + "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] + } + ] + }, + { + "segment": "analytics", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/itemanalytics-get?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "children", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0" + } + ] }, { - "segment": "microsoft.graph.count()", + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.itemAt(index={index})", + "segment": "{driveItem-id1}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } ] } ] @@ -127624,2180 +182022,624 @@ ] }, { - "segment": "worksheets", + "segment": "content", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "listItem", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{workbookWorksheet-id}", + "segment": "activities", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "charts", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{itemActivityOLD-id}", + "labels": [ { - "segment": "{workbookChart-id}", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "axes", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "categoryAxis", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "majorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "minorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "title", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "seriesAxis", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "majorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "minorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "title", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "valueAxis", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "majorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "minorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "title", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - } - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "dataLabels", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "driveItem", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fill", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "format", + "segment": "content", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fill", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "font", - "labels": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Put", + "documentationUrl": null } ] } ] - }, + } + ] + }, + { + "segment": "listItem", + "labels": [ { - "segment": "legend", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ + "name": "beta", + "methods": [ { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fill", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] + "name": "Get", + "documentationUrl": null } ] + } + ] + } + ] + } + ] + }, + { + "segment": "analytics", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "documentSetVersions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-post-documentsetversions?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-post-documentsetversions?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{documentSetVersion-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.image()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.image(width={width},height={height},fittingMode={fittingMode})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.image(width={width},height={height})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.image(width={width})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.restore", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.setData", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0" } ] + } + ] + } + ] + } + ] + }, + { + "segment": "driveItem", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.setPosition", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Put", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "series", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + "name": "Put", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "fields", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createLink", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-createlink?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getActivitiesByInterval()", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "versions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-list-versions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{listItemVersion-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "fields", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "{workbookChartSeries-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fill", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "points", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookChartPoint-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fill", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.count()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.count()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "title", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ + "name": "Patch", + "documentationUrl": null + }, { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fill", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.documentSetVersion", + "labels": [], + "children": [ { - "segment": "worksheet", + "segment": "microsoft.graph.restore", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.cell(row={row},column={column})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range(address={address})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.usedRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0" } - ] - }, - { - "segment": "microsoft.graph.usedRange(valuesOnly={valuesOnly})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + ] + }, + { + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0" } ] } @@ -129806,1444 +182648,2428 @@ ] }, { - "segment": "microsoft.graph.add", + "segment": "microsoft.graph.restoreVersion", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0" + } ] } ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.assignSensitivityLabel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkin", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkout", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.copy", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-copy?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-copy?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createLink", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-createuploadsession?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta(token='{token}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.extractSensitivityLabels", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.follow", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-follow?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-follow?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getActivitiesByInterval()", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.invite", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-invite?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-invite?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.preview", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.restore", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-restore?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-restore?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.search(q='{q}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.unfollow", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.validatePermission", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "permissions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-permissions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-permissions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{permission-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.grant", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0" + } + ] }, { - "segment": "microsoft.graph.count()", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.revokeGrants", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-1.0" + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "subscriptions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{subscription-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.reauthorize", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "thumbnails", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-thumbnails?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-thumbnails?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{thumbnailSet-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "versions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-versions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-versions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{driveItemVersion-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-versions?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-versions?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Put", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.restoreVersion", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-1.0" + } + ] + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "list", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "activities", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "columns", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/list-list-columns?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/list-post-columns?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/list-list-columns?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/list-post-columns?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{columnDefinition-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "sourceColumn", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "contentTypes", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/list-list-contenttypes?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/list-list-contenttypes?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{contentType-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "base", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "baseTypes", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{contentType-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "columnLinks", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.item(name={name})", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{columnLink-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } ] + } + ] + }, + { + "segment": "columnPositions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] }, { - "segment": "microsoft.graph.cell(row={row},column={column})", + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.range()", + "segment": "{columnDefinition-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] - }, + } + ] + }, + { + "segment": "columns", + "labels": [ { - "segment": "microsoft.graph.range(address={address})", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-list-columns?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-post-columns?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.usedRange()", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-list-columns?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-post-columns?view=graph-rest-1.0" } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.usedRange(valuesOnly={valuesOnly})", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "names", + "segment": "{columnDefinition-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookNamedItem-id}", - "labels": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "worksheet", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.cell(row={row},column={column})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range(address={address})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.usedRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.usedRange(valuesOnly={valuesOnly})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.add", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.addFormulaLocal", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] } - ] - }, - { - "segment": "pivotTables", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } ], "children": [ { - "segment": "{workbookPivotTable-id}", + "segment": "sourceColumn", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.refresh", - "labels": [ { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "worksheet", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.cell(row={row},column={column})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range(address={address})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.usedRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.usedRange(valuesOnly={valuesOnly})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Get", + "documentationUrl": null } ] } ] - }, + } + ] + } + ] + }, + { + "segment": "microsoft.graph.associateWithHubSites", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.refreshAll", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0" } ] }, { - "segment": "protection", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.copyToDefaultContentLocation", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0" } - ], - "children": [ + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.protect", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.isPublished()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.publish", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.unpublish", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.addCopy", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.addCopyFromContentTypeHub", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getCompatibleHubContentTypes()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "drive", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "items", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-create?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-create?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{listItem-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "activities", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.unprotect", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "tables", + "segment": "{itemActivityOLD-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{workbookTable-id}", + "segment": "driveItem", "labels": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "columns", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookTableColumn-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "filter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.apply", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyBottomItemsFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyBottomPercentFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyCellColorFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyCustomFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyDynamicFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyFontColorFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyIconFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyTopItemsFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyTopPercentFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyValuesFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.dataBodyRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.headerRowRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.totalRowRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.add", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.count()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.clearFilters", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.convertToRange", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.dataBodyRange()", + "segment": "content", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } ] } ] - }, + } + ] + }, + { + "segment": "listItem", + "labels": [ { - "segment": "microsoft.graph.headerRowRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } ] + } + ] + } + ] + } + ] + }, + { + "segment": "analytics", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "documentSetVersions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-post-documentsetversions?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-post-documentsetversions?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{documentSetVersion-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.reapplyFilters", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.restore", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.totalRowRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0" } ] + } + ] + } + ] + } + ] + }, + { + "segment": "driveItem", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "rows", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookTableRow-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, + "name": "Put", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "fields", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createLink", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-createlink?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getActivitiesByInterval()", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "versions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-list-versions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{listItemVersion-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "fields", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.add", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.count()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "sort", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.apply", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.reapply", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.documentSetVersion", + "labels": [], + "children": [ { - "segment": "worksheet", + "segment": "microsoft.graph.restore", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.cell(row={row},column={column})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range(address={address})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.usedRange()", - "labels": [ { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.usedRange(valuesOnly={valuesOnly})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0" } ] } @@ -131252,683 +185078,2093 @@ ] }, { - "segment": "microsoft.graph.add", + "segment": "microsoft.graph.restoreVersion", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0" + } ] } ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta(token='{token}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "operations", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{richLongRunningOperation-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "subscriptions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{subscription-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.reauthorize", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.recent()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.search(q='{q}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.sharedWithMe()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "root", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "activities", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{itemActivityOLD-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "analytics", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/itemanalytics-get?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "children", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{driveItem-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0" }, { - "segment": "microsoft.graph.count()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Put", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0" }, { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Put", + "documentationUrl": null } ] } ] + } + ] + } + ] + }, + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-get?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-get?view=graph-rest-1.0" }, { - "segment": "microsoft.graph.add", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Put", + "documentationUrl": null } ] } ] - } - ] - } - ] - } - ] - }, - { - "segment": "drives", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{drive-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "activities", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + }, { - "segment": "{itemActivityOLD-id}", + "segment": "listItem", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "driveItem", + "segment": "activities", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "$ref", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Put", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.checkin", + "segment": "{itemActivityOLD-id}", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "driveItem", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "listItem", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] } ] - }, + } + ] + }, + { + "segment": "analytics", + "labels": [ { - "segment": "microsoft.graph.checkout", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.copy", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "documentSetVersions", + "labels": [ { - "segment": "microsoft.graph.createLink", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-post-documentsetversions?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.createUploadSession", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-post-documentsetversions?view=graph-rest-1.0" } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.delta()", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.delta(token={token})", + "segment": "{documentSetVersion-id}", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.restore", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0" + } + ] + } ] } ] - }, + } + ] + }, + { + "segment": "driveItem", + "labels": [ { - "segment": "microsoft.graph.follow", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.getActivitiesByInterval(startDateTime={startDateTime},endDateTime={endDateTime},interval={interval})", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.invite", + "segment": "content", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } ] } ] - }, + } + ] + }, + { + "segment": "fields", + "labels": [ { - "segment": "microsoft.graph.preview", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.restore", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.createLink", + "labels": [ { - "segment": "microsoft.graph.search(q={q})", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-createlink?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.getActivitiesByInterval()", + "labels": [ { - "segment": "microsoft.graph.unfollow", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.validatePermission", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "listItem", + "segment": "versions", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-list-versions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "activities", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] - } - ], - "children": [ + }, { - "segment": "{itemActivityOLD-id1}", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "analytics", + "segment": "{listItemVersion-id}", "labels": [ { "name": "beta", "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] - } - ] - }, - { - "segment": "driveItem", - "labels": [ + }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "$ref", + "segment": "fields", "labels": [ { "name": "beta", "methods": [ - "Get", - "Put", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.checkin", - "labels": [ + "segment": "microsoft.graph.documentSetVersion", + "labels": [], + "children": [ { - "name": "beta", - "methods": [ - "Post" + "segment": "microsoft.graph.restore", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0" + } + ] + } ] } ] }, { - "segment": "microsoft.graph.checkout", + "segment": "microsoft.graph.restoreVersion", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0" + } ] } ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.assignSensitivityLabel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkin", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkout", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.copy", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-copy?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-copy?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createLink", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-createuploadsession?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta(token='{token}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.extractSensitivityLabels", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.follow", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-follow?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-follow?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getActivitiesByInterval()", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.invite", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-invite?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-invite?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.preview", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.restore", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-restore?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-restore?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.search(q='{q}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.unfollow", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.validatePermission", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "permissions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-permissions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-permissions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{permission-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.copy", - "labels": [ + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.grant", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.createLink", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.revokeGrants", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-1.0" } ] + } + ] + } + ] + } + ] + }, + { + "segment": "subscriptions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{subscription-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.createUploadSession", - "labels": [ + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.reauthorize", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.delta()", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "thumbnails", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-thumbnails?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-thumbnails?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{thumbnailSet-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.delta(token={token})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.follow", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.getActivitiesByInterval(startDateTime={startDateTime},endDateTime={endDateTime},interval={interval})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.invite", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.preview", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "versions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-versions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-versions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.restore", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.search(q={q})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{driveItemVersion-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.unfollow", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.validatePermission", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "fields", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.createLink", + "segment": "content", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-versions?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } ] - } - ] - }, - { - "segment": "microsoft.graph.getActivitiesByInterval(startDateTime={startDateTime},endDateTime={endDateTime},interval={interval})", - "labels": [ + }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-versions?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } ] } ] }, { - "segment": "versions", + "segment": "microsoft.graph.restoreVersion", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{listItemVersion-id}", - "labels": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-1.0" } - ], - "children": [ - { - "segment": "fields", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.restoreVersion", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-1.0" } ] } @@ -131941,792 +187177,597 @@ ] }, { - "segment": "bundles", + "segment": "special", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{driveItem-id}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{driveItem-id}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "activities", + "segment": "content", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{itemActivityOLD-id}", - "labels": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null } - ], - "children": [ + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "driveItem", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.checkin", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.checkout", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.copy", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.createLink", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.createUploadSession", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.delta()", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.delta(token={token})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.follow", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getActivitiesByInterval(startDateTime={startDateTime},endDateTime={endDateTime},interval={interval})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.invite", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.preview", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.restore", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.search(q={q})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.unfollow", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.validatePermission", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "listItem", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "activities", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{itemActivityOLD-id1}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "analytics", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "driveItem", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.checkin", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.checkout", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.copy", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.createLink", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.createUploadSession", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.delta()", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.delta(token={token})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.follow", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getActivitiesByInterval(startDateTime={startDateTime},endDateTime={endDateTime},interval={interval})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.invite", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.preview", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.restore", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.search(q={q})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.unfollow", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.validatePermission", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "fields", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.createLink", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getActivitiesByInterval(startDateTime={startDateTime},endDateTime={endDateTime},interval={interval})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "versions", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{listItemVersion-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fields", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.restoreVersion", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] + "name": "Put", + "documentationUrl": null } ] } ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "education", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "classes", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationroot-list-classes?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationroot-post-classes?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationclass-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationclass-post?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{educationClass-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "assignmentCategories", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationclass-list-categories?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationclass-post-category?view=graph-rest-1.0" + } + ] }, { - "segment": "analytics", + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationclass-list-categories?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationclass-post-category?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{educationCategory-id}", + "labels": [ { - "segment": "$ref", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } ] }, { - "segment": "children", + "segment": "microsoft.graph.delta()", "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, { "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] + } + ] + } + ] + }, + { + "segment": "assignmentDefaults", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationassignmentdefaults-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationassignmentdefaults-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationassignmentdefaults-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationassignmentdefaults-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "assignments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationclass-list-assignments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationclass-post-assignments?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationclass-list-assignments?view=graph-rest-1.0" }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationclass-post-assignment?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{educationAssignment-id}", + "labels": [ { - "segment": "{driveItem-id1}", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } - ], - "children": [ + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "content", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Put" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.checkin", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "categories", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationassignment-list-categories?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.checkout", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationassignment-list-categories?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.copy", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.createLink", + "segment": "$ref", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationassignment-list-categories?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationassignment-list-categories?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.createUploadSession", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "segment": "{educationCategory-id}", + "labels": [], + "children": [ { - "name": "beta", - "methods": [ - "Post" + "segment": "$ref", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] @@ -132735,518 +187776,1402 @@ "segment": "microsoft.graph.delta()", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.publish", + "labels": [ { - "segment": "microsoft.graph.delta(token={token})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationassignment-publish?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.follow", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationassignment-publish?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.setUpFeedbackResourcesFolder", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationassignment-setupfeedbackresourcesfolder?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.setUpResourcesFolder", + "labels": [ { - "segment": "microsoft.graph.getActivitiesByInterval()", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationassignment-setupresourcesfolder?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.getActivitiesByInterval(startDateTime={startDateTime},endDateTime={endDateTime},interval={interval})", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationassignment-setupresourcesfolder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "resources", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationassignment-list-resources?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationassignment-post-resources?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.invite", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationassignment-list-resources?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationassignment-post-resource?view=graph-rest-1.0" } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.preview", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.restore", + "segment": "{educationAssignmentResource-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] - }, + } + ] + }, + { + "segment": "rubric", + "labels": [ { - "segment": "microsoft.graph.search(q={q})", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationassignment-get-rubric?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.unfollow", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationassignment-get-rubric?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.validatePermission", + "segment": "$ref", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationassignment-get-rubric?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationassignment-get-rubric?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] } ] - } - ] - }, - { - "segment": "content", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Put" - ] - } - ] - }, - { - "segment": "listItem", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "activities", + "segment": "submissions", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationassignment-list-submissions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationassignment-list-submissions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{itemActivityOLD-id}", + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{educationSubmission-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "driveItem", + "segment": "microsoft.graph.reassign", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationsubmission-reassign?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationsubmission-reassign?view=graph-rest-1.0" + } ] } - ], - "children": [ + ] + }, + { + "segment": "microsoft.graph.return", + "labels": [ { - "segment": "$ref", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationsubmission-return?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.checkin", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationsubmission-return?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.setUpResourcesFolder", + "labels": [ { - "segment": "microsoft.graph.checkout", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationsubmission-setupresourcesfolder?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.copy", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationsubmission-setupresourcesfolder?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.submit", + "labels": [ { - "segment": "microsoft.graph.createLink", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationsubmission-submit?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.createUploadSession", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationsubmission-submit?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.unsubmit", + "labels": [ { - "segment": "microsoft.graph.delta()", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationsubmission-unsubmit?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.delta(token={token})", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationsubmission-unsubmit?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "outcomes", + "labels": [ { - "segment": "microsoft.graph.follow", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationsubmission-list-outcomes?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationfeedbackresourceoutcome-post-outcomes?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.getActivitiesByInterval(startDateTime={startDateTime},endDateTime={endDateTime},interval={interval})", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationsubmission-list-outcomes?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.invite", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.preview", + "segment": "{educationOutcome-id}", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] + } + ] + }, + { + "segment": "resources", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationsubmission-list-resources?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationsubmission-post-resources?view=graph-rest-1.0" + } + ] }, { - "segment": "microsoft.graph.restore", + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationsubmission-list-resources?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationsubmission-post-resources?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.search(q={q})", + "segment": "{educationSubmissionResource-id}", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] + } + ] + }, + { + "segment": "submittedResources", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] }, { - "segment": "microsoft.graph.unfollow", + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationsubmission-list-submittedresources?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.validatePermission", + "segment": "{educationSubmissionResource-id}", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] } ] - }, + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "assignmentSettings", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationassignmentsettings-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationassignmentsettings-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationassignmentsettings-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "group", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationclass-get-group?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "members", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationclass-list-members?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationclass-list-members?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "$ref", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationclass-list-members?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationclass-list-members?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{educationUser-id}", + "labels": [], + "children": [ + { + "segment": "$ref", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "schools", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationclass-list-schools?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationclass-list-schools?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{educationSchool-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "teachers", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationclass-list-teachers?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationclass-list-teachers?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "$ref", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationclass-list-teachers?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationclass-list-teachers?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{educationUser-id}", + "labels": [], + "children": [ + { + "segment": "$ref", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "me", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "assignments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationuser-list-assignments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationuser-list-assignments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{educationAssignment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "categories", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationassignment-list-categories?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationassignment-list-categories?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "listItem", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.createLink", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getActivitiesByInterval(startDateTime={startDateTime},endDateTime={endDateTime},interval={interval})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "analytics", + "segment": "$ref", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationassignment-list-categories?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationassignment-list-categories?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } - ], + ] + }, + { + "segment": "{educationCategory-id}", + "labels": [], "children": [ { "segment": "$ref", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Put", - "Delete" + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Put", - "Delete" + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -133254,445 +189179,752 @@ ] }, { - "segment": "driveItem", + "segment": "microsoft.graph.delta()", "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, { "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.publish", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationassignment-publish?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationassignment-publish?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.setUpFeedbackResourcesFolder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationassignment-setupfeedbackresourcesfolder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.setUpResourcesFolder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationassignment-setupresourcesfolder?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationassignment-setupresourcesfolder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "resources", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationassignment-list-resources?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationassignment-post-resources?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationassignment-list-resources?view=graph-rest-1.0" }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationassignment-post-resource?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{educationAssignmentResource-id}", + "labels": [ { - "segment": "$ref", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.checkin", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] + } + ] + } + ] + }, + { + "segment": "rubric", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationassignment-get-rubric?view=graph-rest-1.0" }, { - "segment": "microsoft.graph.checkout", - "labels": [ + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationassignment-get-rubric?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$ref", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationassignment-get-rubric?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Put", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.copy", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationassignment-get-rubric?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Put", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] + } + ] + } + ] + }, + { + "segment": "submissions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationassignment-list-submissions?view=graph-rest-1.0" }, { - "segment": "microsoft.graph.createLink", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationassignment-list-submissions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.createUploadSession", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{educationSubmission-id}", + "labels": [ { - "segment": "microsoft.graph.delta()", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.delta(token={token})", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.follow", + "segment": "microsoft.graph.reassign", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationsubmission-reassign?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationsubmission-reassign?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.getActivitiesByInterval()", + "segment": "microsoft.graph.return", "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationsubmission-return?view=graph-rest-1.0" + } + ] + }, { "name": "v1.0", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationsubmission-return?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.getActivitiesByInterval(startDateTime={startDateTime},endDateTime={endDateTime},interval={interval})", + "segment": "microsoft.graph.setUpResourcesFolder", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationsubmission-setupresourcesfolder?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationsubmission-setupresourcesfolder?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.invite", + "segment": "microsoft.graph.submit", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationsubmission-submit?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationsubmission-submit?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.preview", + "segment": "microsoft.graph.unsubmit", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationsubmission-unsubmit?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationsubmission-unsubmit?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.restore", + "segment": "outcomes", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationsubmission-list-outcomes?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationfeedbackresourceoutcome-post-outcomes?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationsubmission-list-outcomes?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.search(q={q})", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Get" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get" + "segment": "{educationOutcome-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "microsoft.graph.unfollow", + "segment": "resources", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationsubmission-list-resources?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationsubmission-post-resources?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationsubmission-list-resources?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationsubmission-post-resources?view=graph-rest-1.0" + } ] } - ] - }, - { - "segment": "microsoft.graph.validatePermission", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "{educationSubmissionResource-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] - } - ] - }, - { - "segment": "fields", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.createLink", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getActivitiesByInterval()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getActivitiesByInterval(startDateTime={startDateTime},endDateTime={endDateTime},interval={interval})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "versions", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{listItemVersion-id}", + "segment": "submittedResources", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationsubmission-list-submittedresources?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "fields", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.restoreVersion", + "segment": "{educationSubmissionResource-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -133702,6895 +189934,14743 @@ ] } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ { - "segment": "microsoft.graph.checkin", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.checkout", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "classes", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationuser-list-classes?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationuser-list-classes?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.copy", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{educationClass-id}", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.createLink", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] + } + ] + } + ] + }, + { + "segment": "rubrics", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationuser-list-rubrics?view=graph-rest-1.0" }, { - "segment": "microsoft.graph.createUploadSession", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationuser-post-rubrics?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationuser-list-rubrics?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationuser-post-rubrics?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.delta()", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{educationRubric-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.delta(token={token})", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "schools", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationuser-list-schools?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationuser-list-schools?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.follow", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{educationSchool-id}", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.getActivitiesByInterval()", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "taughtClasses", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationuser-list-taughtclasses?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.getActivitiesByInterval(startDateTime={startDateTime},endDateTime={endDateTime},interval={interval})", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{educationClass-id}", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.invite", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "user", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationuser-get-user?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationuser-get-user?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "schools", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationroot-list-schools?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationroot-post-schools?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationschool-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationschool-post?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{educationSchool-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "administrativeUnit", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationschool-get-administrativeUnit?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.preview", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationschool-list-administrativeunit?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "classes", + "labels": [ { - "segment": "microsoft.graph.restore", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationschool-list-classes?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.search(q={q})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationschool-list-classes?view=graph-rest-1.0" } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.unfollow", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.validatePermission", + "segment": "$ref", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationschool-list-classes?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationschool-list-classes?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "permissions", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], + "segment": "{educationClass-id}", + "labels": [], "children": [ { - "segment": "{permission-id}", + "segment": "$ref", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.grant", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.revokeGrants", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] } ] } ] + } + ] + }, + { + "segment": "users", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationschool-list-users?view=graph-rest-1.0" + } + ] }, { - "segment": "subscriptions", + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationschool-list-users?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{subscription-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "thumbnails", + "segment": "$ref", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationschool-list-users?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationschool-list-users?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } - ], + ] + }, + { + "segment": "{educationUser-id}", + "labels": [], "children": [ { - "segment": "{thumbnailSet-id}", + "segment": "$ref", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Delete", + "documentationUrl": null + } ] } ] } ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "synchronizationProfiles", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationsynchronizationprofile-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{educationSynchronizationProfile-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "versions", - "labels": [ + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "errors", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationsynchronizationerrors-get?view=graph-rest-1.0" }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{educationSynchronizationError-id}", + "labels": [ { - "segment": "{driveItemVersion-id}", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "content", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Put" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.restoreVersion", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] } ] + } + ] + }, + { + "segment": "microsoft.graph.pause", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationsynchronizationprofile-pause?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.reset", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationsynchronizationprofile-reset?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.resume", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationsynchronizationprofile-resume?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.start", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationsynchronizationprofile-start?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.uploadUrl()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "profileStatus", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationsynchronizationprofilestatus-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "users", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationroot-list-users?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationroot-post-users?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationuser-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationuser-post?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{educationUser-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "assignments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationuser-list-assignments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] }, { - "segment": "workbook", + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationuser-list-assignments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{educationAssignment-id}", + "labels": [ { - "segment": "application", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ + "name": "Patch", + "documentationUrl": null + }, { - "segment": "microsoft.graph.calculate", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "comments", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + "name": "Patch", + "documentationUrl": null + }, { - "segment": "{workbookComment-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "replies", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookCommentReply-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "functions", + "segment": "categories", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.abs", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.accrInt", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.accrIntM", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.acos", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.acosh", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.acot", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.acoth", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.amorDegrc", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.amorLinc", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.and", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.arabic", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.areas", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.asc", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.asin", - "labels": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationassignment-list-categories?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.asinh", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationassignment-list-categories?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.atan", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.atan2", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.atanh", - "labels": [ { "name": "v1.0", "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.aveDev", + "segment": "$ref", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.average", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationassignment-list-categories?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.averageA", - "labels": [ { "name": "v1.0", "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationassignment-list-categories?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.averageIf", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "segment": "{educationCategory-id}", + "labels": [], + "children": [ { - "name": "beta", - "methods": [ - "Post" + "segment": "$ref", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "microsoft.graph.averageIfs", + "segment": "microsoft.graph.delta()", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.bahtText", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.base", - "labels": [ { "name": "v1.0", "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.publish", + "labels": [ { - "segment": "microsoft.graph.besselI", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationassignment-publish?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.besselJ", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationassignment-publish?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.setUpFeedbackResourcesFolder", + "labels": [ { - "segment": "microsoft.graph.besselK", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationassignment-setupfeedbackresourcesfolder?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.setUpResourcesFolder", + "labels": [ { - "segment": "microsoft.graph.besselY", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationassignment-setupresourcesfolder?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.beta_Dist", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationassignment-setupresourcesfolder?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "resources", + "labels": [ { - "segment": "microsoft.graph.beta_Inv", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationassignment-list-resources?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationassignment-post-resources?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.bin2Dec", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationassignment-list-resources?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationassignment-post-resource?view=graph-rest-1.0" } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.bin2Hex", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.bin2Oct", + "segment": "{educationAssignmentResource-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] - }, + } + ] + }, + { + "segment": "rubric", + "labels": [ { - "segment": "microsoft.graph.binom_Dist", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationassignment-get-rubric?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.binom_Dist_Range", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationassignment-get-rubric?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.binom_Inv", + "segment": "$ref", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationassignment-get-rubric?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationassignment-get-rubric?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] - }, + } + ] + }, + { + "segment": "submissions", + "labels": [ { - "segment": "microsoft.graph.bitand", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationassignment-list-submissions?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.bitlshift", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationassignment-list-submissions?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.bitor", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.bitrshift", + "segment": "{educationSubmission-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.bitxor", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.reassign", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationsubmission-reassign?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationsubmission-reassign?view=graph-rest-1.0" + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "microsoft.graph.return", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationsubmission-return?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationsubmission-return?view=graph-rest-1.0" + } + ] + } ] - } - ] - }, - { - "segment": "microsoft.graph.ceiling_Math", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.setUpResourcesFolder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationsubmission-setupresourcesfolder?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationsubmission-setupresourcesfolder?view=graph-rest-1.0" + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "microsoft.graph.submit", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationsubmission-submit?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationsubmission-submit?view=graph-rest-1.0" + } + ] + } ] - } - ] - }, - { - "segment": "microsoft.graph.ceiling_Precise", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.unsubmit", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationsubmission-unsubmit?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationsubmission-unsubmit?view=graph-rest-1.0" + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "outcomes", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationsubmission-list-outcomes?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationfeedbackresourceoutcome-post-outcomes?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationsubmission-list-outcomes?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{educationOutcome-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "resources", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationsubmission-list-resources?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationsubmission-post-resources?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationsubmission-list-resources?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationsubmission-post-resources?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{educationSubmissionResource-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "submittedResources", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationsubmission-list-submittedresources?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{educationSubmissionResource-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } ] } ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "classes", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationuser-list-classes?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationuser-list-classes?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{educationClass-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "rubrics", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationuser-list-rubrics?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationuser-post-rubrics?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationuser-list-rubrics?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationuser-post-rubrics?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{educationRubric-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "schools", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationuser-list-schools?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationuser-list-schools?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{educationSchool-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "taughtClasses", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationuser-list-taughtclasses?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{educationClass-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "user", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationuser-get-user?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/educationuser-get-user?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "employeeExperience", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "learningProviders", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/employeeexperience-list-learningproviders?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/employeeexperience-post-learningproviders?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{learningProvider-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "learningContents", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/learningprovider-list-learningcontents?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{learningContent-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "external", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "connections", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/externalconnectors-externalconnection-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/externalconnectors-external-post-connections?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/externalconnectors-externalconnection-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/externalconnectors-external-post-connections?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{externalConnection-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "groups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/externalconnectors-externalconnection-post-groups?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/externalconnectors-externalconnection-post-groups?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{externalGroup-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.char", - "labels": [ + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "members", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/externalconnectors-externalgroup-post-members?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.chiSq_Dist", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/externalconnectors-externalgroup-post-members?view=graph-rest-1.0" } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.chiSq_Dist_RT", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.chiSq_Inv", + "segment": "{identity-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] + } + ] + } + ] + } + ] + }, + { + "segment": "items", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{externalItem-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.chiSq_Inv_RT", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.choose", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.clean", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.code", - "labels": [ + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "activities", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.columns", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.combin", + "segment": "{externalActivity-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.combina", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + ], + "children": [ { - "name": "beta", - "methods": [ - "Post" + "segment": "performedBy", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.externalConnectors.addActivities", + "labels": [ { - "segment": "microsoft.graph.complex", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] + } + ] + } + ] + } + ] + }, + { + "segment": "operations", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{connectionOperation-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.concatenate", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.confidence_Norm", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.confidence_T", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.convert", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "quota", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/externalconnectors-connectionquota-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "schema", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/externalconnectors-schema-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/externalconnectors-schema-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/externalconnectors-schema-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "filterOperators", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{filterOperatorSchema-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "financials", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "companies", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{company-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "accounts", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{account-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "agedAccountsPayable", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{agedAccountsPayable-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "agedAccountsReceivable", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{agedAccountsReceivable-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "companyInformation", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{companyInformation-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.cos", - "labels": [ + "name": "Patch", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "picture", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Put", + "documentationUrl": null } ] + } + ] + } + ] + } + ] + }, + { + "segment": "countriesRegions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{countryRegion-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.cosh", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.cot", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "currencies", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{currency-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.coth", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "customerPaymentJournals", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{customerPaymentJournal-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "account", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "customerPayments", + "labels": [ { - "segment": "microsoft.graph.count", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.countA", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.countBlank", + "segment": "{customerPayment-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] - }, + } + ], + "children": [ { - "name": "beta", - "methods": [ - "Post" + "segment": "customer", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "currency", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "paymentMethod", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "paymentTerm", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "picture", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{picture-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "shipmentMethod", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } ] } ] - }, + } + ] + } + ] + } + ] + }, + { + "segment": "customerPayments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{customerPayment-id}", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.countIf", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.countIfs", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.coupDayBs", - "labels": [ + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "customer", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.coupDays", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.coupDaysNc", + "segment": "currency", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.coupNcd", + "segment": "paymentMethod", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.coupNum", + "segment": "paymentTerm", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.coupPcd", + "segment": "picture", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.csc", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "{picture-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + } ] } ] }, { - "segment": "microsoft.graph.csch", + "segment": "shipmentMethod", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] + } + ] + } + ] + } + ] + }, + { + "segment": "customers", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{customer-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.cumIPmt", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.cumPrinc", - "labels": [ + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "currency", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.date", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "paymentMethod", + "labels": [ { - "segment": "microsoft.graph.datevalue", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.daverage", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "paymentTerm", + "labels": [ { - "segment": "microsoft.graph.day", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.days", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "picture", + "labels": [ { - "segment": "microsoft.graph.days360", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.db", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.dbcs", + "segment": "{picture-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.dcount", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + ], + "children": [ { - "name": "beta", - "methods": [ - "Post" + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } ] } ] - }, + } + ] + }, + { + "segment": "shipmentMethod", + "labels": [ { - "segment": "microsoft.graph.dcountA", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.ddb", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] - }, + } + ] + } + ] + } + ] + }, + { + "segment": "dimensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.dec2Bin", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{dimension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "dimensionValues", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.dec2Hex", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.dec2Oct", + "segment": "{dimensionValue-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] + } + ] + } + ] + } + ] + }, + { + "segment": "dimensionValues", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{dimensionValue-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "employees", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{employee-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.decimal", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.degrees", - "labels": [ + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "picture", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.delta", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.devSq", + "segment": "{picture-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.dget", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + ], + "children": [ { - "name": "beta", - "methods": [ - "Post" + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } ] } ] - }, + } + ] + } + ] + } + ] + }, + { + "segment": "generalLedgerEntries", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.disc", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{generalLedgerEntry-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "account", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] + } + ] + } + ] + } + ] + }, + { + "segment": "itemCategories", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{itemCategory-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.dmax", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.dmin", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "items", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{item-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.dollar", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.dollarDe", - "labels": [ + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "itemCategory", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.dollarFr", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "picture", + "labels": [ { - "segment": "microsoft.graph.dproduct", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.dstDev", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.dstDevP", + "segment": "{picture-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.dsum", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + ], + "children": [ { - "name": "beta", - "methods": [ - "Post" + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } ] } ] + } + ] + } + ] + } + ] + }, + { + "segment": "journalLines", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{journalLine-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.duration", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.dvar", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "account", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] + } + ] + } + ] + } + ] + }, + { + "segment": "journals", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{journal-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.dvarP", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.ecma_Ceiling", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "account", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "journalLines", + "labels": [ { - "segment": "microsoft.graph.edate", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.effect", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.eoMonth", + "segment": "{journalLine-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.erf", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + ], + "children": [ { - "name": "beta", - "methods": [ - "Post" + "segment": "account", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.post", + "labels": [ { - "segment": "microsoft.graph.erf_Precise", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] + } + ] + } + ] + } + ] + }, + { + "segment": "paymentMethods", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{paymentMethod-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.erfC", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.erfC_Precise", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "paymentTerms", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{paymentTerm-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.error_Type", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.even", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "picture", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{picture-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.exact", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.exp", - "labels": [ + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Put", + "documentationUrl": null } ] + } + ] + } + ] + } + ] + }, + { + "segment": "purchaseInvoiceLines", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{purchaseInvoiceLine-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.expon_Dist", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Patch", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "account", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "item", + "labels": [ { - "segment": "microsoft.graph.f_Dist", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.f_Dist_RT", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.f_Inv", + "segment": "itemCategory", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.f_Inv_RT", + "segment": "picture", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.fact", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "{picture-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + } ] } ] + } + ] + } + ] + } + ] + }, + { + "segment": "purchaseInvoices", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{purchaseInvoice-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.factDouble", - "labels": [ + "name": "Patch", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "currency", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.false", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.post", + "labels": [ { - "segment": "microsoft.graph.find", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "purchaseInvoiceLines", + "labels": [ { - "segment": "microsoft.graph.findB", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.fisher", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.fisherInv", + "segment": "{purchaseInvoiceLine-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.fixed", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "account", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "item", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "itemCategory", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "picture", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{picture-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + } ] } ] - }, + } + ] + }, + { + "segment": "vendor", + "labels": [ { - "segment": "microsoft.graph.floor_Math", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.floor_Precise", + "segment": "currency", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.fv", + "segment": "paymentMethod", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.fvschedule", + "segment": "paymentTerm", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.gamma", + "segment": "picture", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.gamma_Dist", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "{picture-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + } ] } ] + } + ] + } + ] + } + ] + }, + { + "segment": "salesCreditMemoLines", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{salesCreditMemoLine-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.gamma_Inv", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Patch", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "account", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "item", + "labels": [ { - "segment": "microsoft.graph.gammaLn", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.gammaLn_Precise", + "segment": "itemCategory", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.gauss", + "segment": "picture", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.gcd", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "{picture-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + } ] } ] + } + ] + } + ] + } + ] + }, + { + "segment": "salesCreditMemos", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{salesCreditMemo-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.geoMean", - "labels": [ + "name": "Patch", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "currency", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "customer", + "labels": [ { - "segment": "microsoft.graph.geStep", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.harMean", + "segment": "currency", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.hex2Bin", + "segment": "paymentMethod", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.hex2Dec", + "segment": "paymentTerm", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.hex2Oct", + "segment": "picture", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.hlookup", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "{picture-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + } ] } ] }, { - "segment": "microsoft.graph.hour", + "segment": "shipmentMethod", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] - }, + } + ] + }, + { + "segment": "paymentTerm", + "labels": [ { - "segment": "microsoft.graph.hyperlink", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "salesCreditMemoLines", + "labels": [ { - "segment": "microsoft.graph.hypGeom_Dist", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.if", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.imAbs", + "segment": "{salesCreditMemoLine-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.imaginary", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "account", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "item", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "itemCategory", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "picture", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{picture-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + } ] } ] + } + ] + } + ] + } + ] + }, + { + "segment": "salesInvoiceLines", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{salesInvoiceLine-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.imArgument", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Patch", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "account", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "item", + "labels": [ { - "segment": "microsoft.graph.imConjugate", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.imCos", + "segment": "itemCategory", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.imCosh", + "segment": "picture", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.imCot", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "{picture-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + } ] } ] + } + ] + } + ] + } + ] + }, + { + "segment": "salesInvoices", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{salesInvoice-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.imCsc", - "labels": [ + "name": "Patch", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "currency", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "customer", + "labels": [ { - "segment": "microsoft.graph.imCsch", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.imDiv", + "segment": "currency", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.imExp", + "segment": "paymentMethod", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.imLn", + "segment": "paymentTerm", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.imLog10", + "segment": "picture", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.imLog2", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "{picture-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + } ] } ] }, { - "segment": "microsoft.graph.imPower", + "segment": "shipmentMethod", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.cancel", + "labels": [ { - "segment": "microsoft.graph.imProduct", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.cancelAndSend", + "labels": [ { - "segment": "microsoft.graph.imReal", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.post", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.postAndSend", + "labels": [ { - "segment": "microsoft.graph.imSec", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.send", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "paymentTerm", + "labels": [ { - "segment": "microsoft.graph.imSech", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "salesInvoiceLines", + "labels": [ { - "segment": "microsoft.graph.imSin", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.imSinh", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.imSqrt", + "segment": "{salesInvoiceLine-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "account", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "item", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "itemCategory", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "picture", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{picture-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + } ] } ] - }, + } + ] + }, + { + "segment": "shipmentMethod", + "labels": [ { - "segment": "microsoft.graph.imSub", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] + } + ] + } + ] + } + ] + }, + { + "segment": "salesOrderLines", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{salesOrderLine-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.imSum", - "labels": [ + "name": "Patch", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "account", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "item", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.imTan", + "segment": "itemCategory", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.int", + "segment": "picture", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "{picture-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + } ] } ] + } + ] + } + ] + } + ] + }, + { + "segment": "salesOrders", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{salesOrder-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.intRate", - "labels": [ + "name": "Patch", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "currency", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.ipmt", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "customer", + "labels": [ { - "segment": "microsoft.graph.irr", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.isErr", + "segment": "currency", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.isError", + "segment": "paymentMethod", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.isEven", + "segment": "paymentTerm", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.isFormula", + "segment": "picture", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.isLogical", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "{picture-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + } ] } ] }, { - "segment": "microsoft.graph.isNA", + "segment": "shipmentMethod", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] - }, + } + ] + }, + { + "segment": "paymentTerm", + "labels": [ { - "segment": "microsoft.graph.isNonText", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "salesOrderLines", + "labels": [ { - "segment": "microsoft.graph.isNumber", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.iso_Ceiling", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.isOdd", + "segment": "{salesOrderLine-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.isoWeekNum", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "account", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "item", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "itemCategory", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "picture", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{picture-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + } ] } ] + } + ] + } + ] + } + ] + }, + { + "segment": "salesQuoteLines", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{salesQuoteLine-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.ispmt", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Patch", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "account", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "item", + "labels": [ { - "segment": "microsoft.graph.isref", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.isText", + "segment": "itemCategory", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.kurt", + "segment": "picture", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.large", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "{picture-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + } ] } ] + } + ] + } + ] + } + ] + }, + { + "segment": "salesQuotes", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{salesQuote-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.lcm", - "labels": [ + "name": "Patch", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "currency", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "customer", + "labels": [ { - "segment": "microsoft.graph.left", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.leftb", + "segment": "currency", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.len", + "segment": "paymentMethod", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.lenb", + "segment": "paymentTerm", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.ln", + "segment": "picture", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.log", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "{picture-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + } ] } ] }, { - "segment": "microsoft.graph.log10", + "segment": "shipmentMethod", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.makeInvoice", + "labels": [ { - "segment": "microsoft.graph.logNorm_Dist", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.send", + "labels": [ { - "segment": "microsoft.graph.logNorm_Inv", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "paymentTerm", + "labels": [ { - "segment": "microsoft.graph.lookup", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "salesQuoteLines", + "labels": [ { - "segment": "microsoft.graph.lower", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.match", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.max", + "segment": "{salesQuoteLine-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.maxA", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "account", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "item", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "itemCategory", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "picture", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{picture-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + } ] } ] - }, + } + ] + }, + { + "segment": "shipmentMethod", + "labels": [ { - "segment": "microsoft.graph.mduration", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] + } + ] + } + ] + } + ] + }, + { + "segment": "shipmentMethods", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{shipmentMethod-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "taxAreas", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{taxArea-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "taxGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{taxGroup-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.median", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "unitsOfMeasure", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{unitOfMeasure-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.mid", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.midb", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "vendors", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.min", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{vendor-id}", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.minA", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.minute", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.mirr", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "currency", + "labels": [ { - "segment": "microsoft.graph.mod", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.month", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "paymentMethod", + "labels": [ { - "segment": "microsoft.graph.mround", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.multiNomial", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "paymentTerm", + "labels": [ { - "segment": "microsoft.graph.n", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.na", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "picture", + "labels": [ { - "segment": "microsoft.graph.negBinom_Dist", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.networkDays", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.networkDays_Intl", + "segment": "{picture-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.nominal", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + ], + "children": [ { - "name": "beta", - "methods": [ - "Post" + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } ] } ] - }, + } + ] + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "functions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attributeMappingFunctionSchema-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "governanceResources", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{governanceResource-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "parent", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "roleAssignmentRequests", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{governanceRoleAssignmentRequest-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.norm_Dist", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.updateRequest", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.norm_Inv", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "resource", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.norm_S_Dist", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "roleDefinition", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.norm_S_Inv", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.not", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.now", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "resource", + "labels": [ { - "segment": "microsoft.graph.nper", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "roleSetting", + "labels": [ { - "segment": "microsoft.graph.npv", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + } + ] + }, + { + "segment": "subject", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.numberValue", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.oct2Bin", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.oct2Dec", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "roleAssignments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{governanceRoleAssignment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "linkedEligibleRoleAssignment", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.oct2Hex", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "resource", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.odd", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "roleDefinition", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.oddFPrice", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.oddFYield", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.oddLPrice", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "resource", + "labels": [ { - "segment": "microsoft.graph.oddLYield", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "roleSetting", + "labels": [ { - "segment": "microsoft.graph.or", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + } + ] + }, + { + "segment": "subject", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.pduration", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.percentile_Exc", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.percentile_Inc", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.export()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "roleDefinitions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{governanceRoleDefinition-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "resource", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.percentRank_Exc", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "roleSetting", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.percentRank_Inc", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "roleSettings", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{governanceRoleSetting-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "resource", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "roleDefinition", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.permut", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.permutationa", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.phi", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "resource", + "labels": [ { - "segment": "microsoft.graph.pi", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "roleSetting", + "labels": [ { - "segment": "microsoft.graph.pmt", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.register", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "governanceRoleAssignmentRequests", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{governanceRoleAssignmentRequest-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.updateRequest", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "resource", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "roleDefinition", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "resource", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "roleSetting", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "subject", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "governanceRoleAssignments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{governanceRoleAssignment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "linkedEligibleRoleAssignment", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "resource", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "roleDefinition", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "resource", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "roleSetting", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "subject", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.export()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "governanceRoleDefinitions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{governanceRoleDefinition-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "resource", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "roleSetting", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "governanceRoleSettings", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{governanceRoleSetting-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "resource", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "roleDefinition", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "resource", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "roleSetting", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "governanceSubjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{governanceSubject-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "groupLifecyclePolicies", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/grouplifecyclepolicy-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/grouplifecyclepolicy-post-grouplifecyclepolicies?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/grouplifecyclepolicy-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/grouplifecyclepolicy-post-grouplifecyclepolicies?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{groupLifecyclePolicy-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/grouplifecyclepolicy-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/grouplifecyclepolicy-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": "https://docs.microsoft.com/graph/api/grouplifecyclepolicy-delete?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/grouplifecyclepolicy-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/grouplifecyclepolicy-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": "https://docs.microsoft.com/graph/api/grouplifecyclepolicy-delete?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.addGroup", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.removeGroup", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.renewGroup", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/grouplifecyclepolicy-renewgroup?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "groups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-post-groups?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-post-groups?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{group-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-delete?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-post-members?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-delete?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "acceptedSenders", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-list-acceptedsenders?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-list-acceptedsenders?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "$ref", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-list-acceptedsenders?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-list-acceptedsenders?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{directoryObject-id}", + "labels": [], + "children": [ + { + "segment": "$ref", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.poisson_Dist", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.power", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "appRoleAssignments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-list-approleassignments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-post-approleassignments?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-list-approleassignments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-post-approleassignments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{appRoleAssignment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "calendar", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "calendarPermissions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/calendar-post-calendarpermissions?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/calendar-post-calendarpermissions?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.ppmt", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{calendarPermission-id}", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.price", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.priceDisc", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.priceMat", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.product", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.proper", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.pv", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "calendarView", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/calendar-list-calendarview?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/calendar-list-calendarview?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.quartile_Exc", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.quartile_Inc", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{event-id}", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.quotient", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.radians", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "attachments", + "labels": [ { - "segment": "microsoft.graph.rand", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.randBetween", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.rank_Avg", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.rank_Eq", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.rate", - "labels": [ { "name": "v1.0", "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.received", + "segment": "{attachment-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.replace", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.replaceB", - "labels": [ { "name": "v1.0", "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.rept", + "segment": "microsoft.graph.createUploadSession", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.right", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } ] }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.rightb", - "labels": [ { "name": "v1.0", "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } ] } ] - }, + } + ] + }, + { + "segment": "calendar", + "labels": [ { - "segment": "microsoft.graph.roman", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.round", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "exceptionOccurrences", + "labels": [ { - "segment": "microsoft.graph.roundDown", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.roundUp", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.rows", + "segment": "{event-id1}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.rri", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.sec", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "calendar", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } ] - } - ] - }, - { - "segment": "microsoft.graph.sech", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Post" + "segment": "instances", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{event-id2}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "calendar", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.accept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.decline", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.dismissReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.snoozeReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "microsoft.graph.accept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + } ] - } - ] - }, - { - "segment": "microsoft.graph.second", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "microsoft.graph.decline", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + } ] - } - ] - }, - { - "segment": "microsoft.graph.seriesSum", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.dismissReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + } ] - } - ] - }, - { - "segment": "microsoft.graph.sheet", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.snoozeReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + } ] - } - ] - }, - { - "segment": "microsoft.graph.sheets", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Post" + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } ] } ] }, { - "segment": "microsoft.graph.sign", + "segment": "microsoft.graph.delta()", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } ] } ] - }, + } + ] + }, + { + "segment": "extensions", + "labels": [ { - "segment": "microsoft.graph.sin", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.sinh", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.skew", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.skew_p", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.sln", - "labels": [ { "name": "v1.0", "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.small", + "segment": "{extension-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.sqrt", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.sqrtPi", - "labels": [ { "name": "v1.0", "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] - }, + } + ] + }, + { + "segment": "instances", + "labels": [ { - "segment": "microsoft.graph.standardize", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.stDev_P", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0" } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.stDev_S", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.stDevA", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.stDevPA", - "labels": [ { "name": "v1.0", "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.substitute", + "segment": "{event-id1}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.subtotal", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.sum", - "labels": [ { "name": "v1.0", "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.sumIf", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.sumIfs", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "calendar", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.sumSq", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "exceptionOccurrences", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{event-id2}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "calendar", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.accept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.decline", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.dismissReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.snoozeReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.syd", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "microsoft.graph.accept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + } ] - } - ] - }, - { - "segment": "microsoft.graph.t", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "microsoft.graph.decline", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + } ] - } - ] - }, - { - "segment": "microsoft.graph.t_Dist", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.dismissReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + } ] - } - ] - }, - { - "segment": "microsoft.graph.t_Dist_2T", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.snoozeReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + } ] - } - ] - }, - { - "segment": "microsoft.graph.t_Dist_RT", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Post" + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } ] } ] }, { - "segment": "microsoft.graph.t_Inv", + "segment": "microsoft.graph.delta()", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } ] } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.accept", + "labels": [ { - "segment": "microsoft.graph.t_Inv_2T", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.tan", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.cancel", + "labels": [ { - "segment": "microsoft.graph.tanh", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.tbillEq", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.decline", + "labels": [ { - "segment": "microsoft.graph.tbillPrice", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.tbillYield", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.dismissReminder", + "labels": [ { - "segment": "microsoft.graph.text", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.time", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ { - "segment": "microsoft.graph.timevalue", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.today", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.snoozeReminder", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.trim", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.trimMean", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ { - "segment": "microsoft.graph.true", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.trunc", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.type", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.unichar", + "segment": "{multiValueLegacyExtendedProperty-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] - }, + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ { - "segment": "microsoft.graph.unicode", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.upper", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.usdollar", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.value", + "segment": "{singleValueLegacyExtendedProperty-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "events", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/calendar-list-events?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/calendar-post-events?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/calendar-list-events?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/calendar-post-events?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{event-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.var_P", - "labels": [ + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.var_S", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.varA", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.varPA", + "segment": "{attachment-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.vdb", + "segment": "microsoft.graph.createUploadSession", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } ] } ] - }, + } + ] + }, + { + "segment": "calendar", + "labels": [ { - "segment": "microsoft.graph.vlookup", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.weekday", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "exceptionOccurrences", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.weekNum", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.weibull_Dist", + "segment": "{event-id1}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.workDay", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "calendar", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] - } - ] - }, - { - "segment": "microsoft.graph.workDay_Intl", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Post" + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "instances", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{event-id2}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "calendar", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.accept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.decline", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.dismissReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.snoozeReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + } + ] + } ] - } - ] - }, - { - "segment": "microsoft.graph.xirr", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.accept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + } ] - } - ] - }, - { - "segment": "microsoft.graph.xnpv", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.decline", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "microsoft.graph.dismissReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + } ] - } - ] - }, - { - "segment": "microsoft.graph.xor", - "labels": [ + }, + { + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + } + ] + }, { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.snoozeReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + } ] - } - ] - }, - { - "segment": "microsoft.graph.year", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Post" + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } ] } ] }, { - "segment": "microsoft.graph.yearFrac", + "segment": "microsoft.graph.delta()", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } ] } ] - }, + } + ] + }, + { + "segment": "extensions", + "labels": [ { - "segment": "microsoft.graph.yield", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.yieldDisc", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.yieldMat", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.z_Test", + "segment": "{extension-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -140598,3695 +204678,2464 @@ ] }, { - "segment": "microsoft.graph.closeSession", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.createSession", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.refreshSession", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.sessionInfoResource(key={key})", + "segment": "instances", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.tableRowOperationResult(key={key})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0" + } ] }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "names", - "labels": [ { "name": "v1.0", "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "{workbookNamedItem-id}", + "segment": "$count", "labels": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "worksheet", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "charts", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookChart-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "axes", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "categoryAxis", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "majorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "minorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "title", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "seriesAxis", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "majorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "minorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "title", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "valueAxis", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "majorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "minorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{event-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "calendar", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "exceptionOccurrences", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{event-id2}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "title", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "dataLabels", + "segment": "{attachment-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ { - "segment": "fill", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] } ] }, { - "segment": "format", + "segment": "microsoft.graph.createUploadSession", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fill", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" } ] + } + ] + } + ] + }, + { + "segment": "calendar", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "legend", + "segment": "{extension-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fill", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.accept", + "labels": [ { - "segment": "microsoft.graph.image()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.cancel", + "labels": [ { - "segment": "microsoft.graph.image(width={width},height={height},fittingMode={fittingMode})", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.decline", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.dismissReminder", + "labels": [ { - "segment": "microsoft.graph.image(width={width},height={height})", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.snoozeReminder", + "labels": [ { - "segment": "microsoft.graph.image(width={width})", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ { - "segment": "microsoft.graph.setData", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.setPosition", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "series", + "segment": "{multiValueLegacyExtendedProperty-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookChartSeries-id}", - "labels": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fill", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "points", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookChartPoint-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fill", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.count()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] - }, + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.count()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "title", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fill", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "worksheet", + "segment": "{singleValueLegacyExtendedProperty-id}", "labels": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.cell(row={row},column={column})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range(address={address})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.usedRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.usedRange(valuesOnly={valuesOnly})", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } ] } ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.add", - "labels": [ + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.count()", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.accept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.decline", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.dismissReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.snoozeReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.item(name={name})", - "labels": [ + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.accept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.decline", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.dismissReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.snoozeReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.cell(row={row},column={column})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.allowedCalendarSharingRoles(User='{User}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getSchedule", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/calendar-getschedule?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/calendar-getschedule?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "calendarView", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-list-calendarview?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-list-calendarview?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{event-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "calendar", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "exceptionOccurrences", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{event-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" }, { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ { - "segment": "microsoft.graph.range(address={address})", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Delete", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ { - "segment": "microsoft.graph.usedRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" } ] + } + ] + } + ] + }, + { + "segment": "calendar", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.usedRange(valuesOnly={valuesOnly})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ { - "segment": "names", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + "name": "beta", + "methods": [ { - "segment": "{workbookNamedItem-id1}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.add", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.addFormulaLocal", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] - }, + } + ] + } + ] + }, + { + "segment": "instances", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "pivotTables", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Post" - ] + "name": "Get", + "documentationUrl": null } - ], - "children": [ - { - "segment": "{workbookPivotTable-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.refresh", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "worksheet", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.cell(row={row},column={column})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range(address={address})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.usedRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.usedRange(valuesOnly={valuesOnly})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - } - ] - }, + ] + } + ] + }, + { + "segment": "{event-id2}", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.refreshAll", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "protection", + "segment": "attachments", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.protect", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.unprotect", - "labels": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" } ] } - ] - }, - { - "segment": "tables", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } ], "children": [ { - "segment": "{workbookTable-id}", + "segment": "$count", "labels": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "columns", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookTableColumn-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "filter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.apply", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyBottomItemsFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyBottomPercentFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyCellColorFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyCustomFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyDynamicFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyFontColorFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyIconFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyTopItemsFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyTopPercentFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyValuesFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.dataBodyRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.headerRowRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.totalRowRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.add", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.count()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.clearFilters", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.convertToRange", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.dataBodyRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.headerRowRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.reapplyFilters", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.totalRowRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "rows", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookTableRow-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.add", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.count()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "sort", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.apply", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.reapply", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "worksheet", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } - ], - "children": [ - { - "segment": "microsoft.graph.cell(row={row},column={column})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range(address={address})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, + ] + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.usedRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.usedRange(valuesOnly={valuesOnly})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] } ] }, { - "segment": "microsoft.graph.add", + "segment": "microsoft.graph.createUploadSession", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } ] + } + ] + } + ] + }, + { + "segment": "calendar", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.count()", + "segment": "{extension-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.accept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.decline", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.dismissReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.snoozeReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.itemAt(index={index})", + "segment": "{multiValueLegacyExtendedProperty-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -144294,39 +207143,229 @@ ] } ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + } + ] } ] }, { - "segment": "microsoft.graph.add", + "segment": "microsoft.graph.accept", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.cancel", + "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.addFormulaLocal", + "segment": "microsoft.graph.decline", "labels": [ { - "name": "v1.0", + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.dismissReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.snoozeReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] @@ -144334,471 +207373,702 @@ ] }, { - "segment": "operations", + "segment": "microsoft.graph.delta()", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } ] + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{extension-id}", + "labels": [ { - "segment": "{workbookOperation-id}", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } ] + } + ] + }, + { + "segment": "instances", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0" + } + ] }, { - "segment": "tables", + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{event-id1}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{workbookTable-id}", + "segment": "attachments", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "columns", + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, { "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "calendar", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "exceptionOccurrences", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{event-id2}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{workbookTableColumn-id}", + "segment": "attachments", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "filter", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.apply", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyBottomItemsFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyBottomPercentFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyCellColorFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ { - "segment": "microsoft.graph.applyCustomFilter", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ { - "segment": "microsoft.graph.applyDynamicFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" } ] - }, + } + ] + } + ] + }, + { + "segment": "calendar", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.applyFontColorFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.applyIconFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.applyTopItemsFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ { - "segment": "microsoft.graph.applyTopPercentFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ { - "segment": "microsoft.graph.applyValuesFilter", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.accept", + "labels": [ { - "segment": "microsoft.graph.dataBodyRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.cancel", + "labels": [ { - "segment": "microsoft.graph.headerRowRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.decline", + "labels": [ { - "segment": "microsoft.graph.range()", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.dismissReminder", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ { - "segment": "microsoft.graph.totalRowRange()", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.snoozeReminder", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" } ] } ] }, { - "segment": "microsoft.graph.add", + "segment": "microsoft.graph.tentativelyAccept", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } ] - }, + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "microsoft.graph.count()", + "segment": "singleValueExtendedProperties", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Get" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get" + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] @@ -144806,2466 +208076,1572 @@ ] }, { - "segment": "microsoft.graph.clearFilters", + "segment": "microsoft.graph.delta()", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } ] + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.convertToRange", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.dataBodyRange()", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.headerRowRange()", + "segment": "{extension-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] + } + ] + }, + { + "segment": "microsoft.graph.accept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] }, { - "segment": "microsoft.graph.range()", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.reapplyFilters", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.decline", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.totalRowRange()", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.dismissReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.snoozeReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "rows", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] + "name": "Post", + "documentationUrl": null } - ], - "children": [ + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ { - "segment": "{workbookTableRow-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.add", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ { - "segment": "microsoft.graph.count()", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } ] - }, + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ { - "segment": "sort", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Post", + "documentationUrl": null } - ], - "children": [ + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.apply", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.reapply", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "worksheet", + "segment": "{singleValueLegacyExtendedProperty-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "charts", - "labels": [ { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + "name": "Patch", + "documentationUrl": null + }, { - "segment": "{workbookChart-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "axes", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "categoryAxis", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "majorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "minorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "title", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "seriesAxis", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "majorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "minorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "title", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - } - ] - }, + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.accept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.decline", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.dismissReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.snoozeReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "conversations", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-list-conversations?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-post-conversations?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-list-conversations?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-post-conversations?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{conversation-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "threads", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/conversation-list-threads?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/conversation-list-threads?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/conversation-post-threads?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{conversationThread-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.reply", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/post-post-attachments?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/post-post-attachments?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "posts", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/conversationthread-list-posts?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/conversationthread-list-posts?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{post-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/post-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/post-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "valueAxis", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "majorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "minorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "title", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - } - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "dataLabels", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } - ], - "children": [ + ] + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fill", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "format", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Delete", + "documentationUrl": null } - ], - "children": [ - { - "segment": "fill", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" } ] }, { - "segment": "legend", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fill", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] + ] + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.image()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ { - "segment": "microsoft.graph.image(width={width},height={height},fittingMode={fittingMode})", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.image(width={width},height={height})", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] - }, + } + ] + } + ] + }, + { + "segment": "inReplyTo", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.image(width={width})", - "labels": [ + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/post-list-attachments?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.setData", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/post-list-attachments?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.setPosition", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "series", + "segment": "{attachment-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookChartSeries-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fill", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "points", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookChartPoint-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fill", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.count()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.count()", - "labels": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Delete", + "documentationUrl": null } ] } ] }, { - "segment": "title", + "segment": "microsoft.graph.createUploadSession", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fill", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" } ] } ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] }, { - "segment": "worksheet", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Post", + "documentationUrl": null } - ], - "children": [ + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ { - "segment": "microsoft.graph.cell(row={row},column={column})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ { - "segment": "microsoft.graph.range(address={address})", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.usedRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.usedRange(valuesOnly={valuesOnly})", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } @@ -147274,320 +209650,191 @@ ] }, { - "segment": "microsoft.graph.add", + "segment": "mentions", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.count()", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Get" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get" + "segment": "{mention-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "microsoft.graph.item(name={name})", + "segment": "microsoft.graph.forward", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/post-forward?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/post-forward?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.itemAt(index={index})", + "segment": "microsoft.graph.reply", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/post-reply?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/post-reply?view=graph-rest-1.0" + } ] } ] - } - ] - }, - { - "segment": "microsoft.graph.cell(row={row},column={column})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range(address={address})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.usedRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.usedRange(valuesOnly={valuesOnly})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "names", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookNamedItem-id}", + "segment": "multiValueExtendedProperties", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "microsoft.graph.range()", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "worksheet", + "segment": "{multiValueLegacyExtendedProperty-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.cell(row={row},column={column})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range()", - "labels": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range(address={address})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.usedRange()", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.usedRange(valuesOnly={valuesOnly})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Delete", + "documentationUrl": null } ] } @@ -147596,278 +209843,148 @@ ] }, { - "segment": "microsoft.graph.add", + "segment": "singleValueExtendedProperties", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.addFormulaLocal", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "pivotTables", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookPivotTable-id}", - "labels": [ { "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "microsoft.graph.refresh", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "worksheet", + "segment": "{singleValueLegacyExtendedProperty-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.cell(row={row},column={column})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range()", - "labels": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range(address={address})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.usedRange()", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.usedRange(valuesOnly={valuesOnly})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Delete", + "documentationUrl": null } ] } ] } ] - }, - { - "segment": "microsoft.graph.refreshAll", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] } ] }, { - "segment": "protection", + "segment": "mentions", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "microsoft.graph.protect", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.unprotect", + "segment": "{mention-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -147875,213 +209992,235 @@ ] }, { - "segment": "tables", + "segment": "microsoft.graph.forward", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/post-forward?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/post-forward?view=graph-rest-1.0" + } ] } - ], - "children": [ + ] + }, + { + "segment": "microsoft.graph.reply", + "labels": [ { - "segment": "{workbookTable-id1}", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/post-reply?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/post-reply?view=graph-rest-1.0" } - ], - "children": [ + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.clearFilters", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.convertToRange", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.dataBodyRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.headerRowRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ { - "segment": "microsoft.graph.reapplyFilters", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.totalRowRange()", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } ] - }, + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ { - "segment": "microsoft.graph.add", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.count()", + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.itemAt(index={index})", + "segment": "{singleValueLegacyExtendedProperty-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -148091,1543 +210230,883 @@ ] } ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "createdOnBehalfOf", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "drive", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/drive-get?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/drive-get?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "drives", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/drive-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/drive-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{drive-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "activities", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/activities-list?view=graph-rest-1.0" }, { - "segment": "microsoft.graph.add", - "labels": [ + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{itemActivityOLD-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "driveItem", + "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "microsoft.graph.count()", + "segment": "listItem", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] + } + ] + } + ] + }, + { + "segment": "bundles", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/bundle-list?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/bundle-list?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{driveItem-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] }, { - "segment": "microsoft.graph.itemAt(index={index})", + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/bundle-list?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/bundle-list?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } ] } ] } ] + } + ] + }, + { + "segment": "following", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/drive-list-following?view=graph-rest-1.0" + } + ] }, { - "segment": "worksheets", + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/drive-list-following?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{driveItem-id}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{workbookWorksheet-id}", + "segment": "content", "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/drive-list-following?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } + ] + }, { "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/drive-list-following?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } ] + } + ] + } + ] + } + ] + }, + { + "segment": "items", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{driveItem-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "activities", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "charts", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{itemActivityOLD-id}", + "labels": [ { - "segment": "{workbookChart-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } - ], - "children": [ - { - "segment": "axes", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "categoryAxis", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "majorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "minorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "title", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "seriesAxis", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "majorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "minorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "title", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - } - ] + ] + } + ] + } + ] + }, + { + "segment": "analytics", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/itemanalytics-get?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "children", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{driveItem-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0" }, { - "segment": "valueAxis", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "majorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "minorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "title", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - } - ] + "name": "Put", + "documentationUrl": null } ] }, { - "segment": "dataLabels", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Put", + "documentationUrl": null } - ], - "children": [ + ] + } + ] + } + ] + } + ] + }, + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "listItem", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "activities", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fill", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{itemActivityOLD-id}", + "labels": [ { - "segment": "format", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fill", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "legend", + "segment": "driveItem", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "format", + "segment": "content", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fill", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "font", - "labels": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Put", + "documentationUrl": null } ] } @@ -149636,580 +211115,466 @@ ] }, { - "segment": "microsoft.graph.image()", + "segment": "listItem", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] + } + ] + } + ] + }, + { + "segment": "analytics", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "documentSetVersions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0" }, { - "segment": "microsoft.graph.image(width={width},height={height},fittingMode={fittingMode})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-post-documentsetversions?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-post-documentsetversions?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.image(width={width},height={height})", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{documentSetVersion-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.image(width={width})", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.setData", + "segment": "microsoft.graph.restore", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0" + } ] } ] - }, + } + ] + } + ] + }, + { + "segment": "driveItem", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.setPosition", - "labels": [ + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Put", + "documentationUrl": null } ] }, { - "segment": "series", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] + "name": "Put", + "documentationUrl": null } - ], - "children": [ - { - "segment": "{workbookChartSeries-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fill", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "points", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookChartPoint-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fill", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.count()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - } - ] + ] + } + ] + } + ] + }, + { + "segment": "fields", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createLink", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-createlink?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getActivitiesByInterval()", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "versions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-list-versions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{listItemVersion-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.count()", - "labels": [ + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "fields", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } ] }, { - "segment": "title", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], + "segment": "microsoft.graph.documentSetVersion", + "labels": [], "children": [ { - "segment": "format", + "segment": "microsoft.graph.restore", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fill", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0" } ] }, { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0" } ] } @@ -150218,467 +211583,1449 @@ ] }, { - "segment": "worksheet", + "segment": "microsoft.graph.restoreVersion", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.cell(row={row},column={column})", - "labels": [ { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0" } ] - }, + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.assignSensitivityLabel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkin", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkout", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.copy", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-copy?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-copy?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createLink", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-createuploadsession?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta(token='{token}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.extractSensitivityLabels", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.follow", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-follow?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-follow?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getActivitiesByInterval()", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.invite", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-invite?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-invite?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.preview", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.restore", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-restore?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-restore?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.search(q='{q}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.unfollow", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.validatePermission", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "permissions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-permissions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-permissions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{permission-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.grant", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.range(address={address})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.revokeGrants", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-1.0" + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "subscriptions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{subscription-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.reauthorize", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "thumbnails", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-thumbnails?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-thumbnails?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{thumbnailSet-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "versions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-versions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-versions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{driveItemVersion-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-versions?view=graph-rest-1.0" }, { - "segment": "microsoft.graph.usedRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Put", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-versions?view=graph-rest-1.0" }, { - "segment": "microsoft.graph.usedRange(valuesOnly={valuesOnly})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Put", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.restoreVersion", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-1.0" } ] } ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "list", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "activities", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "columns", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/list-list-columns?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/list-post-columns?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/list-list-columns?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/list-post-columns?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{columnDefinition-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.add", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.count()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.item(name={name})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "sourceColumn", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } ] } ] + } + ] + } + ] + }, + { + "segment": "contentTypes", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/list-list-contenttypes?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/list-list-contenttypes?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] }, { - "segment": "microsoft.graph.cell(row={row},column={column})", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{contentType-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.range()", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.range(address={address})", + "segment": "base", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.usedRange()", + "segment": "baseTypes", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.usedRange(valuesOnly={valuesOnly})", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Get" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get" + "segment": "{contentType-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "names", + "segment": "columnLinks", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{workbookNamedItem-id}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{columnLink-id}", + "labels": [ { - "segment": "microsoft.graph.range()", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "worksheet", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.cell(row={row},column={column})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.range(address={address})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.usedRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.usedRange(valuesOnly={valuesOnly})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] } ] + } + ] + }, + { + "segment": "columnPositions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] }, { - "segment": "microsoft.graph.add", + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.addFormulaLocal", + "segment": "{columnDefinition-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] @@ -150686,672 +213033,511 @@ ] }, { - "segment": "pivotTables", + "segment": "columns", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-list-columns?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-post-columns?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-list-columns?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-post-columns?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "{workbookPivotTable-id}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{columnDefinition-id}", + "labels": [ { - "segment": "microsoft.graph.refresh", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "worksheet", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.cell(row={row},column={column})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.range(address={address})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "sourceColumn", + "labels": [ { - "segment": "microsoft.graph.usedRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.usedRange(valuesOnly={valuesOnly})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } ] } ] } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.associateWithHubSites", + "labels": [ { - "segment": "microsoft.graph.refreshAll", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0" } ] } ] }, { - "segment": "protection", + "segment": "microsoft.graph.copyToDefaultContentLocation", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0" + } ] } - ], - "children": [ + ] + }, + { + "segment": "microsoft.graph.isPublished()", + "labels": [ { - "segment": "microsoft.graph.protect", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.unprotect", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "tables", + "segment": "microsoft.graph.publish", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0" + } ] } - ], - "children": [ + ] + }, + { + "segment": "microsoft.graph.unpublish", + "labels": [ { - "segment": "{workbookTable-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0" } - ], - "children": [ + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "columns", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookTableColumn-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "filter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.apply", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyBottomItemsFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyBottomPercentFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyCellColorFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyCustomFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyDynamicFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyFontColorFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyIconFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyTopItemsFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyTopPercentFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyValuesFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.dataBodyRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.headerRowRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.totalRowRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.addCopy", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.addCopyFromContentTypeHub", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getCompatibleHubContentTypes()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "drive", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "items", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-create?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-create?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{listItem-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "activities", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{itemActivityOLD-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.add", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.count()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "driveItem", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.itemAt(index={index})", + "segment": "content", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } ] } ] @@ -151359,467 +213545,1196 @@ ] }, { - "segment": "microsoft.graph.clearFilters", + "segment": "listItem", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] + } + ] + } + ] + }, + { + "segment": "analytics", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "documentSetVersions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0" }, { - "segment": "microsoft.graph.convertToRange", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-post-documentsetversions?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-post-documentsetversions?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.dataBodyRange()", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{documentSetVersion-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.headerRowRange()", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.range()", + "segment": "microsoft.graph.restore", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0" + } ] } ] - }, + } + ] + } + ] + }, + { + "segment": "driveItem", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.reapplyFilters", - "labels": [ + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Put", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.totalRowRange()", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Put", + "documentationUrl": null } ] + } + ] + } + ] + }, + { + "segment": "fields", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "rows", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createLink", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-createlink?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getActivitiesByInterval()", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "versions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-list-versions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Post" - ] + "name": "Get", + "documentationUrl": null } - ], - "children": [ + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "{workbookTableRow-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{listItemVersion-id}", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.add", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.count()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "sort", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } - ], - "children": [ + ] + } + ], + "children": [ + { + "segment": "fields", + "labels": [ { - "segment": "microsoft.graph.apply", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.reapply", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } ] }, { - "segment": "worksheet", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], + "segment": "microsoft.graph.documentSetVersion", + "labels": [], "children": [ { - "segment": "microsoft.graph.cell(row={row},column={column})", + "segment": "microsoft.graph.restore", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0" + } ] }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range(address={address})", - "labels": [ { "name": "v1.0", "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0" + } ] } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.restoreVersion", + "labels": [ { - "segment": "microsoft.graph.usedRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.usedRange(valuesOnly={valuesOnly})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0" } ] } ] } ] - }, + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta(token='{token}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "operations", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{richLongRunningOperation-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "subscriptions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{subscription-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.reauthorize", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.recent()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.search(q='{q}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.sharedWithMe()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "root", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "activities", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{itemActivityOLD-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "analytics", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/itemanalytics-get?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "children", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{driveItem-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-get?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-get?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "listItem", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "activities", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{itemActivityOLD-id}", + "labels": [ { - "segment": "microsoft.graph.add", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.count()", + "segment": "driveItem", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ], + "children": [ { - "name": "beta", - "methods": [ - "Get" + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "microsoft.graph.itemAt(index={index})", + "segment": "listItem", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] @@ -151829,999 +214744,1733 @@ ] }, { - "segment": "microsoft.graph.add", + "segment": "analytics", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "following", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{driveItem-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "activities", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{itemActivityOLD-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ + }, { - "segment": "driveItem", + "segment": "documentSetVersions", "labels": [ { "name": "beta", "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-post-documentsetversions?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.checkin", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-post-documentsetversions?view=graph-rest-1.0" } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.checkout", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] - } - ] - }, - { - "segment": "microsoft.graph.copy", - "labels": [ + }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.createLink", + "segment": "{documentSetVersion-id}", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] - } - ] - }, - { - "segment": "microsoft.graph.createUploadSession", - "labels": [ + }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.delta()", - "labels": [ + ], + "children": [ { - "name": "beta", - "methods": [ - "Get" + "segment": "microsoft.graph.restore", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0" + } + ] + } ] } ] - }, + } + ] + }, + { + "segment": "driveItem", + "labels": [ { - "segment": "microsoft.graph.delta(token={token})", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.follow", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.getActivitiesByInterval(startDateTime={startDateTime},endDateTime={endDateTime},interval={interval})", + "segment": "content", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } ] } ] - }, + } + ] + }, + { + "segment": "fields", + "labels": [ { - "segment": "microsoft.graph.invite", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.preview", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.createLink", + "labels": [ { - "segment": "microsoft.graph.restore", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-createlink?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.getActivitiesByInterval()", + "labels": [ { - "segment": "microsoft.graph.search(q={q})", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "labels": [ { - "segment": "microsoft.graph.unfollow", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.validatePermission", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "listItem", + "segment": "versions", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-list-versions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "activities", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{itemActivityOLD-id1}", - "labels": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] - } - ] - }, - { - "segment": "analytics", - "labels": [ + }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "driveItem", + "segment": "{listItemVersion-id}", "labels": [ { "name": "beta", "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.checkin", - "labels": [ + "name": "Get", + "documentationUrl": null + }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.checkout", - "labels": [ + "name": "Patch", + "documentationUrl": null + }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.copy", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.createLink", - "labels": [ + "name": "Get", + "documentationUrl": null + }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.createUploadSession", - "labels": [ + "name": "Patch", + "documentationUrl": null + }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.delta()", + "segment": "fields", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] - } - ] - }, - { - "segment": "microsoft.graph.delta(token={token})", - "labels": [ + }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.follow", - "labels": [ + "segment": "microsoft.graph.documentSetVersion", + "labels": [], + "children": [ { - "name": "beta", - "methods": [ - "Post" + "segment": "microsoft.graph.restore", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0" + } + ] + } ] } ] }, { - "segment": "microsoft.graph.getActivitiesByInterval(startDateTime={startDateTime},endDateTime={endDateTime},interval={interval})", + "segment": "microsoft.graph.restoreVersion", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": null + } ] - } - ] - }, - { - "segment": "microsoft.graph.invite", - "labels": [ + }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0" + } ] } ] - }, + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.assignSensitivityLabel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkin", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkout", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.copy", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-copy?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-copy?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createLink", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-createuploadsession?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta(token='{token}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.extractSensitivityLabels", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.follow", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-follow?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-follow?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getActivitiesByInterval()", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.invite", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-invite?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-invite?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.preview", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.restore", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-restore?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-restore?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.search(q='{q}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.unfollow", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.validatePermission", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "permissions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-permissions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-permissions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.preview", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.restore", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{permission-id}", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.search(q={q})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.unfollow", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.validatePermission", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "fields", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.createLink", + "segment": "microsoft.graph.grant", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0" + } ] - } - ] - }, - { - "segment": "microsoft.graph.getActivitiesByInterval(startDateTime={startDateTime},endDateTime={endDateTime},interval={interval})", - "labels": [ + }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0" + } ] } ] }, { - "segment": "versions", + "segment": "microsoft.graph.revokeGrants", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{listItemVersion-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fields", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, { - "segment": "microsoft.graph.restoreVersion", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-1.0" } ] } ] } ] - } - ] - } - ] - }, - { - "segment": "analytics", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "children", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + } + ] + }, { - "segment": "{driveItem-id1}", + "segment": "subscriptions", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "content", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Put" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Put" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.checkin", + "segment": "{subscription-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.reauthorize", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } ] } ] - }, + } + ] + }, + { + "segment": "thumbnails", + "labels": [ { - "segment": "microsoft.graph.checkout", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-thumbnails?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.copy", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-thumbnails?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.createLink", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.createUploadSession", + "segment": "{thumbnailSet-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] - }, + } + ] + }, + { + "segment": "versions", + "labels": [ { - "segment": "microsoft.graph.delta()", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-versions?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.delta(token={token})", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-versions?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.follow", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.getActivitiesByInterval()", + "segment": "{driveItemVersion-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] - } - ] - }, - { - "segment": "microsoft.graph.getActivitiesByInterval(startDateTime={startDateTime},endDateTime={endDateTime},interval={interval})", - "labels": [ + }, { "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-versions?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-versions?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get" + "segment": "microsoft.graph.restoreVersion", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-1.0" + } + ] + } ] } ] + } + ] + } + ] + }, + { + "segment": "special", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] }, { - "segment": "microsoft.graph.invite", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{driveItem-id}", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.preview", + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } ] } ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "endpoints", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-list-endpoints?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{endpoint-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "events", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-list-events?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-post-events?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-list-events?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-post-events?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{event-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" }, { - "segment": "microsoft.graph.restore", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.search(q={q})", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.unfollow", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ { - "segment": "microsoft.graph.validatePermission", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" } ] } @@ -152830,782 +216479,816 @@ ] }, { - "segment": "content", + "segment": "calendar", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Put" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Put" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "listItem", + "segment": "exceptionOccurrences", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "activities", + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{event-id1}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{itemActivityOLD-id}", + "segment": "attachments", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "driveItem", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{attachment-id}", + "labels": [ { - "segment": "$ref", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ { - "segment": "microsoft.graph.checkin", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" } ] + } + ] + } + ] + }, + { + "segment": "calendar", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.checkout", - "labels": [ + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ { - "segment": "microsoft.graph.copy", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] - }, + } + ] + } + ] + }, + { + "segment": "instances", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.createLink", - "labels": [ + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{event-id2}", + "labels": [ { - "segment": "microsoft.graph.createUploadSession", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.delta()", + "segment": "attachments", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } ] } ] }, { - "segment": "microsoft.graph.delta(token={token})", + "segment": "calendar", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.follow", + "segment": "extensions", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "microsoft.graph.getActivitiesByInterval(startDateTime={startDateTime},endDateTime={endDateTime},interval={interval})", + "segment": "microsoft.graph.accept", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.invite", + "segment": "microsoft.graph.cancel", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.preview", + "segment": "microsoft.graph.decline", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.restore", + "segment": "microsoft.graph.dismissReminder", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.search(q={q})", + "segment": "microsoft.graph.forward", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.unfollow", + "segment": "microsoft.graph.snoozeReminder", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.validatePermission", + "segment": "microsoft.graph.tentativelyAccept", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } ] } ] - } - ] - }, - { - "segment": "listItem", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ + }, { - "segment": "microsoft.graph.createLink", + "segment": "multiValueExtendedProperties", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "microsoft.graph.getActivitiesByInterval(startDateTime={startDateTime},endDateTime={endDateTime},interval={interval})", + "segment": "singleValueExtendedProperties", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "analytics", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "driveItem", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.checkin", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.checkout", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.copy", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.createLink", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.createUploadSession", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.delta()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get" + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + } ] } ] }, { - "segment": "microsoft.graph.delta(token={token})", + "segment": "microsoft.graph.accept", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.follow", + "segment": "microsoft.graph.cancel", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getActivitiesByInterval()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.getActivitiesByInterval(startDateTime={startDateTime},endDateTime={endDateTime},interval={interval})", + "segment": "microsoft.graph.decline", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.invite", + "segment": "microsoft.graph.dismissReminder", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.preview", + "segment": "microsoft.graph.forward", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.restore", + "segment": "microsoft.graph.snoozeReminder", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.search(q={q})", + "segment": "microsoft.graph.tentativelyAccept", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.unfollow", + "segment": "multiValueExtendedProperties", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.validatePermission", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] - } - ] - }, - { - "segment": "fields", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.createLink", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getActivitiesByInterval()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getActivitiesByInterval(startDateTime={startDateTime},endDateTime={endDateTime},interval={interval})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "versions", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{listItemVersion-id}", + "segment": "singleValueExtendedProperties", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "fields", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.restoreVersion", + "segment": "{singleValueLegacyExtendedProperty-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -153613,383 +217296,112 @@ ] } ] - } - ] - }, - { - "segment": "microsoft.graph.checkin", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.checkout", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.copy", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.createLink", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.createUploadSession", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.delta()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.delta(token={token})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.follow", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getActivitiesByInterval()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getActivitiesByInterval(startDateTime={startDateTime},endDateTime={endDateTime},interval={interval})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.invite", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.preview", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.restore", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.search(q={q})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] }, { - "name": "beta", - "methods": [ - "Get" + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + } ] } ] }, { - "segment": "microsoft.graph.unfollow", + "segment": "extensions", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.validatePermission", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } ] }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "permissions", - "labels": [ { "name": "v1.0", "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "{permission-id}", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.grant", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.revokeGrants", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] } ] - } - ] - }, - { - "segment": "subscriptions", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{subscription-id}", + "segment": "{extension-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -153997,7900 +217409,11947 @@ ] }, { - "segment": "thumbnails", + "segment": "instances", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "{thumbnailSet-id}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] - } - ] - }, - { - "segment": "versions", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{driveItemVersion-id}", + "segment": "{event-id1}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "content", + "segment": "attachments", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Put" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Put" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } ] } - ] - }, - { - "segment": "microsoft.graph.restoreVersion", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } ] } ] - } - ] - } - ] - }, - { - "segment": "workbook", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "application", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.calculate", + "segment": "calendar", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] - } - ] - }, - { - "segment": "comments", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookComment-id}", + "segment": "exceptionOccurrences", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "replies", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "{event-id2}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{workbookCommentReply-id}", + "segment": "attachments", "labels": [ { - "name": "v1.0", + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "calendar", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.accept", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } ] } ] - } - ] - } - ] - } - ] - }, - { - "segment": "functions", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.abs", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + }, + { + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.decline", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.dismissReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.snoozeReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + } ] } ] }, { - "segment": "microsoft.graph.accrInt", + "segment": "extensions", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.accrIntM", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } ] }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.acos", - "labels": [ { "name": "v1.0", "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } ] } - ] - }, - { - "segment": "microsoft.graph.acosh", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "microsoft.graph.acot", + "segment": "microsoft.graph.accept", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.acoth", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } ] }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.amorDegrc", - "labels": [ { "name": "v1.0", "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.amorLinc", + "segment": "microsoft.graph.cancel", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.and", + "segment": "microsoft.graph.decline", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.arabic", + "segment": "microsoft.graph.dismissReminder", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.areas", + "segment": "microsoft.graph.forward", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.asc", + "segment": "microsoft.graph.snoozeReminder", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.asin", + "segment": "microsoft.graph.tentativelyAccept", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.asinh", + "segment": "multiValueExtendedProperties", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.atan", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "microsoft.graph.atan2", + "segment": "singleValueExtendedProperties", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.atanh", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ { - "segment": "microsoft.graph.aveDev", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.average", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" } ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.accept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.decline", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.dismissReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.snoozeReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.averageA", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.averageIf", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.averageIfs", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ { - "segment": "microsoft.graph.bahtText", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.base", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.besselI", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.besselJ", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.besselK", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.besselY", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.beta_Dist", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ { - "segment": "microsoft.graph.beta_Inv", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.bin2Dec", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.bin2Hex", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.bin2Oct", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] - }, + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "groupLifecyclePolicies", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-list-grouplifecyclepolicies?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-list-grouplifecyclepolicies?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{groupLifecyclePolicy-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.addGroup", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.removeGroup", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.renewGroup", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/grouplifecyclepolicy-renewgroup?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "memberOf", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-list-memberof?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-list-memberof?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{directoryObject-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.application", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.device", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.group", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.addFavorite", + "labels": [ { - "segment": "microsoft.graph.binom_Dist", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-addfavorite?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.binom_Dist_Range", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-addfavorite?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.assignLicense", + "labels": [ { - "segment": "microsoft.graph.binom_Inv", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-assignlicense?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.bitand", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-assignlicense?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.checkGrantedPermissionsForApp", + "labels": [ { - "segment": "microsoft.graph.bitlshift", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.bitor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.checkMemberGroups", + "labels": [ { - "segment": "microsoft.graph.bitrshift", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.bitxor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.checkMemberObjects", + "labels": [ { - "segment": "microsoft.graph.ceiling_Math", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.ceiling_Precise", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.evaluateDynamicMembership", + "labels": [ { - "segment": "microsoft.graph.char", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-evaluatedynamicmembership?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.getMemberGroups", + "labels": [ { - "segment": "microsoft.graph.chiSq_Dist", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.chiSq_Dist_RT", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.getMemberObjects", + "labels": [ { - "segment": "microsoft.graph.chiSq_Inv", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.chiSq_Inv_RT", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.removeFavorite", + "labels": [ { - "segment": "microsoft.graph.choose", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-removefavorite?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.clean", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-removefavorite?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.renew", + "labels": [ { - "segment": "microsoft.graph.code", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-renew?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.columns", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-renew?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.resetUnseenCount", + "labels": [ { - "segment": "microsoft.graph.combin", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-resetunseencount?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.combina", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-resetunseencount?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.restore", + "labels": [ { - "segment": "microsoft.graph.complex", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.concatenate", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.subscribeByMail", + "labels": [ { - "segment": "microsoft.graph.confidence_Norm", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-subscribebymail?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.confidence_T", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-subscribebymail?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.unsubscribeByMail", + "labels": [ { - "segment": "microsoft.graph.convert", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-unsubscribebymail?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.cos", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-unsubscribebymail?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.validateProperties", + "labels": [ { - "segment": "microsoft.graph.cosh", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-validateproperties?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.cot", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-validateproperties?view=graph-rest-1.0" } ] - }, + } + ] + } + ] + }, + { + "segment": "microsoft.graph.orgContact", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.coth", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.count", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.countA", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.countBlank", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.user", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.countIf", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.countIfs", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.application", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.coupDayBs", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.coupDays", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.device", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.coupDaysNc", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.coupNcd", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.group", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.coupNum", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.coupPcd", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.orgContact", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.csc", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.csch", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.cumIPmt", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.cumPrinc", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.user", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.date", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.datevalue", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "members", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-list-members?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-list-members?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "$ref", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-list-members?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-list-members?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{directoryObject-id}", + "labels": [], + "children": [ + { + "segment": "$ref", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.application", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.device", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.daverage", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.group", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.day", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.days", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.addFavorite", + "labels": [ { - "segment": "microsoft.graph.days360", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-addfavorite?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.db", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-addfavorite?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.assignLicense", + "labels": [ { - "segment": "microsoft.graph.dbcs", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-assignlicense?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.dcount", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-assignlicense?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.checkGrantedPermissionsForApp", + "labels": [ { - "segment": "microsoft.graph.dcountA", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.ddb", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.checkMemberGroups", + "labels": [ { - "segment": "microsoft.graph.dec2Bin", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.dec2Hex", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.checkMemberObjects", + "labels": [ { - "segment": "microsoft.graph.dec2Oct", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.decimal", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.evaluateDynamicMembership", + "labels": [ { - "segment": "microsoft.graph.degrees", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-evaluatedynamicmembership?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.getMemberGroups", + "labels": [ { - "segment": "microsoft.graph.delta", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.devSq", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.getMemberObjects", + "labels": [ { - "segment": "microsoft.graph.dget", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.disc", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.removeFavorite", + "labels": [ { - "segment": "microsoft.graph.dmax", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-removefavorite?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.dmin", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-removefavorite?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.renew", + "labels": [ { - "segment": "microsoft.graph.dollar", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-renew?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.dollarDe", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-renew?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.resetUnseenCount", + "labels": [ { - "segment": "microsoft.graph.dollarFr", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-resetunseencount?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.dproduct", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-resetunseencount?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.restore", + "labels": [ { - "segment": "microsoft.graph.dstDev", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.dstDevP", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.subscribeByMail", + "labels": [ { - "segment": "microsoft.graph.dsum", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-subscribebymail?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.duration", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-subscribebymail?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.unsubscribeByMail", + "labels": [ { - "segment": "microsoft.graph.dvar", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-unsubscribebymail?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.dvarP", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-unsubscribebymail?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.validateProperties", + "labels": [ { - "segment": "microsoft.graph.ecma_Ceiling", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-validateproperties?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.edate", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-validateproperties?view=graph-rest-1.0" } ] - }, + } + ] + } + ] + }, + { + "segment": "microsoft.graph.orgContact", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.effect", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.eoMonth", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.erf", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.erf_Precise", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.user", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.erfC", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.erfC_Precise", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.application", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.error_Type", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.even", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.device", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.exact", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.exp", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.group", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.expon_Dist", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.f_Dist", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.orgContact", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.f_Dist_RT", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.f_Inv", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.f_Inv_RT", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.fact", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.user", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.factDouble", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "membersWithLicenseErrors", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{directoryObject-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.application", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.false", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.find", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.device", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.findB", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.fisher", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.group", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.fisherInv", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.fixed", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.addFavorite", + "labels": [ { - "segment": "microsoft.graph.floor_Math", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-addfavorite?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.floor_Precise", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-addfavorite?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.assignLicense", + "labels": [ { - "segment": "microsoft.graph.fv", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-assignlicense?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.fvschedule", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-assignlicense?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.checkGrantedPermissionsForApp", + "labels": [ { - "segment": "microsoft.graph.gamma", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.gamma_Dist", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.checkMemberGroups", + "labels": [ { - "segment": "microsoft.graph.gamma_Inv", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.gammaLn", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.checkMemberObjects", + "labels": [ { - "segment": "microsoft.graph.gammaLn_Precise", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.gauss", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.evaluateDynamicMembership", + "labels": [ { - "segment": "microsoft.graph.gcd", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-evaluatedynamicmembership?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.getMemberGroups", + "labels": [ { - "segment": "microsoft.graph.geoMean", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.geStep", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.getMemberObjects", + "labels": [ { - "segment": "microsoft.graph.harMean", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.hex2Bin", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.removeFavorite", + "labels": [ { - "segment": "microsoft.graph.hex2Dec", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-removefavorite?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.hex2Oct", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-removefavorite?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.renew", + "labels": [ { - "segment": "microsoft.graph.hlookup", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-renew?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.hour", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-renew?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.resetUnseenCount", + "labels": [ { - "segment": "microsoft.graph.hyperlink", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-resetunseencount?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.hypGeom_Dist", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-resetunseencount?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.restore", + "labels": [ { - "segment": "microsoft.graph.if", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.imAbs", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.subscribeByMail", + "labels": [ { - "segment": "microsoft.graph.imaginary", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-subscribebymail?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.imArgument", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-subscribebymail?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.unsubscribeByMail", + "labels": [ { - "segment": "microsoft.graph.imConjugate", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-unsubscribebymail?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.imCos", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-unsubscribebymail?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.validateProperties", + "labels": [ { - "segment": "microsoft.graph.imCosh", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-validateproperties?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.imCot", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-validateproperties?view=graph-rest-1.0" } ] - }, + } + ] + } + ] + }, + { + "segment": "microsoft.graph.orgContact", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.imCsc", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.imCsch", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.imDiv", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.imExp", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.user", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.imLn", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.imLog10", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.application", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.imLog2", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.imPower", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.device", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.imProduct", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.imReal", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.group", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.imSec", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.imSech", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.orgContact", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.imSin", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.imSinh", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.imSqrt", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.imSub", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.user", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.addFavorite", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-addfavorite?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-addfavorite?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.assignLicense", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-assignlicense?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-assignlicense?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkGrantedPermissionsForApp", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.evaluateDynamicMembership", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-evaluatedynamicmembership?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.removeFavorite", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-removefavorite?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-removefavorite?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.renew", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-renew?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-renew?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.resetUnseenCount", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-resetunseencount?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-resetunseencount?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.restore", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.subscribeByMail", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-subscribebymail?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-subscribebymail?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.unsubscribeByMail", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-unsubscribebymail?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-unsubscribebymail?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.validateProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-validateproperties?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-validateproperties?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "onenote", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "notebooks", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/onenote-list-notebooks?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/onenote-post-notebooks?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/onenote-list-notebooks?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/onenote-post-notebooks?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.imSum", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.imTan", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{notebook-id}", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.int", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.intRate", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.ipmt", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.irr", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.isErr", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.isError", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.copyNotebook", + "labels": [ { - "segment": "microsoft.graph.isEven", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/notebook-copynotebook?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.isFormula", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/notebook-copynotebook?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "sectionGroups", + "labels": [ { - "segment": "microsoft.graph.isLogical", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/notebook-list-sectiongroups?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/notebook-post-sectiongroups?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.isNA", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/notebook-list-sectiongroups?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/notebook-post-sectiongroups?view=graph-rest-1.0" } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.isNonText", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.isNumber", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.iso_Ceiling", - "labels": [ { "name": "v1.0", "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.isOdd", + "segment": "{sectionGroup-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.isoWeekNum", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.ispmt", - "labels": [ { "name": "v1.0", "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.isref", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "parentNotebook", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.isText", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "parentSectionGroup", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.kurt", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "sectionGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/sectiongroup-list-sectiongroups?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/sectiongroup-list-sectiongroups?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{sectionGroup-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "sections", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/sectiongroup-list-sections?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/sectiongroup-post-sections?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/sectiongroup-list-sections?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/sectiongroup-post-sections?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{onenoteSection-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.copyToNotebook", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.copyToSectionGroup", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "pages", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{onenotePage-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.copyToSection", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.onenotePatchContent", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.preview()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "parentNotebook", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "parentSection", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "parentNotebook", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "parentSectionGroup", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } ] } ] - }, + } + ] + }, + { + "segment": "sections", + "labels": [ { - "segment": "microsoft.graph.large", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/notebook-list-sections?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/notebook-post-sections?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.lcm", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/notebook-list-sections?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/notebook-post-sections?view=graph-rest-1.0" } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.left", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.leftb", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.len", - "labels": [ { "name": "v1.0", "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.lenb", + "segment": "{onenoteSection-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.ln", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.copyToNotebook", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0" + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.log", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.copyToSectionGroup", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0" + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "pages", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{onenotePage-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.copyToSection", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.onenotePatchContent", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.preview()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "parentNotebook", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "parentSection", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } ] - } - ] - }, - { - "segment": "microsoft.graph.log10", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Post" + "segment": "parentNotebook", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "parentSectionGroup", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] } ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getNotebookFromWebUrl", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "operations", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{onenoteOperation-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.logNorm_Dist", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.logNorm_Inv", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.lookup", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.lower", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "pages", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{onenotePage-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.match", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.max", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.maxA", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.mduration", - "labels": [ + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Put", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.median", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Put", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.copyToSection", + "labels": [ { - "segment": "microsoft.graph.mid", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.midb", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.onenotePatchContent", + "labels": [ { - "segment": "microsoft.graph.min", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.minA", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.preview()", + "labels": [ { - "segment": "microsoft.graph.minute", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.mirr", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "parentNotebook", + "labels": [ { - "segment": "microsoft.graph.mod", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.month", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "parentSection", + "labels": [ { - "segment": "microsoft.graph.mround", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.multiNomial", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] + } + ] + } + ] + } + ] + }, + { + "segment": "resources", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{onenoteResource-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.n", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.na", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.negBinom_Dist", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.networkDays", - "labels": [ + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Put", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.networkDays_Intl", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Put", + "documentationUrl": null } ] + } + ] + } + ] + } + ] + }, + { + "segment": "sectionGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/onenote-list-sectiongroups?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/onenote-list-sectiongroups?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{sectionGroup-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.nominal", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.norm_Dist", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.norm_Inv", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.norm_S_Dist", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "parentNotebook", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.norm_S_Inv", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "parentSectionGroup", + "labels": [ { - "segment": "microsoft.graph.not", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.now", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "sectionGroups", + "labels": [ { - "segment": "microsoft.graph.nper", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/sectiongroup-list-sectiongroups?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.npv", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/sectiongroup-list-sectiongroups?view=graph-rest-1.0" } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.numberValue", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.oct2Bin", + "segment": "{sectionGroup-id1}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] - }, + } + ] + }, + { + "segment": "sections", + "labels": [ { - "segment": "microsoft.graph.oct2Dec", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/sectiongroup-list-sections?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/sectiongroup-post-sections?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.oct2Hex", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/sectiongroup-list-sections?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/sectiongroup-post-sections?view=graph-rest-1.0" } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.odd", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.oddFPrice", + "segment": "{onenoteSection-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.oddFYield", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.copyToNotebook", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0" + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.oddLPrice", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.copyToSectionGroup", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0" + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "pages", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{onenotePage-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.copyToSection", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.onenotePatchContent", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.preview()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "parentNotebook", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "parentSection", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } ] - } - ] - }, - { - "segment": "microsoft.graph.oddLYield", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Post" + "segment": "parentNotebook", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "parentSectionGroup", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] } ] + } + ] + } + ] + } + ] + }, + { + "segment": "sections", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/onenote-list-sections?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/onenote-list-sections?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{onenoteSection-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.or", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.copyToNotebook", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.pduration", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.copyToSectionGroup", + "labels": [ { - "segment": "microsoft.graph.percentile_Exc", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.percentile_Inc", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "pages", + "labels": [ { - "segment": "microsoft.graph.percentRank_Exc", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.percentRank_Inc", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.permut", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.permutationa", + "segment": "{onenotePage-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.phi", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "microsoft.graph.copyToSection", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0" + } + ] + } ] - } - ] - }, - { - "segment": "microsoft.graph.pi", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.onenotePatchContent", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "microsoft.graph.preview()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] - } - ] - }, - { - "segment": "microsoft.graph.pmt", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Post" + "segment": "parentNotebook", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "parentSection", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] } ] - }, + } + ] + }, + { + "segment": "parentNotebook", + "labels": [ { - "segment": "microsoft.graph.poisson_Dist", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.power", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "parentSectionGroup", + "labels": [ { - "segment": "microsoft.graph.ppmt", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.price", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "owners", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-list-owners?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-list-owners?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "$ref", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-list-owners?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-list-owners?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{directoryObject-id}", + "labels": [], + "children": [ + { + "segment": "$ref", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.priceDisc", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.application", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.device", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.group", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.addFavorite", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-addfavorite?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.priceMat", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-addfavorite?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.assignLicense", + "labels": [ { - "segment": "microsoft.graph.product", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-assignlicense?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.proper", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-assignlicense?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkGrantedPermissionsForApp", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.pv", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.quartile_Exc", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.checkMemberObjects", + "labels": [ { - "segment": "microsoft.graph.quartile_Inc", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.quotient", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.evaluateDynamicMembership", + "labels": [ { - "segment": "microsoft.graph.radians", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-evaluatedynamicmembership?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.getMemberGroups", + "labels": [ { - "segment": "microsoft.graph.rand", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.randBetween", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.getMemberObjects", + "labels": [ { - "segment": "microsoft.graph.rank_Avg", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.rank_Eq", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.removeFavorite", + "labels": [ { - "segment": "microsoft.graph.rate", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-removefavorite?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.received", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-removefavorite?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.renew", + "labels": [ { - "segment": "microsoft.graph.replace", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-renew?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.replaceB", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-renew?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.resetUnseenCount", + "labels": [ { - "segment": "microsoft.graph.rept", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-resetunseencount?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.right", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-resetunseencount?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.restore", + "labels": [ { - "segment": "microsoft.graph.rightb", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.roman", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.subscribeByMail", + "labels": [ { - "segment": "microsoft.graph.round", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-subscribebymail?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.roundDown", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-subscribebymail?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.unsubscribeByMail", + "labels": [ { - "segment": "microsoft.graph.roundUp", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-unsubscribebymail?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.rows", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-unsubscribebymail?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.validateProperties", + "labels": [ { - "segment": "microsoft.graph.rri", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-validateproperties?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.sec", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-validateproperties?view=graph-rest-1.0" } ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.orgContact", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.user", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.application", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.device", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.group", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.orgContact", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.user", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "permissionGrants", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-list-permissiongrants?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-list-permissiongrants?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{resourceSpecificPermissionGrant-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.checkMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.restore", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getAvailableExtensionProperties", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getByIds", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getUserOwnedObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.validateProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "photo", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$value", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "photos", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-list-photos?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-list-photos?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{profilePhoto-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$value", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-list-photos?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-list-photos?view=graph-rest-1.0" }, { - "segment": "microsoft.graph.sech", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Put", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "planner", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "plans", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannergroup-list-plans?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannergroup-list-plans?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{plannerPlan-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.second", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.seriesSum", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.sheet", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.sheets", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.sign", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "buckets", + "labels": [ { - "segment": "microsoft.graph.sin", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerplan-list-buckets?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.sinh", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerplan-list-buckets?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.skew", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.skew_p", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.sln", - "labels": [ { "name": "v1.0", "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.small", + "segment": "{plannerBucket-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.sqrt", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.sqrtPi", - "labels": [ { "name": "v1.0", "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.standardize", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + ], + "children": [ { - "name": "beta", - "methods": [ - "Post" + "segment": "tasks", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerbucket-list-tasks?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerbucket-list-tasks?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{plannerTask-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "assignedToTaskBoardFormat", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "bucketTaskBoardFormat", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "details", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannertaskdetails-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannertaskdetails-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannertaskdetails-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannertaskdetails-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "progressTaskBoardFormat", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } ] } ] - }, + } + ] + }, + { + "segment": "details", + "labels": [ { - "segment": "microsoft.graph.stDev_P", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerplandetails-get?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.stDev_S", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerplandetails-update?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.stDevA", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerplandetails-get?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.stDevPA", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerplandetails-update?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "tasks", + "labels": [ { - "segment": "microsoft.graph.substitute", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerplan-list-tasks?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.subtotal", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerplan-list-tasks?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.sum", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.sumIf", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.sumIfs", - "labels": [ { "name": "v1.0", "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.sumSq", + "segment": "{plannerTask-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.syd", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.t", - "labels": [ { "name": "v1.0", "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.t_Dist", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "assignedToTaskBoardFormat", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.t_Dist_2T", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "bucketTaskBoardFormat", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.t_Dist_RT", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "details", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannertaskdetails-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannertaskdetails-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannertaskdetails-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannertaskdetails-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "progressTaskBoardFormat", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] - }, + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "rejectedSenders", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-list-rejectedsenders?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-list-rejectedsenders?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "$ref", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-list-rejectedsenders?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-list-rejectedsenders?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{directoryObject-id}", + "labels": [], + "children": [ + { + "segment": "$ref", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.t_Inv", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.t_Inv_2T", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "settings", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-post-settings?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-list-settings?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-post-settings?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{directorySetting-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{groupSetting-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "sites", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{site-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "analytics", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.tan", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.tanh", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "columns", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.tbillEq", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/site-list-columns?view=graph-rest-1.0" }, { - "segment": "microsoft.graph.tbillPrice", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/site-post-columns?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.tbillYield", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/site-list-columns?view=graph-rest-1.0" }, { - "segment": "microsoft.graph.text", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/site-post-columns?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.time", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{columnDefinition-id}", + "labels": [ { - "segment": "microsoft.graph.timevalue", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.today", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.trim", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.trimMean", + "segment": "sourceColumn", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] + } + ] + } + ] + }, + { + "segment": "contentTypes", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/site-list-contenttypes?view=graph-rest-1.0" }, { - "segment": "microsoft.graph.true", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/site-post-contenttypes?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/site-list-contenttypes?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/site-post-contenttypes?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.trunc", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{contentType-id}", + "labels": [ { - "segment": "microsoft.graph.type", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.unichar", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.unicode", + "segment": "base", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.upper", + "segment": "baseTypes", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.usdollar", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "{contentType-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "microsoft.graph.value", + "segment": "columnLinks", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.var_P", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "{columnLink-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "microsoft.graph.var_S", + "segment": "columnPositions", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.varA", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "{columnDefinition-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "microsoft.graph.varPA", + "segment": "columns", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-list-columns?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-post-columns?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-list-columns?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-post-columns?view=graph-rest-1.0" + } ] } - ] - }, - { - "segment": "microsoft.graph.vdb", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "{columnDefinition-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "sourceColumn", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] } ] }, { - "segment": "microsoft.graph.vlookup", + "segment": "microsoft.graph.associateWithHubSites", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.weekday", + "segment": "microsoft.graph.copyToDefaultContentLocation", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.weekNum", + "segment": "microsoft.graph.isPublished()", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.weibull_Dist", + "segment": "microsoft.graph.publish", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.workDay", + "segment": "microsoft.graph.unpublish", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0" + } ] } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.addCopy", + "labels": [ { - "segment": "microsoft.graph.workDay_Intl", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.xirr", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.addCopyFromContentTypeHub", + "labels": [ { - "segment": "microsoft.graph.xnpv", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.xor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.getCompatibleHubContentTypes()", + "labels": [ { - "segment": "microsoft.graph.year", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.yearFrac", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + } + ] + }, + { + "segment": "drive", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.yield", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/drive-get?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/drive-get?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "drives", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/drive-list?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/drive-list?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.yieldDisc", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{drive-id}", + "labels": [ { - "segment": "microsoft.graph.yieldMat", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.z_Test", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] } ] + } + ] + }, + { + "segment": "externalColumns", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] }, { - "segment": "microsoft.graph.closeSession", + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.createSession", + "segment": "{columnDefinition-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] + } + ] + }, + { + "segment": "items", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] }, { - "segment": "microsoft.graph.refreshSession", + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.sessionInfoResource(key={key})", + "segment": "{baseItem-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] + } + ] + }, + { + "segment": "lists", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/list-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/list-create?view=graph-rest-1.0" + } + ] }, { - "segment": "microsoft.graph.tableRowOperationResult(key={key})", + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/list-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/list-create?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "names", + "segment": "{list-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{workbookNamedItem-id}", + "segment": "activities", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "columns", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/list-list-columns?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/list-post-columns?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/list-list-columns?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/list-post-columns?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "microsoft.graph.range()", + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{columnDefinition-id}", "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, { "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "sourceColumn", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] + } + ] + } + ] + }, + { + "segment": "contentTypes", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/list-list-contenttypes?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/list-list-contenttypes?view=graph-rest-1.0" }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "worksheet", + "segment": "{contentType-id}", "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, { "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "base", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "baseTypes", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{contentType-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "columnLinks", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{columnLink-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "charts", + "segment": "columnPositions", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{workbookChart-id}", + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{columnDefinition-id}", "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, { "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] + } + ] + } + ] + }, + { + "segment": "columns", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-list-columns?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-post-columns?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-list-columns?view=graph-rest-1.0" }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-post-columns?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{columnDefinition-id}", + "labels": [ { - "segment": "axes", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } - ], - "children": [ + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "categoryAxis", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "majorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "minorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "title", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "seriesAxis", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "majorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "minorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "sourceColumn", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "title", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "valueAxis", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "majorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "minorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, + "name": "v1.0", + "methods": [ { - "segment": "title", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] + "name": "Get", + "documentationUrl": null } ] } ] - }, + } + ] + } + ] + }, + { + "segment": "microsoft.graph.associateWithHubSites", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.copyToDefaultContentLocation", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.isPublished()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.publish", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.unpublish", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.addCopy", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.addCopyFromContentTypeHub", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getCompatibleHubContentTypes()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "drive", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "items", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-create?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-create?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{listItem-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "activities", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{itemActivityOLD-id}", + "labels": [ { - "segment": "dataLabels", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "driveItem", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "format", + "segment": "content", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fill", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "font", - "labels": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Put", + "documentationUrl": null } ] } @@ -161899,223 +229358,466 @@ ] }, { - "segment": "format", + "segment": "listItem", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] + } + ] + } + ] + } + ] + }, + { + "segment": "analytics", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "documentSetVersions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-post-documentsetversions?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-post-documentsetversions?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{documentSetVersion-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } - ], - "children": [ + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "fill", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.restore", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0" } ] }, { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0" } ] } ] + } + ] + } + ] + }, + { + "segment": "driveItem", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "fields", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createLink", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-createlink?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getActivitiesByInterval()", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "versions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-list-versions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{listItemVersion-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] }, { - "segment": "legend", + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "fields", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } - ], + ] + }, + { + "segment": "microsoft.graph.documentSetVersion", + "labels": [], "children": [ { - "segment": "format", + "segment": "microsoft.graph.restore", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fill", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0" } ] }, { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0" } ] } @@ -162124,419 +229826,1105 @@ ] }, { - "segment": "microsoft.graph.image()", - "labels": [ + "segment": "microsoft.graph.restoreVersion", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0" + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta(token='{token}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "operations", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{richLongRunningOperation-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "subscriptions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{subscription-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.reauthorize", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getActivitiesByInterval()", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getApplicableContentTypesForList(listId='{listId}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getByPath(path='{path}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "onenote", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "notebooks", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/onenote-list-notebooks?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/onenote-post-notebooks?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/onenote-list-notebooks?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/onenote-post-notebooks?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{notebook-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.copyNotebook", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/notebook-copynotebook?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/notebook-copynotebook?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "sectionGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/notebook-list-sectiongroups?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/notebook-post-sectiongroups?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/notebook-list-sectiongroups?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/notebook-post-sectiongroups?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{sectionGroup-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "parentNotebook", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "parentSectionGroup", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.image(width={width},height={height},fittingMode={fittingMode})", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "sectionGroups", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/sectiongroup-list-sectiongroups?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.image(width={width},height={height})", + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/sectiongroup-list-sectiongroups?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.image(width={width})", + "segment": "{sectionGroup-id1}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] - }, + } + ] + }, + { + "segment": "sections", + "labels": [ { - "segment": "microsoft.graph.setData", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/sectiongroup-list-sections?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/sectiongroup-post-sections?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.setPosition", + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/sectiongroup-list-sections?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/sectiongroup-post-sections?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "series", + "segment": "{onenoteSection-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{workbookChartSeries-id}", + "segment": "microsoft.graph.copyToNotebook", "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0" + } + ] + }, { "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.copyToSectionGroup", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0" + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "pages", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "format", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{onenotePage-id}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "fill", + "segment": "content", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Put", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.setSolidColor", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Put", + "documentationUrl": null } ] } ] }, { - "segment": "line", + "segment": "microsoft.graph.copyToSection", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0" } ] } ] - } - ] - }, - { - "segment": "points", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookChartPoint-id}", + "segment": "microsoft.graph.onenotePatchContent", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "microsoft.graph.preview()", + "labels": [ { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } - ], - "children": [ + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "fill", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "microsoft.graph.count()", + "segment": "parentNotebook", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.itemAt(index={index})", + "segment": "parentSection", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] @@ -162546,267 +230934,433 @@ ] }, { - "segment": "microsoft.graph.count()", + "segment": "parentNotebook", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.itemAt(index={index})", + "segment": "parentSectionGroup", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] } ] + } + ] + } + ] + } + ] + }, + { + "segment": "sections", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/notebook-list-sections?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/notebook-post-sections?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/notebook-list-sections?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/notebook-post-sections?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{onenoteSection-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.copyToNotebook", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.copyToSectionGroup", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "pages", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] }, { - "segment": "title", + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{onenotePage-id}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "format", + "segment": "content", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fill", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Put", + "documentationUrl": null } ] }, { - "segment": "font", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Put", + "documentationUrl": null } ] } ] - } - ] - }, - { - "segment": "worksheet", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.cell(row={row},column={column})", + "segment": "microsoft.graph.copyToSection", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.range()", + "segment": "microsoft.graph.onenotePatchContent", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.range(address={address})", + "segment": "microsoft.graph.preview()", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.usedRange()", + "segment": "parentNotebook", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.usedRange(valuesOnly={valuesOnly})", + "segment": "parentSection", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] @@ -162816,1335 +231370,1155 @@ ] }, { - "segment": "microsoft.graph.add", + "segment": "parentNotebook", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.count()", + "segment": "parentSectionGroup", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getNotebookFromWebUrl", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "operations", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{onenoteOperation-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "pages", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{onenotePage-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.item(name={name})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Put", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.copyToSection", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.onenotePatchContent", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.preview()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "parentNotebook", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "parentSection", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "resources", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{onenoteResource-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Put", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.cell(row={row},column={column})", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Put", + "documentationUrl": null } ] + } + ] + } + ] + } + ] + }, + { + "segment": "sectionGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/onenote-list-sectiongroups?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/onenote-list-sectiongroups?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{sectionGroup-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "parentNotebook", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.range(address={address})", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "parentSectionGroup", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.usedRange()", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "sectionGroups", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/sectiongroup-list-sectiongroups?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.usedRange(valuesOnly={valuesOnly})", + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/sectiongroup-list-sectiongroups?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "names", + "segment": "{sectionGroup-id1}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookNamedItem-id1}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.add", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] + } + ] + } + ] + }, + { + "segment": "sections", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/sectiongroup-list-sections?view=graph-rest-1.0" }, { - "segment": "microsoft.graph.addFormulaLocal", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/sectiongroup-post-sections?view=graph-rest-1.0" } ] }, { - "segment": "pivotTables", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/sectiongroup-list-sections?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/sectiongroup-post-sections?view=graph-rest-1.0" } - ], - "children": [ + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ { - "segment": "{workbookPivotTable-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.refresh", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "beta", + "methods": [ { - "segment": "worksheet", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.cell(row={row},column={column})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range(address={address})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.usedRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.usedRange(valuesOnly={valuesOnly})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.refreshAll", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "protection", + "segment": "{onenoteSection-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.protect", - "labels": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.unprotect", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } - ] - }, - { - "segment": "tables", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } ], "children": [ { - "segment": "{workbookTable-id}", + "segment": "microsoft.graph.copyToNotebook", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "columns", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookTableColumn-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "filter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.apply", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyBottomItemsFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyBottomPercentFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyCellColorFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyCustomFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyDynamicFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyFontColorFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyIconFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyTopItemsFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyTopPercentFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyValuesFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.dataBodyRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.headerRowRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.totalRowRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.add", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.count()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.clearFilters", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.copyToSectionGroup", + "labels": [ { - "segment": "microsoft.graph.convertToRange", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.dataBodyRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "pages", + "labels": [ { - "segment": "microsoft.graph.headerRowRange()", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.range()", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.reapplyFilters", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.totalRowRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "rows", + "segment": "{onenotePage-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookTableRow-id}", - "labels": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.add", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.count()", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Delete", + "documentationUrl": null } ] } - ] - }, - { - "segment": "sort", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } ], "children": [ { - "segment": "microsoft.graph.apply", + "segment": "content", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } ] }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.reapply", - "labels": [ { "name": "v1.0", "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } ] } ] - } - ] - }, - { - "segment": "worksheet", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ + }, { - "segment": "microsoft.graph.cell(row={row},column={column})", + "segment": "microsoft.graph.copyToSection", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.range()", + "segment": "microsoft.graph.onenotePatchContent", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.range(address={address})", + "segment": "microsoft.graph.preview()", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.usedRange()", + "segment": "parentNotebook", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.usedRange(valuesOnly={valuesOnly})", + "segment": "parentSection", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] @@ -164154,52 +232528,47 @@ ] }, { - "segment": "microsoft.graph.add", + "segment": "parentNotebook", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.count()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.itemAt(index={index})", + "segment": "parentSectionGroup", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] @@ -164209,1515 +232578,1384 @@ ] } ] - }, + } + ] + }, + { + "segment": "sections", + "labels": [ { - "segment": "microsoft.graph.add", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/onenote-list-sections?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.addFormulaLocal", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/onenote-list-sections?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] } - ] - }, - { - "segment": "operations", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } ], "children": [ { - "segment": "{workbookOperation-id}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] - } - ] - }, - { - "segment": "tables", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookTable-id}", + "segment": "{onenoteSection-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "columns", + "segment": "microsoft.graph.copyToNotebook", "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0" + } + ] + }, { "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.copyToSectionGroup", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0" + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "pages", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{workbookTableColumn-id}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{onenotePage-id}", + "labels": [ { - "segment": "filter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.apply", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyBottomItemsFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.applyBottomPercentFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.applyCellColorFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.applyCustomFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.applyDynamicFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.applyFontColorFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.applyIconFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ { - "segment": "microsoft.graph.applyTopItemsFilter", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Put", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.applyTopPercentFilter", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Put", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.copyToSection", + "labels": [ { - "segment": "microsoft.graph.applyValuesFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0" } ] } ] }, { - "segment": "microsoft.graph.dataBodyRange()", + "segment": "microsoft.graph.onenotePatchContent", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.headerRowRange()", + "segment": "microsoft.graph.preview()", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.range()", + "segment": "parentNotebook", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.totalRowRange()", + "segment": "parentSection", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] } ] - }, - { - "segment": "microsoft.graph.add", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.count()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] } ] }, { - "segment": "microsoft.graph.clearFilters", + "segment": "parentNotebook", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.convertToRange", + "segment": "parentSectionGroup", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] + } + ] + } + ] + } + ] + }, + { + "segment": "operations", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/site-list-operations?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/site-list-operations?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{richLongRunningOperation-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.dataBodyRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "pages", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/sitepage-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/sitepage-create?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{sitePage-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.publish", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": null } ] + } + ] + } + ] + } + ] + }, + { + "segment": "permissions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/site-list-permissions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/site-post-permissions?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/site-list-permissions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/site-post-permissions?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{permission-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.headerRowRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.grant", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.range()", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.revokeGrants", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-1.0" } ] + } + ] + } + ] + } + ] + }, + { + "segment": "sites", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/site-list-subsites?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/site-list-subsites?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{site-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "termStore", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-store-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-store-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-store-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "groups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-list-groups?view=graph-rest-1.0" }, { - "segment": "microsoft.graph.reapplyFilters", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-group-post?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-list-groups?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-group-post?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.totalRowRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{group-id1}", + "labels": [ { - "segment": "rows", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookTableRow-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.add", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.count()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "sort", + "segment": "sets", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.apply", - "labels": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-group-list-sets?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.clear", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-group-list-sets?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.reapply", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } - ] - } - ] - }, - { - "segment": "worksheet", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ + ] + }, { - "segment": "charts", + "segment": "{set-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{workbookChart-id}", + "segment": "children", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-term-list-children?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-term-post?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-term-list-children?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-term-post?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "axes", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{term-id}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "categoryAxis", + "segment": "children", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "format", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "majorGridlines", + "segment": "{term-id1}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ + "name": "Patch", + "documentationUrl": null + }, { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] - } - ] - }, - { - "segment": "minorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ + "name": "Patch", + "documentationUrl": null + }, { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] } - ] - }, - { - "segment": "title", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } ], "children": [ { - "segment": "format", + "segment": "relations", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Post", + "documentationUrl": null } ] - } - ] - } - ] - } - ] - }, - { - "segment": "seriesAxis", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "line", - "labels": [ { "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "microsoft.graph.clear", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] - } - ] - } - ] - }, - { - "segment": "majorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", + "segment": "{relation-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "microsoft.graph.clear", + "segment": "fromTerm", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] - } - ] - } - ] - } - ] - }, - { - "segment": "minorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" + "segment": "set", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] - } - ], - "children": [ + }, { - "segment": "microsoft.graph.clear", + "segment": "toTerm", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] @@ -165725,69 +233963,25 @@ ] } ] - } - ] - }, - { - "segment": "title", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", + "segment": "set", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] } @@ -165798,342 +233992,162 @@ ] }, { - "segment": "valueAxis", + "segment": "relations", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "format", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "majorGridlines", + "segment": "{relation-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "format", + "segment": "fromTerm", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null } ] } ] - } - ] - }, - { - "segment": "minorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", + "segment": "set", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null } ] } ] - } - ] - }, - { - "segment": "title", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", + "segment": "toTerm", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] } @@ -166142,733 +234156,582 @@ ] } ] - } - ] - }, - { - "segment": "dataLabels", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", + "segment": "set", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fill", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] } ] } ] + } + ] + }, + { + "segment": "parentGroup", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "relations", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-term-list-relations?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] }, { - "segment": "format", + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-term-list-relations?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{relation-id}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "fill", + "segment": "fromTerm", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "font", + "segment": "set", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] - } - ] - }, - { - "segment": "legend", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", + "segment": "toTerm", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fill", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] } ] } ] - }, - { - "segment": "microsoft.graph.image()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.image(width={width},height={height},fittingMode={fittingMode})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.image(width={width},height={height})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, + } + ] + }, + { + "segment": "terms", + "labels": [ { - "segment": "microsoft.graph.image(width={width})", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.setData", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.setPosition", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "series", + "segment": "{term-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{workbookChartSeries-id}", + "segment": "children", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "format", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{term-id1}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "fill", + "segment": "relations", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.setSolidColor", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] } - ] - }, - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } ], "children": [ { - "segment": "microsoft.graph.clear", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] - } - ] - } - ] - }, - { - "segment": "points", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookChartPoint-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", + "segment": "{relation-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "fill", + "segment": "fromTerm", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "set", + "labels": [ { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.setSolidColor", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "toTerm", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null } ] } @@ -166879,35 +234742,24 @@ ] }, { - "segment": "microsoft.graph.count()", + "segment": "set", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] @@ -166917,267 +234769,190 @@ ] }, { - "segment": "microsoft.graph.count()", + "segment": "relations", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "title", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ { "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "fill", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{relation-id}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "microsoft.graph.clear", + "segment": "fromTerm", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.setSolidColor", + "segment": "set", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] - } - ] - }, - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" + "segment": "toTerm", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] } ] } ] - } - ] - }, - { - "segment": "worksheet", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.cell(row={row},column={column})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] }, { - "segment": "microsoft.graph.range(address={address})", + "segment": "set", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.usedRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.usedRange(valuesOnly={valuesOnly})", - "labels": [ { "name": "v1.0", "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] @@ -167185,763 +234960,647 @@ ] } ] - }, - { - "segment": "microsoft.graph.add", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.count()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.item(name={name})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] } ] + } + ] + } + ] + } + ] + }, + { + "segment": "sets", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{set-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.cell(row={row},column={column})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.range(address={address})", - "labels": [ + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "children", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-term-list-children?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-term-post?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.usedRange()", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-term-list-children?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-term-post?view=graph-rest-1.0" } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.usedRange(valuesOnly={valuesOnly})", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "names", + "segment": "{term-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookNamedItem-id}", - "labels": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "worksheet", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.cell(row={row},column={column})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range(address={address})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.usedRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.usedRange(valuesOnly={valuesOnly})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.add", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.addFormulaLocal", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] } - ] - }, - { - "segment": "pivotTables", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } ], "children": [ { - "segment": "{workbookPivotTable-id}", + "segment": "children", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "microsoft.graph.refresh", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "worksheet", + "segment": "{term-id1}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.cell(row={row},column={column})", - "labels": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.range()", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.range(address={address})", + "segment": "relations", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.usedRange()", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Get" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get" + "segment": "{relation-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "fromTerm", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "toTerm", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] } ] }, { - "segment": "microsoft.graph.usedRange(valuesOnly={valuesOnly})", + "segment": "set", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.refreshAll", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "protection", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.protect", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.unprotect", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] } ] - } - ] - }, - { - "segment": "tables", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookTable-id1}", + "segment": "relations", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clearFilters", - "labels": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.convertToRange", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.dataBodyRange()", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.headerRowRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.range()", + "segment": "{relation-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.reapplyFilters", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "fromTerm", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.totalRowRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" + "segment": "set", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get" + "segment": "toTerm", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] } ] @@ -167949,52 +235608,24 @@ ] }, { - "segment": "microsoft.graph.add", + "segment": "set", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.count()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ { "name": "v1.0", "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] @@ -168002,344 +235633,510 @@ ] } ] - } - ] - }, - { - "segment": "microsoft.graph.add", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.count()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "worksheets", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookWorksheet-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "charts", + "segment": "parentGroup", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{workbookChart-id}", + "segment": "sets", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-group-list-sets?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-group-list-sets?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "axes", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{set-id1}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "categoryAxis", + "segment": "children", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-term-list-children?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-term-post?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-term-list-children?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-term-post?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "format", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "majorGridlines", + "segment": "{term-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "format", + "segment": "children", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "line", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{term-id1}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "microsoft.graph.clear", + "segment": "relations", "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, { "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, + { + "segment": "{relation-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "fromTerm", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "toTerm", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } ] } ] @@ -168347,85 +236144,165 @@ ] } ] - } - ] - }, - { - "segment": "minorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", + "segment": "relations", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "line", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{relation-id}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "microsoft.graph.clear", + "segment": "fromTerm", "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, { "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "toTerm", + "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } ] } ] @@ -168433,69 +236310,25 @@ ] } ] - } - ] - }, - { - "segment": "title", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", + "segment": "set", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] } @@ -168506,272 +236339,542 @@ ] }, { - "segment": "seriesAxis", + "segment": "relations", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-term-list-relations?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-term-list-relations?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "format", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{relation-id}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "font", + "segment": "fromTerm", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "line", + "segment": "set", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "toTerm", + "labels": [ { - "segment": "microsoft.graph.clear", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] } ] } ] + } + ] + }, + { + "segment": "terms", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] }, { - "segment": "majorGridlines", + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{term-id}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "format", + "segment": "children", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "line", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{term-id1}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "microsoft.graph.clear", + "segment": "relations", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{relation-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "fromTerm", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "toTerm", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "minorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" ] }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", + "segment": "set", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] @@ -168779,345 +236882,165 @@ ] } ] - } - ] - }, - { - "segment": "title", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", + "segment": "relations", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Post", + "documentationUrl": null } ] - } - ] - } - ] - } - ] - }, - { - "segment": "valueAxis", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "line", - "labels": [ { "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "microsoft.graph.clear", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] - } - ] - } - ] - }, - { - "segment": "majorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", + "segment": "{relation-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "microsoft.graph.clear", + "segment": "fromTerm", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] - } - ] - } - ] - } - ] - }, - { - "segment": "minorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" + "segment": "set", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] - } - ], - "children": [ + }, { - "segment": "microsoft.graph.clear", + "segment": "toTerm", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] @@ -169125,69 +237048,25 @@ ] } ] - } - ] - }, - { - "segment": "title", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", + "segment": "set", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] } @@ -169198,100 +237077,523 @@ ] } ] + } + ] + } + ] + }, + { + "segment": "relations", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-term-list-relations?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-term-list-relations?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{relation-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "fromTerm", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] }, { - "segment": "dataLabels", + "segment": "toTerm", "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, { "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] + } + ] + } + ] + } + ] + }, + { + "segment": "terms", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{term-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "children", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "format", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{term-id1}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "fill", + "segment": "relations", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "microsoft.graph.clear", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.setSolidColor", + "segment": "{relation-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "fromTerm", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "toTerm", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] } ] @@ -169299,22 +237601,24 @@ ] }, { - "segment": "font", + "segment": "set", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] @@ -169324,222 +237628,163 @@ ] }, { - "segment": "format", + "segment": "relations", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "fill", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "font", + "segment": "{relation-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "legend", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "fill", + "segment": "fromTerm", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "set", + "labels": [ { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "font", + "segment": "toTerm", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] @@ -169549,419 +237794,536 @@ ] }, { - "segment": "microsoft.graph.image()", + "segment": "set", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.image(width={width},height={height},fittingMode={fittingMode})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.image(width={width},height={height})", - "labels": [ { "name": "v1.0", "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "termStores", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{store-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "groups", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-list-groups?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-group-post?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{group-id1}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.image(width={width})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.setData", - "labels": [ + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "sets", + "labels": [ + { + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-group-list-sets?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.setPosition", + "segment": "$count", "labels": [ { "name": "v1.0", "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "series", + "segment": "{set-id}", "labels": [ { "name": "v1.0", "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{workbookChartSeries-id}", + "segment": "children", "labels": [ { "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-term-list-children?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-term-post?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "format", + "segment": "$count", "labels": [ { "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fill", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "points", + "segment": "{term-id}", "labels": [ { "name": "v1.0", "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{workbookChartPoint-id}", + "segment": "children", "labels": [ { "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "format", + "segment": "$count", "labels": [ { "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "{term-id1}", + "labels": [ { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "fill", + "segment": "relations", "labels": [ { "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "microsoft.graph.clear", + "segment": "$count", "labels": [ { "name": "v1.0", "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.setSolidColor", + "segment": "{relation-id}", "labels": [ { "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "fromTerm", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "set", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "toTerm", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] } ] } ] + }, + { + "segment": "set", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] } ] } ] }, { - "segment": "microsoft.graph.count()", + "segment": "relations", "labels": [ { "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get" + "segment": "{relation-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "fromTerm", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "toTerm", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] } ] }, { - "segment": "microsoft.graph.itemAt(index={index})", + "segment": "set", "labels": [ { "name": "v1.0", "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] @@ -169971,157 +238333,465 @@ ] }, { - "segment": "microsoft.graph.count()", + "segment": "parentGroup", "labels": [ { "name": "v1.0", "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.itemAt(index={index})", + "segment": "relations", "labels": [ { "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-term-list-relations?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get" + "segment": "{relation-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "fromTerm", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "toTerm", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] } ] - } - ] - }, - { - "segment": "title", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", + "segment": "terms", "labels": [ { "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "fill", + "segment": "$count", "labels": [ { "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "{term-id}", + "labels": [ { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "microsoft.graph.clear", + "segment": "children", "labels": [ { "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "{term-id1}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "relations", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{relation-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "fromTerm", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "toTerm", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] } ] }, { - "segment": "microsoft.graph.setSolidColor", + "segment": "relations", "labels": [ { "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "{relation-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "fromTerm", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "toTerm", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] } ] - } - ] - }, - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" + "segment": "set", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] } ] @@ -170129,634 +238799,403 @@ ] } ] - }, - { - "segment": "worksheet", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.cell(row={row},column={column})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range(address={address})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.usedRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.usedRange(valuesOnly={valuesOnly})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.add", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.count()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.item(name={name})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] } ] } ] - }, - { - "segment": "microsoft.graph.cell(row={row},column={column})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range(address={address})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, + } + ] + }, + { + "segment": "sets", + "labels": [ { - "segment": "microsoft.graph.usedRange()", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.usedRange(valuesOnly={valuesOnly})", + "segment": "$count", "labels": [ { "name": "v1.0", "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "names", + "segment": "{set-id}", "labels": [ { "name": "v1.0", "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookNamedItem-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "worksheet", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.cell(row={row},column={column})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range(address={address})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.usedRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.usedRange(valuesOnly={valuesOnly})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.add", - "labels": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.addFormulaLocal", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] } - ] - }, - { - "segment": "pivotTables", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } ], "children": [ { - "segment": "{workbookPivotTable-id}", + "segment": "children", "labels": [ { "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-term-list-children?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-term-post?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "microsoft.graph.refresh", + "segment": "$count", "labels": [ { "name": "v1.0", "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "worksheet", + "segment": "{term-id}", "labels": [ { "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "microsoft.graph.cell(row={row},column={column})", + "segment": "children", "labels": [ { "name": "v1.0", "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.range()", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Get" + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get" + "segment": "{term-id1}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "relations", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{relation-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "fromTerm", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "toTerm", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] } ] }, { - "segment": "microsoft.graph.range(address={address})", + "segment": "relations", "labels": [ { "name": "v1.0", "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.usedRange()", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Get" + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get" + "segment": "{relation-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "fromTerm", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "toTerm", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] } ] }, { - "segment": "microsoft.graph.usedRange(valuesOnly={valuesOnly})", + "segment": "set", "labels": [ { "name": "v1.0", "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] @@ -170766,918 +239205,1311 @@ ] }, { - "segment": "microsoft.graph.refreshAll", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "protection", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.protect", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.unprotect", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "tables", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookTable-id}", + "segment": "parentGroup", "labels": [ { "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "columns", + "segment": "sets", "labels": [ { "name": "v1.0", "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-group-list-sets?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{workbookTableColumn-id}", + "segment": "$count", "labels": [ { "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "{set-id1}", + "labels": [ { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "filter", + "segment": "children", "labels": [ { "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-term-list-children?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-term-post?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "microsoft.graph.apply", + "segment": "$count", "labels": [ { "name": "v1.0", "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.applyBottomItemsFilter", + "segment": "{term-id}", "labels": [ { "name": "v1.0", "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.applyBottomPercentFilter", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "children", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{term-id1}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "relations", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{relation-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "fromTerm", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "toTerm", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyCellColorFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "relations", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{relation-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "fromTerm", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "toTerm", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "set", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] } ] - }, + } + ] + }, + { + "segment": "relations", + "labels": [ { - "segment": "microsoft.graph.applyCustomFilter", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-term-list-relations?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.applyDynamicFilter", + "segment": "$count", "labels": [ { "name": "v1.0", "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.applyFontColorFilter", + "segment": "{relation-id}", "labels": [ { "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] - }, + } + ], + "children": [ { - "name": "beta", - "methods": [ - "Post" + "segment": "fromTerm", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] - } - ] - }, - { - "segment": "microsoft.graph.applyIconFilter", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Post" + "segment": "set", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "toTerm", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] } ] - }, + } + ] + }, + { + "segment": "terms", + "labels": [ { - "segment": "microsoft.graph.applyTopItemsFilter", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.applyTopPercentFilter", + "segment": "$count", "labels": [ { "name": "v1.0", "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.applyValuesFilter", + "segment": "{term-id}", "labels": [ { "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] - }, + } + ], + "children": [ { - "name": "beta", - "methods": [ - "Post" + "segment": "children", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{term-id1}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "relations", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{relation-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "fromTerm", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "toTerm", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } ] - } - ] - }, - { - "segment": "microsoft.graph.clear", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Post" + "segment": "relations", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{relation-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "fromTerm", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "toTerm", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "set", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] } ] } ] - }, - { - "segment": "microsoft.graph.dataBodyRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.headerRowRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.totalRowRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.add", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.count()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] } ] } ] - }, - { - "segment": "microsoft.graph.clearFilters", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.convertToRange", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.dataBodyRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.headerRowRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, + } + ] + }, + { + "segment": "relations", + "labels": [ { - "segment": "microsoft.graph.reapplyFilters", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-term-list-relations?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.totalRowRange()", + "segment": "$count", "labels": [ { "name": "v1.0", "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "rows", + "segment": "{relation-id}", "labels": [ { "name": "v1.0", "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookTableRow-id}", - "labels": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ + "name": "Patch", + "documentationUrl": null + }, { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.add", + "segment": "fromTerm", "labels": [ { "name": "v1.0", "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.count()", + "segment": "set", "labels": [ { "name": "v1.0", "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.itemAt(index={index})", + "segment": "toTerm", "labels": [ { "name": "v1.0", "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] } ] - }, + } + ] + }, + { + "segment": "terms", + "labels": [ { - "segment": "sort", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Post", + "documentationUrl": null } - ], - "children": [ - { - "segment": "microsoft.graph.apply", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ { - "segment": "microsoft.graph.reapply", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "worksheet", + "segment": "{term-id}", "labels": [ { "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "microsoft.graph.cell(row={row},column={column})", + "segment": "children", "labels": [ { "name": "v1.0", "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.range()", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Get" + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get" + "segment": "{term-id1}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "relations", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{relation-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "fromTerm", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "toTerm", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] } ] }, { - "segment": "microsoft.graph.range(address={address})", + "segment": "relations", "labels": [ { "name": "v1.0", "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.usedRange()", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Get" + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get" + "segment": "{relation-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "fromTerm", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "toTerm", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] } ] }, { - "segment": "microsoft.graph.usedRange(valuesOnly={valuesOnly})", + "segment": "set", "labels": [ { "name": "v1.0", "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] @@ -171685,1350 +240517,965 @@ ] } ] - }, - { - "segment": "microsoft.graph.add", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.count()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] } ] } ] - }, - { - "segment": "microsoft.graph.add", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] } ] } ] } ] + }, + { + "segment": "microsoft.graph.add", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/site-follow?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/site-follow?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.remove", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/site-unfollow?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/site-unfollow?view=graph-rest-1.0" + } + ] + } + ] } ] }, { - "segment": "items", + "segment": "team", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-put-teams?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-put-teams?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{driveItem-id}", + "segment": "allChannels", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-list-allchannels?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-list-allchannels?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "activities", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{itemActivityOLD-id}", - "labels": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } - ], - "children": [ - { - "segment": "driveItem", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.checkin", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.checkout", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.copy", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.createLink", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.createUploadSession", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.delta()", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.delta(token={token})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.follow", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getActivitiesByInterval(startDateTime={startDateTime},endDateTime={endDateTime},interval={interval})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.invite", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.preview", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.restore", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.search(q={q})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.unfollow", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.validatePermission", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "listItem", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "activities", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{itemActivityOLD-id1}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "analytics", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "driveItem", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.checkin", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.checkout", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.copy", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.createLink", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.createUploadSession", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.delta()", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.delta(token={token})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.follow", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getActivitiesByInterval(startDateTime={startDateTime},endDateTime={endDateTime},interval={interval})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.invite", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.preview", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.restore", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.search(q={q})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.unfollow", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.validatePermission", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "fields", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.createLink", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getActivitiesByInterval(startDateTime={startDateTime},endDateTime={endDateTime},interval={interval})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "versions", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{listItemVersion-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fields", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.restoreVersion", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "analytics", + "segment": "{channel-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - }, { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] } ] + } + ] + }, + { + "segment": "channels", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-post?view=graph-rest-1.0" + } + ] }, { - "segment": "children", + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-post?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{channel-id}", + "labels": [ { - "segment": "{driveItem-id1}", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "content", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Put" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.checkin", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.checkout", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.copy", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.createLink", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "filesFolder", + "labels": [ { - "segment": "microsoft.graph.createUploadSession", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.delta()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0" } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.delta(token={token})", + "segment": "content", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } ] } ] - }, + } + ] + }, + { + "segment": "members", + "labels": [ { - "segment": "microsoft.graph.follow", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-list-members?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-post-members?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.getActivitiesByInterval()", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-list-members?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/conversationmember-add?view=graph-rest-1.0" } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.getActivitiesByInterval(startDateTime={startDateTime},endDateTime={endDateTime},interval={interval})", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.invite", + "segment": "{conversationMember-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.preview", + "segment": "microsoft.graph.add", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0" + } ] } ] - }, + } + ] + }, + { + "segment": "messages", + "labels": [ { - "segment": "microsoft.graph.restore", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-list-messages?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-post?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.search(q={q})", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-list-messages?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-post?view=graph-rest-1.0" } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.unfollow", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.validatePermission", + "segment": "{chatMessage-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] - } - ] - } - ] - } - ] - }, - { - "segment": "content", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Put" - ] - } - ] - }, - { - "segment": "listItem", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "activities", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{itemActivityOLD-id}", - "labels": [ + }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "driveItem", + "segment": "hostedContents", "labels": [ { "name": "beta", "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.checkin", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.checkout", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] - } - ] - }, - { - "segment": "microsoft.graph.copy", - "labels": [ + }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.createLink", + "segment": "{chatMessageHostedContent-id}", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] - } - ] - }, - { - "segment": "microsoft.graph.createUploadSession", - "labels": [ + }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.setReaction", + "labels": [ { - "segment": "microsoft.graph.delta()", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.softDelete", + "labels": [ { - "segment": "microsoft.graph.delta(token={token})", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.undoSoftDelete", + "labels": [ { - "segment": "microsoft.graph.follow", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.unsetReaction", + "labels": [ { - "segment": "microsoft.graph.getActivitiesByInterval(startDateTime={startDateTime},endDateTime={endDateTime},interval={interval})", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "replies", + "labels": [ { - "segment": "microsoft.graph.invite", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-list-replies?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-post-replies?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.preview", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-list-replies?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-post-replies?view=graph-rest-1.0" } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.restore", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] - } - ] - }, - { - "segment": "microsoft.graph.search(q={q})", - "labels": [ + }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.unfollow", + "segment": "{chatMessage-id1}", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] - } - ] - }, - { - "segment": "microsoft.graph.validatePermission", - "labels": [ + }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } - ] - } - ] - }, - { - "segment": "listItem", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.createLink", - "labels": [ + ], + "children": [ { - "name": "beta", - "methods": [ - "Post" + "segment": "hostedContents", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{chatMessageHostedContent-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.setReaction", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.softDelete", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.undoSoftDelete", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.unsetReaction", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "microsoft.graph.getActivitiesByInterval(startDateTime={startDateTime},endDateTime={endDateTime},interval={interval})", + "segment": "microsoft.graph.delta()", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } ] } ] @@ -173036,43 +241483,26 @@ ] } ] - } - ] - }, - { - "segment": "analytics", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] }, { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", + "segment": "microsoft.graph.delta()", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Put", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Put", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] @@ -173080,9376 +241510,14483 @@ ] }, { - "segment": "driveItem", + "segment": "microsoft.graph.completeMigration", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-completemigration?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-completemigration?view=graph-rest-1.0" + } ] } - ], - "children": [ + ] + }, + { + "segment": "microsoft.graph.doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')", + "labels": [ { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.checkin", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.provisionEmail", + "labels": [ { - "segment": "microsoft.graph.checkout", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.copy", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.removeEmail", + "labels": [ { - "segment": "microsoft.graph.createLink", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-removeemail?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.createUploadSession", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-removeemail?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "sharedWithTeams", + "labels": [ { - "segment": "microsoft.graph.delta()", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/sharedwithchannelteaminfo-list?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.delta(token={token})", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/sharedwithchannelteaminfo-list?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.follow", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] - } - ] - }, - { - "segment": "microsoft.graph.getActivitiesByInterval()", - "labels": [ + }, { "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.getActivitiesByInterval(startDateTime={startDateTime},endDateTime={endDateTime},interval={interval})", + "segment": "{sharedWithChannelTeamInfo-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] - } - ] - }, - { - "segment": "microsoft.graph.invite", - "labels": [ + }, { "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] - }, + } + ], + "children": [ { - "name": "beta", - "methods": [ - "Post" + "segment": "allowedMembers", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/sharedwithchannelteaminfo-list-allowedmembers?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/sharedwithchannelteaminfo-list-allowedmembers?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{conversationMember-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] } ] - }, + } + ] + }, + { + "segment": "tabs", + "labels": [ { - "segment": "microsoft.graph.preview", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-list-tabs?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.restore", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-list-tabs?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.search(q={q})", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.unfollow", + "segment": "{teamsTab-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] - } - ] - }, - { - "segment": "microsoft.graph.validatePermission", - "labels": [ + }, { "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] - }, + } + ], + "children": [ { - "name": "beta", - "methods": [ - "Post" + "segment": "teamsApp", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] } ] } ] + } + ] + }, + { + "segment": "microsoft.graph.allMessages()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getAllMessages()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] }, { - "segment": "fields", - "labels": [ + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "group", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "incomingChannels", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-list-incomingchannels?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-list-incomingchannels?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{channel-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "installedApps", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-list-installedapps?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-post-installedapps?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-list-installedapps?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-post-installedapps?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{teamsAppInstallation-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.createLink", + "segment": "microsoft.graph.upgrade", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-teamsappinstallation-upgrade?view=graph-rest-1.0" + } ] - } - ] - }, - { - "segment": "microsoft.graph.getActivitiesByInterval()", - "labels": [ + }, { "name": "v1.0", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-teamsappinstallation-upgrade?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.getActivitiesByInterval(startDateTime={startDateTime},endDateTime={endDateTime},interval={interval})", + "segment": "teamsApp", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "versions", + "segment": "teamsAppDefinition", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{listItemVersion-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fields", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, { - "segment": "microsoft.graph.restoreVersion", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null } ] } ] } ] - }, + } + ] + }, + { + "segment": "members", + "labels": [ { - "segment": "microsoft.graph.checkin", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-list-members?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-post-members?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.checkout", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-list-members?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-post-members?view=graph-rest-1.0" } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.copy", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.createLink", + "segment": "{conversationMember-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.createUploadSession", + "segment": "microsoft.graph.add", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0" + } ] } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.archive", + "labels": [ { - "segment": "microsoft.graph.delta()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-archive?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.delta(token={token})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-archive?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.clone", + "labels": [ { - "segment": "microsoft.graph.follow", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-clone?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.getActivitiesByInterval()", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-clone?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.completeMigration", + "labels": [ { - "segment": "microsoft.graph.getActivitiesByInterval(startDateTime={startDateTime},endDateTime={endDateTime},interval={interval})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-completemigration?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.invite", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-completemigration?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.sendActivityNotification", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-sendactivitynotification?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.preview", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-sendactivitynotification?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.unarchive", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-unarchive?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.restore", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-unarchive?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "operations", + "labels": [ { - "segment": "microsoft.graph.search(q={q})", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.unfollow", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.validatePermission", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "permissions", + "segment": "{teamsAsyncOperation-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{permission-id}", - "labels": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.grant", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.revokeGrants", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] - } - ] - }, - { - "segment": "subscriptions", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{subscription-id}", - "labels": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } ] - }, + } + ] + }, + { + "segment": "owners", + "labels": [ { - "segment": "thumbnails", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{thumbnailSet-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "versions", + "segment": "{user-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{driveItemVersion-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "content", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Put" - ] - } - ] - }, { - "segment": "microsoft.graph.restoreVersion", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null } ] } ] - }, + } + ] + }, + { + "segment": "permissionGrants", + "labels": [ { - "segment": "workbook", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-list-permissiongrants?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Post", + "documentationUrl": null } - ], - "children": [ - { - "segment": "application", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.calculate", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ { - "segment": "comments", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + "name": "beta", + "methods": [ { - "segment": "{workbookComment-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "replies", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookCommentReply-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] + "name": "Get", + "documentationUrl": null } ] - }, - { - "segment": "functions", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.abs", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.accrInt", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.accrIntM", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.acos", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.acosh", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.acot", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.acoth", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.amorDegrc", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.amorLinc", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.and", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.arabic", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.areas", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.asc", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.asin", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.asinh", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.atan", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.atan2", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.atanh", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.aveDev", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.average", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.averageA", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.averageIf", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.averageIfs", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.bahtText", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.base", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.besselI", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.besselJ", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.besselK", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.besselY", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + } + ] + }, + { + "segment": "{resourceSpecificPermissionGrant-id}", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.beta_Dist", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.beta_Inv", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.bin2Dec", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.checkMemberGroups", + "labels": [ { - "segment": "microsoft.graph.bin2Hex", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.checkMemberObjects", + "labels": [ { - "segment": "microsoft.graph.bin2Oct", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.getMemberGroups", + "labels": [ { - "segment": "microsoft.graph.binom_Dist", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.getMemberObjects", + "labels": [ { - "segment": "microsoft.graph.binom_Dist_Range", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.restore", + "labels": [ { - "segment": "microsoft.graph.binom_Inv", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" } ] - }, + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getByIds", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.bitand", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getUserOwnedObjects", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.bitlshift", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.validateProperties", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.bitor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "photo", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$value", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.bitrshift", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Put", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.bitxor", - "labels": [ + "name": "Put", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "primaryChannel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-get-primarychannel?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-get-primarychannel?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "filesFolder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Put", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.ceiling_Math", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Put", + "documentationUrl": null } ] + } + ] + } + ] + }, + { + "segment": "members", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-list-members?view=graph-rest-1.0" }, { - "segment": "microsoft.graph.ceiling_Precise", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-post-members?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-list-members?view=graph-rest-1.0" }, { - "segment": "microsoft.graph.char", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/conversationmember-add?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.chiSq_Dist", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{conversationMember-id}", + "labels": [ { - "segment": "microsoft.graph.chiSq_Dist_RT", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.chiSq_Inv", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.chiSq_Inv_RT", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.choose", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.add", + "labels": [ { - "segment": "microsoft.graph.clean", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.code", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0" } ] + } + ] + } + ] + }, + { + "segment": "messages", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-list-messages?view=graph-rest-1.0" }, { - "segment": "microsoft.graph.columns", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-post?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-list-messages?view=graph-rest-1.0" }, { - "segment": "microsoft.graph.combin", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-post?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.combina", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{chatMessage-id}", + "labels": [ { - "segment": "microsoft.graph.complex", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.concatenate", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.confidence_Norm", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.confidence_T", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.convert", + "segment": "hostedContents", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.cos", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "{chatMessageHostedContent-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "microsoft.graph.cosh", + "segment": "microsoft.graph.setReaction", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.cot", + "segment": "microsoft.graph.softDelete", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.coth", + "segment": "microsoft.graph.undoSoftDelete", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.count", + "segment": "microsoft.graph.unsetReaction", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.countA", + "segment": "replies", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-list-replies?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-post-replies?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-list-replies?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-post-replies?view=graph-rest-1.0" + } ] } - ] - }, - { - "segment": "microsoft.graph.countBlank", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.countIf", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "{chatMessage-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "hostedContents", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{chatMessageHostedContent-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.setReaction", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.softDelete", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.undoSoftDelete", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.unsetReaction", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ { - "segment": "microsoft.graph.countIfs", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.coupDayBs", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.completeMigration", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-completemigration?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-completemigration?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.provisionEmail", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.removeEmail", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-removeemail?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-removeemail?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "sharedWithTeams", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/sharedwithchannelteaminfo-list?view=graph-rest-1.0" }, { - "segment": "microsoft.graph.coupDays", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/sharedwithchannelteaminfo-list?view=graph-rest-1.0" }, { - "segment": "microsoft.graph.coupDaysNc", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.coupNcd", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{sharedWithChannelTeamInfo-id}", + "labels": [ { - "segment": "microsoft.graph.coupNum", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.coupPcd", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.csc", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.csch", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.cumIPmt", + "segment": "allowedMembers", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/sharedwithchannelteaminfo-list-allowedmembers?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/sharedwithchannelteaminfo-list-allowedmembers?view=graph-rest-1.0" + } ] } - ] - }, - { - "segment": "microsoft.graph.cumPrinc", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "{conversationMember-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] } ] + } + ] + } + ] + }, + { + "segment": "tabs", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-list-tabs?view=graph-rest-1.0" }, { - "segment": "microsoft.graph.date", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-list-tabs?view=graph-rest-1.0" }, { - "segment": "microsoft.graph.datevalue", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.daverage", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{teamsTab-id}", + "labels": [ { - "segment": "microsoft.graph.day", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.days", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.days360", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.db", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.dbcs", + "segment": "teamsApp", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] + } + ] + } + ] + } + ] + }, + { + "segment": "schedule", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/schedule-get?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/schedule-get?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.share", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/schedule-share?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/schedule-share?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "offerShiftRequests", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/offershiftrequest-list?view=graph-rest-1.0" }, { - "segment": "microsoft.graph.dcount", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/offershiftrequest-list?view=graph-rest-1.0" }, { - "segment": "microsoft.graph.dcountA", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.ddb", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{offerShiftRequest-id}", + "labels": [ { - "segment": "microsoft.graph.dec2Bin", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.dec2Hex", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.dec2Oct", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.decimal", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] + } + ] + } + ] + }, + { + "segment": "openShiftChangeRequests", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/openshiftchangerequest-list?view=graph-rest-1.0" }, { - "segment": "microsoft.graph.degrees", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/openshiftchangerequest-post?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/openshiftchangerequest-list?view=graph-rest-1.0" }, { - "segment": "microsoft.graph.delta", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/openshiftchangerequest-post?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.devSq", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{openShiftChangeRequest-id}", + "labels": [ { - "segment": "microsoft.graph.dget", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.disc", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.dmax", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.dmin", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] + } + ] + } + ] + }, + { + "segment": "openShifts", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/openshift-list?view=graph-rest-1.0" }, { - "segment": "microsoft.graph.dollar", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/openshift-list?view=graph-rest-1.0" }, { - "segment": "microsoft.graph.dollarDe", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.dollarFr", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{openShift-id}", + "labels": [ { - "segment": "microsoft.graph.dproduct", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.dstDev", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.dstDevP", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.dsum", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] + } + ] + } + ] + }, + { + "segment": "schedulingGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/schedule-list-schedulinggroups?view=graph-rest-1.0" }, { - "segment": "microsoft.graph.duration", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/schedule-post-schedulinggroups?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/schedule-list-schedulinggroups?view=graph-rest-1.0" }, { - "segment": "microsoft.graph.dvar", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/schedule-post-schedulinggroups?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.dvarP", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{schedulingGroup-id}", + "labels": [ { - "segment": "microsoft.graph.ecma_Ceiling", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.edate", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.effect", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] + } + ] + } + ] + }, + { + "segment": "shifts", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/schedule-list-shifts?view=graph-rest-1.0" }, { - "segment": "microsoft.graph.eoMonth", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/schedule-post-shifts?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/schedule-list-shifts?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/schedule-post-shifts?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.erf", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{shift-id}", + "labels": [ { - "segment": "microsoft.graph.erf_Precise", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.erfC", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] + } + ] + } + ] + }, + { + "segment": "swapShiftsChangeRequests", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/swapshiftschangerequest-list?view=graph-rest-1.0" }, { - "segment": "microsoft.graph.erfC_Precise", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/swapshiftschangerequest-post?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/swapshiftschangerequest-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/swapshiftschangerequest-post?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.error_Type", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{swapShiftsChangeRequest-id}", + "labels": [ { - "segment": "microsoft.graph.even", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.exact", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] + } + ] + } + ] + }, + { + "segment": "timeCards", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/timecard-list?view=graph-rest-1.0" }, { - "segment": "microsoft.graph.exp", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{timeCard-id}", + "labels": [ { - "segment": "microsoft.graph.expon_Dist", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.f_Dist", + "segment": "microsoft.graph.clockOut", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/timecard-clockout?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.f_Dist_RT", + "segment": "microsoft.graph.confirm", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/timecard-confirm?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.f_Inv", + "segment": "microsoft.graph.endBreak", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/timecard-endbreak?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.f_Inv_RT", + "segment": "microsoft.graph.startBreak", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/timecard-startbreak?view=graph-rest-1.0" + } ] } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.clockIn", + "labels": [ { - "segment": "microsoft.graph.fact", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/timecard-clockin?view=graph-rest-1.0" } ] + } + ] + } + ] + }, + { + "segment": "timeOffReasons", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/schedule-list-timeoffreasons?view=graph-rest-1.0" }, { - "segment": "microsoft.graph.factDouble", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/schedule-post-timeoffreasons?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/schedule-list-timeoffreasons?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/schedule-post-timeoffreasons?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.false", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{timeOffReason-id}", + "labels": [ { - "segment": "microsoft.graph.find", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.findB", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] + } + ] + } + ] + }, + { + "segment": "timeOffRequests", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/timeoffrequest-list?view=graph-rest-1.0" }, { - "segment": "microsoft.graph.fisher", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/timeoffrequest-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.fisherInv", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{timeOffRequest-id}", + "labels": [ { - "segment": "microsoft.graph.fixed", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.floor_Math", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] + } + ] + } + ] + }, + { + "segment": "timesOff", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/schedule-list-timesoff?view=graph-rest-1.0" }, { - "segment": "microsoft.graph.floor_Precise", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/schedule-post-timesoff?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/schedule-list-timesoff?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/schedule-post-timesoff?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.fv", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{timeOff-id}", + "labels": [ { - "segment": "microsoft.graph.fvschedule", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.gamma", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] + } + ] + } + ] + } + ] + }, + { + "segment": "tags", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/teamworktag-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/teamworktag-post?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/teamworktag-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/teamworktag-post?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{teamworkTag-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.gamma_Dist", - "labels": [ + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "members", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/teamworktagmember-list?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/teamworktagmember-post?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.gamma_Inv", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/teamworktagmember-list?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/teamworktagmember-post?view=graph-rest-1.0" } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.gammaLn", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.gammaLn_Precise", + "segment": "{teamworkTagMember-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] - }, + } + ] + } + ] + } + ] + }, + { + "segment": "template", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "templateDefinition", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "threads", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-list-threads?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-post-threads?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-list-threads?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-post-threads?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{conversationThread-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.reply", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.gauss", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/post-post-attachments?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/post-post-attachments?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "posts", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/conversationthread-list-posts?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/conversationthread-list-posts?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.gcd", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{post-id}", + "labels": [ { - "segment": "microsoft.graph.geoMean", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.geStep", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.harMean", + "segment": "attachments", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/post-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/post-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.hex2Bin", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.hex2Dec", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } ] } ] }, { - "segment": "microsoft.graph.hex2Oct", + "segment": "extensions", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.hlookup", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "microsoft.graph.hour", + "segment": "inReplyTo", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.hyperlink", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/post-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/post-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } ] - } - ] - }, - { - "segment": "microsoft.graph.hypGeom_Dist", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Post" + "segment": "mentions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{mention-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/post-forward?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/post-forward?view=graph-rest-1.0" + } + ] + } ] - } - ] - }, - { - "segment": "microsoft.graph.if", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.reply", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/post-reply?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/post-reply?view=graph-rest-1.0" + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } ] } ] }, { - "segment": "microsoft.graph.imAbs", + "segment": "mentions", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.imaginary", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "{mention-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "microsoft.graph.imArgument", + "segment": "microsoft.graph.forward", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/post-forward?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/post-forward?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.imConjugate", + "segment": "microsoft.graph.reply", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/post-reply?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/post-reply?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.imCos", + "segment": "multiValueExtendedProperties", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.imCosh", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "microsoft.graph.imCot", + "segment": "singleValueExtendedProperties", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.imCsc", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] - }, + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "transitiveMemberOf", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-list-transitivememberof?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-list-transitivememberof?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{directoryObject-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.application", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.imCsch", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.device", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.group", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.addFavorite", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-addfavorite?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.imDiv", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-addfavorite?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.assignLicense", + "labels": [ { - "segment": "microsoft.graph.imExp", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-assignlicense?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.imLn", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-assignlicense?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.checkGrantedPermissionsForApp", + "labels": [ { - "segment": "microsoft.graph.imLog10", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.imLog2", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.imPower", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.imProduct", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.evaluateDynamicMembership", + "labels": [ { - "segment": "microsoft.graph.imReal", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-evaluatedynamicmembership?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.imSec", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.imSech", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.removeFavorite", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-removefavorite?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.imSin", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-removefavorite?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.renew", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-renew?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.imSinh", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-renew?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.resetUnseenCount", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-resetunseencount?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.imSqrt", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-resetunseencount?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.restore", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.imSub", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.subscribeByMail", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-subscribebymail?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.imSum", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-subscribebymail?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.unsubscribeByMail", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-unsubscribebymail?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.imTan", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-unsubscribebymail?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.validateProperties", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-validateproperties?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.int", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-validateproperties?view=graph-rest-1.0" } ] - }, + } + ] + } + ] + }, + { + "segment": "microsoft.graph.orgContact", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.user", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.application", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.device", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.group", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.orgContact", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.user", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "transitiveMembers", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-list-transitivemembers?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-list-transitivemembers?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{directoryObject-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.application", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.device", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.group", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.addFavorite", + "labels": [ { - "segment": "microsoft.graph.intRate", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-addfavorite?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.ipmt", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-addfavorite?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.assignLicense", + "labels": [ { - "segment": "microsoft.graph.irr", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-assignlicense?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.isErr", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-assignlicense?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.checkGrantedPermissionsForApp", + "labels": [ { - "segment": "microsoft.graph.isError", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.isEven", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.checkMemberGroups", + "labels": [ { - "segment": "microsoft.graph.isFormula", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.isLogical", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.checkMemberObjects", + "labels": [ { - "segment": "microsoft.graph.isNA", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.isNonText", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.evaluateDynamicMembership", + "labels": [ { - "segment": "microsoft.graph.isNumber", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-evaluatedynamicmembership?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.getMemberGroups", + "labels": [ { - "segment": "microsoft.graph.iso_Ceiling", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.isOdd", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.getMemberObjects", + "labels": [ { - "segment": "microsoft.graph.isoWeekNum", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.ispmt", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.removeFavorite", + "labels": [ { - "segment": "microsoft.graph.isref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-removefavorite?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.isText", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-removefavorite?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.renew", + "labels": [ { - "segment": "microsoft.graph.kurt", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-renew?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.large", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-renew?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.resetUnseenCount", + "labels": [ { - "segment": "microsoft.graph.lcm", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-resetunseencount?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.left", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-resetunseencount?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.restore", + "labels": [ { - "segment": "microsoft.graph.leftb", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.len", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.subscribeByMail", + "labels": [ { - "segment": "microsoft.graph.lenb", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-subscribebymail?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.ln", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-subscribebymail?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.unsubscribeByMail", + "labels": [ { - "segment": "microsoft.graph.log", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-unsubscribebymail?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.log10", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-unsubscribebymail?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.validateProperties", + "labels": [ { - "segment": "microsoft.graph.logNorm_Dist", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-validateproperties?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.logNorm_Inv", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-validateproperties?view=graph-rest-1.0" } ] - }, + } + ] + } + ] + }, + { + "segment": "microsoft.graph.orgContact", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.user", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.application", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.device", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.group", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.orgContact", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.user", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.evaluateDynamicMembership", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-evaluatedynamicmembership?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getAvailableExtensionProperties", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getByIds", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getUserOwnedObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.validateProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "groupSettings", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-list-settings?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-post-settings?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{groupSetting-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/groupsetting-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/groupsetting-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": "https://docs.microsoft.com/graph/api/groupsetting-delete?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "groupSettingTemplates", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/groupsettingtemplate-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{groupSettingTemplate-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/groupsettingtemplate-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.checkMemberGroups", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkMemberObjects", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberGroups", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberObjects", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.restore", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getAvailableExtensionProperties", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getByIds", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.validateProperties", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "identity", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "apiConnectors", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/identityapiconnector-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/identityapiconnector-create?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/identityapiconnector-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/identityapiconnector-create?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{identityApiConnector-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.uploadClientCertificate", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/identityapiconnector-uploadclientcertificate?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/identityapiconnector-uploadclientcertificate?view=graph-rest-1.0" + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "authenticationEventListeners", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{authenticationEventListener-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "b2cUserFlows", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/identitycontainer-list-b2cuserflows?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/identitycontainer-post-b2cuserflows?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{b2cIdentityUserFlow-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "identityProviders", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/b2cidentityuserflow-list-identityproviders?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.lookup", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "$ref", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.lower", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/b2cidentityuserflow-list-identityproviders?view=graph-rest-1.0" }, { - "segment": "microsoft.graph.match", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{identityProvider-id}", + "labels": [], + "children": [ + { + "segment": "$ref", + "labels": [ { - "segment": "microsoft.graph.max", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] - }, + } + ] + } + ] + } + ] + }, + { + "segment": "languages", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/b2cidentityuserflow-list-languages?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.maxA", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{userFlowLanguageConfiguration-id}", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.mduration", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.median", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.mid", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "defaultPages", + "labels": [ { - "segment": "microsoft.graph.midb", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/userflowlanguageconfiguration-list-defaultpages?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.min", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.minA", + "segment": "{userFlowLanguagePage-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.minute", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + ], + "children": [ { - "name": "beta", - "methods": [ - "Post" + "segment": "$value", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/userflowlanguageconfiguration-list-defaultpages?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } ] } ] - }, + } + ] + }, + { + "segment": "overridesPages", + "labels": [ { - "segment": "microsoft.graph.mirr", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/userflowlanguageconfiguration-list-overridespages?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.mod", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.month", + "segment": "{userFlowLanguagePage-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.mround", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + ], + "children": [ { - "name": "beta", - "methods": [ - "Post" + "segment": "$value", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/userflowlanguageconfiguration-list-overridespages?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } ] } ] - }, + } + ] + } + ] + } + ] + }, + { + "segment": "userAttributeAssignments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/b2cidentityuserflow-list-userattributeassignments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/b2cidentityuserflow-post-userattributeassignments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.multiNomial", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{identityUserFlowAttributeAssignment-id}", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.n", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.na", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.negBinom_Dist", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "userAttribute", + "labels": [ { - "segment": "microsoft.graph.networkDays", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getOrder()", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.networkDays_Intl", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.setOrder", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.nominal", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/identityuserflowattributeassignment-setorder?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "userFlowIdentityProviders", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.norm_Dist", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{identityProviderBase-id}", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.norm_Inv", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "b2xUserFlows", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/identitycontainer-list-b2xuserflows?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/identitycontainer-post-b2xuserflows?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/identitycontainer-list-b2xuserflows?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/identitycontainer-post-b2xuserflows?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{b2xIdentityUserFlow-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "identityProviders", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/b2xidentityuserflow-list-identityproviders?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/b2xidentityuserflow-list-identityproviders?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.norm_S_Dist", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.norm_S_Inv", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{identityProvider-id}", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.not", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.now", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "languages", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/b2xidentityuserflow-list-languages?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/b2xidentityuserflow-list-languages?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.nper", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.npv", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{userFlowLanguageConfiguration-id}", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.numberValue", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.oct2Bin", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.oct2Dec", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.oct2Hex", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.odd", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.oddFPrice", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "defaultPages", + "labels": [ { - "segment": "microsoft.graph.oddFYield", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/userflowlanguageconfiguration-list-defaultpages?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.oddLPrice", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.oddLYield", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.or", + "segment": "{userFlowLanguagePage-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] - } - ] - }, - { - "segment": "microsoft.graph.pduration", - "labels": [ + }, { "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] - }, + } + ], + "children": [ { - "name": "beta", - "methods": [ - "Post" + "segment": "$value", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/userflowlanguageconfiguration-list-defaultpages?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } ] } ] - }, + } + ] + }, + { + "segment": "overridesPages", + "labels": [ { - "segment": "microsoft.graph.percentile_Exc", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/userflowlanguageconfiguration-list-overridespages?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.percentile_Inc", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/userflowlanguageconfiguration-list-overridespages?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.percentRank_Exc", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.percentRank_Inc", + "segment": "{userFlowLanguagePage-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] - } - ] - }, - { - "segment": "microsoft.graph.permut", - "labels": [ + }, { "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] - }, + } + ], + "children": [ { - "name": "beta", - "methods": [ - "Post" + "segment": "$value", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/userflowlanguageconfiguration-list-overridespages?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/userflowlanguageconfiguration-list-overridespages?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } ] } ] + } + ] + } + ] + } + ] + }, + { + "segment": "userAttributeAssignments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/b2xidentityuserflow-list-userattributeassignments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/b2xidentityuserflow-post-userattributeassignments?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/b2xidentityuserflow-list-userattributeassignments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/b2xidentityuserflow-post-userattributeassignments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{identityUserFlowAttributeAssignment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.permutationa", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "userAttribute", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.phi", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getOrder()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.setOrder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/identityuserflowattributeassignment-setorder?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/identityuserflowattributeassignment-setorder?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "userFlowIdentityProviders", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "$ref", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.pi", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{identityProviderBase-id}", + "labels": [], + "children": [ + { + "segment": "$ref", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.pmt", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "conditionalAccess", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "authenticationContextClassReferences", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/conditionalaccessroot-list-authenticationcontextclassreferences?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/conditionalaccessroot-post-authenticationcontextclassreferences?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/conditionalaccessroot-list-authenticationcontextclassreferences?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{authenticationContextClassReference-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "authenticationStrengths", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "authenticationMethodModes", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/authenticationstrengthroot-list-authenticationmethodmodes?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{authenticationMethodModeDetail-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.poisson_Dist", - "labels": [ + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "policies", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{authenticationStrengthPolicy-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "combinationConfigurations", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/authenticationstrengthpolicy-list-combinationconfigurations?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/authenticationstrengthpolicy-post-combinationconfigurations?view=graph-rest-1.0" } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.power", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.ppmt", + "segment": "{authenticationCombinationConfiguration-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.updateAllowedCombinations", + "labels": [ { - "segment": "microsoft.graph.price", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/authenticationstrengthpolicy-updateallowedcombinations?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.usage()", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + } + ] + }, + { + "segment": "microsoft.graph.findByMethodMode(authenticationMethodModes={authenticationMethodModes})", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "namedLocations", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/conditionalaccessroot-list-namedlocations?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/conditionalaccessroot-post-namedlocations?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/conditionalaccessroot-list-namedlocations?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/conditionalaccessroot-post-namedlocations?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{namedLocation-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "policies", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/conditionalaccessroot-list-policies?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/conditionalaccessroot-post-policies?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/conditionalaccessroot-list-policies?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/conditionalaccessroot-post-policies?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{conditionalAccessPolicy-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "templates", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/conditionalaccessroot-list-templates?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/conditionalaccessroot-list-templates?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{conditionalAccessTemplate-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "continuousAccessEvaluationPolicy", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/continuousaccessevaluationpolicy-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/continuousaccessevaluationpolicy-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "customAuthenticationExtensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{customAuthenticationExtension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.validateAuthenticationConfiguration", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.validateAuthenticationConfiguration", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "identityProviders", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/identitycontainer-list-identityproviders?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/identitycontainer-post-identityproviders?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/identitycontainer-list-identityproviders?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/identitycontainer-post-identityproviders?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{identityProviderBase-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.availableProviderTypes()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "userFlowAttributes", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/identityuserflowattribute-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/identityuserflowattribute-post?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/identityuserflowattribute-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/identityuserflowattribute-post?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{identityUserFlowAttribute-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "userFlows", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/identityuserflow-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/identityuserflow-post-userflows?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{identityUserFlow-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "identityGovernance", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "accessReviews", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "decisions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{accessReviewInstanceDecisionItem-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "insights", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.priceDisc", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.priceMat", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ { - "segment": "microsoft.graph.product", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{governanceInsight-id}", + "labels": [ { - "segment": "microsoft.graph.proper", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.pv", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] - }, + } + ] + } + ] + }, + { + "segment": "instance", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.quartile_Exc", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.quartile_Inc", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.quotient", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "contactedReviewers", + "labels": [ { - "segment": "microsoft.graph.radians", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewinstance-list-contactedreviewers?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.rand", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.randBetween", + "segment": "{accessReviewReviewer-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] - }, + } + ] + }, + { + "segment": "decisions", + "labels": [ { - "segment": "microsoft.graph.rank_Avg", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewinstance-list-decisions?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.rank_Eq", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.rate", + "segment": "{accessReviewInstanceDecisionItem-id1}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.received", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + ], + "children": [ { - "name": "beta", - "methods": [ - "Post" + "segment": "insights", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{governanceInsight-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } ] } ] }, { - "segment": "microsoft.graph.replace", + "segment": "microsoft.graph.filterByCurrentUser(on='{on}')", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.replaceB", + "segment": "microsoft.graph.recordAllDecisions", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewinstancedecisionitem-recordalldecisions?view=graph-rest-1.0" + } ] } ] - }, + } + ] + }, + { + "segment": "definition", + "labels": [ { - "segment": "microsoft.graph.rept", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.acceptRecommendations", + "labels": [ { - "segment": "microsoft.graph.right", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewinstance-acceptrecommendations?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.applyDecisions", + "labels": [ { - "segment": "microsoft.graph.rightb", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewinstance-applydecisions?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.batchRecordDecisions", + "labels": [ { - "segment": "microsoft.graph.roman", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewinstance-batchrecorddecisions?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.resetDecisions", + "labels": [ { - "segment": "microsoft.graph.round", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewinstance-resetdecisions?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.sendReminder", + "labels": [ { - "segment": "microsoft.graph.roundDown", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewinstance-sendreminder?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.stop", + "labels": [ { - "segment": "microsoft.graph.roundUp", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewinstance-stop?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "stages", + "labels": [ { - "segment": "microsoft.graph.rows", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewinstance-list-stages?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.rri", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.sec", + "segment": "{accessReviewStage-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.sech", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "decisions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewstage-list-decisions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{accessReviewInstanceDecisionItem-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "insights", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{governanceInsight-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.filterByCurrentUser(on='{on}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.recordAllDecisions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewinstancedecisionitem-recordalldecisions?view=graph-rest-1.0" + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "microsoft.graph.stop", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewstage-stop?view=graph-rest-1.0" + } + ] + } ] } ] }, { - "segment": "microsoft.graph.second", + "segment": "microsoft.graph.filterByCurrentUser(on='{on}')", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] - }, + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.filterByCurrentUser(on='{on}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.recordAllDecisions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewinstancedecisionitem-recordalldecisions?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "definitions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewset-list-definitions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewset-post-definitions?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewset-list-definitions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewset-post-definitions?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{accessReviewScheduleDefinition-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "instances", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.seriesSum", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewscheduledefinition-list-instances?view=graph-rest-1.0" }, { - "segment": "microsoft.graph.sheet", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.sheets", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewscheduledefinition-list-instances?view=graph-rest-1.0" }, { - "segment": "microsoft.graph.sign", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ { - "segment": "microsoft.graph.sin", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.sinh", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{accessReviewInstance-id}", + "labels": [ { - "segment": "microsoft.graph.skew", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.skew_p", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.sln", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.small", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.sqrt", + "segment": "contactedReviewers", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewinstance-list-contactedreviewers?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewinstance-list-contactedreviewers?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.sqrtPi", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "{accessReviewReviewer-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "microsoft.graph.standardize", + "segment": "decisions", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewinstance-list-decisions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewinstance-list-decisions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.stDev_P", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "{accessReviewInstanceDecisionItem-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "insights", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{governanceInsight-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "instance", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "contactedReviewers", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewinstance-list-contactedreviewers?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{accessReviewReviewer-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "definition", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.acceptRecommendations", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewinstance-acceptrecommendations?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.applyDecisions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewinstance-applydecisions?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.batchRecordDecisions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewinstance-batchrecorddecisions?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.resetDecisions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewinstance-resetdecisions?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.sendReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewinstance-sendreminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.stop", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewinstance-stop?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "stages", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewinstance-list-stages?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{accessReviewStage-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "decisions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewstage-list-decisions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{accessReviewInstanceDecisionItem-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "insights", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{governanceInsight-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.filterByCurrentUser(on='{on}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.recordAllDecisions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewinstancedecisionitem-recordalldecisions?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.stop", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewstage-stop?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.filterByCurrentUser(on='{on}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + } ] - } - ] - }, - { - "segment": "microsoft.graph.stDev_S", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.filterByCurrentUser(on='{on}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "microsoft.graph.recordAllDecisions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewinstancedecisionitem-recordalldecisions?view=graph-rest-1.0" + } + ] + } ] } ] }, { - "segment": "microsoft.graph.stDevA", + "segment": "definition", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.stDevPA", + "segment": "microsoft.graph.acceptRecommendations", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewinstance-acceptrecommendations?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewinstance-acceptrecommendations?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.substitute", + "segment": "microsoft.graph.applyDecisions", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewinstance-applydecisions?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewinstance-applydecisions?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.subtotal", + "segment": "microsoft.graph.batchRecordDecisions", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewinstance-batchrecorddecisions?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewinstance-batchrecorddecisions?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.sum", + "segment": "microsoft.graph.resetDecisions", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewinstance-resetdecisions?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewinstance-resetdecisions?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.sumIf", + "segment": "microsoft.graph.sendReminder", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewinstance-sendreminder?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewinstance-sendreminder?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.sumIfs", + "segment": "microsoft.graph.stop", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewinstance-stop?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewinstance-stop?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.sumSq", + "segment": "stages", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewinstance-list-stages?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewinstance-list-stages?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.syd", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{accessReviewStage-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "decisions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewstage-list-decisions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewstage-list-decisions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{accessReviewInstanceDecisionItem-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "insights", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{governanceInsight-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "instance", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "contactedReviewers", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewinstance-list-contactedreviewers?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{accessReviewReviewer-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "decisions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewinstance-list-decisions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{accessReviewInstanceDecisionItem-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "insights", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{governanceInsight-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.filterByCurrentUser(on='{on}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.recordAllDecisions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewinstancedecisionitem-recordalldecisions?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "definition", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.acceptRecommendations", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewinstance-acceptrecommendations?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.applyDecisions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewinstance-applydecisions?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.batchRecordDecisions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewinstance-batchrecorddecisions?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.resetDecisions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewinstance-resetdecisions?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.sendReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewinstance-sendreminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.stop", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewinstance-stop?view=graph-rest-1.0" + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.filterByCurrentUser(on='{on}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.recordAllDecisions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewinstancedecisionitem-recordalldecisions?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.stop", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewstage-stop?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewstage-stop?view=graph-rest-1.0" + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "microsoft.graph.filterByCurrentUser(on='{on}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.filterByCurrentUser(on='{on}')", + "labels": [ { - "segment": "microsoft.graph.t", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.t_Dist", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + } + ] + }, + { + "segment": "microsoft.graph.stop", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.t_Dist_2T", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.t_Dist_RT", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.filterByCurrentUser(on='{on}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "historyDefinitions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewset-list-historydefinitions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewset-post-historydefinitions?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewset-list-historydefinitions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewset-post-historydefinitions?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{accessReviewHistoryDefinition-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "instances", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.t_Inv", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewhistorydefinition-list-instances?view=graph-rest-1.0" }, { - "segment": "microsoft.graph.t_Inv_2T", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.tan", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewhistorydefinition-list-instances?view=graph-rest-1.0" }, { - "segment": "microsoft.graph.tanh", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ { - "segment": "microsoft.graph.tbillEq", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.tbillPrice", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{accessReviewHistoryInstance-id}", + "labels": [ { - "segment": "microsoft.graph.tbillYield", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.text", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.time", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.timevalue", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.today", + "segment": "microsoft.graph.generateDownloadUri", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.trim", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewhistoryinstance-generatedownloaduri?view=graph-rest-1.0" + } ] }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.trimMean", - "labels": [ { "name": "v1.0", "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewhistoryinstance-generatedownloaduri?view=graph-rest-1.0" + } ] } ] - }, + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "policy", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewpolicy-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewpolicy-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "appConsent", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "appConsentRequests", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/appconsentapprovalroute-list-appconsentrequests?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/appconsentapprovalroute-list-appconsentrequests?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{appConsentRequest-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "userConsentRequests", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.true", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/appconsentrequest-list-userconsentrequests?view=graph-rest-1.0" }, { - "segment": "microsoft.graph.trunc", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.type", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/appconsentrequest-list-userconsentrequests?view=graph-rest-1.0" }, { - "segment": "microsoft.graph.unichar", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ { - "segment": "microsoft.graph.unicode", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.upper", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{userConsentRequest-id}", + "labels": [ { - "segment": "microsoft.graph.usdollar", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.value", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.var_P", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.var_S", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.varA", + "segment": "approval", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.varPA", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.vdb", - "labels": [ { "name": "v1.0", "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.vlookup", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "stages", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/approval-list-stages?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{approvalStage-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "steps", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/approval-list-steps?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{approvalStep-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } ] } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.filterByCurrentUser(on='{on}')", + "labels": [ { - "segment": "microsoft.graph.weekday", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.weekNum", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.filterByCurrentUser(on='{on}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "entitlementManagement", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "accessPackageAssignmentApprovals", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{approval-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "stages", + "labels": [ + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.weibull_Dist", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/approval-list-stages?view=graph-rest-1.0" }, { - "segment": "microsoft.graph.workDay", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ { - "segment": "microsoft.graph.workDay_Intl", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{approvalStage-id}", + "labels": [ { - "segment": "microsoft.graph.xirr", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.xnpv", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] + } + ] + } + ] + }, + { + "segment": "steps", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/approval-list-steps?view=graph-rest-1.0" }, { - "segment": "microsoft.graph.xor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{approvalStep-id}", + "labels": [ { - "segment": "microsoft.graph.year", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.yearFrac", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.filterByCurrentUser(on='{on}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "accessPackageAssignmentPolicies", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/entitlementmanagement-list-accesspackageassignmentpolicies?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/entitlementmanagement-post-accesspackageassignmentpolicies?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{accessPackageAssignmentPolicy-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "accessPackage", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "accessPackageCatalog", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "customExtensionHandlers", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.yield", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{customExtensionHandler-id}", + "labels": [ { - "segment": "microsoft.graph.yieldDisc", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.yieldMat", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.z_Test", + "segment": "customExtension", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] } ] + } + ] + } + ] + } + ] + }, + { + "segment": "accessPackageAssignmentRequests", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/entitlementmanagement-list-accesspackageassignmentrequests?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/entitlementmanagement-post-accesspackageassignmentrequests?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{accessPackageAssignmentRequest-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.closeSession", - "labels": [ + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "accessPackage", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "accessPackageAssignment", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.cancel", + "labels": [ { - "segment": "microsoft.graph.createSession", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accesspackageassignmentrequest-cancel?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.reprocess", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "requestor", + "labels": [ { - "segment": "microsoft.graph.refreshSession", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.sessionInfoResource(key={key})", + "segment": "connectedOrganization", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.filterByCurrentUser(on='{on}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "accessPackageAssignmentResourceRoles", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/entitlementmanagement-list-accesspackageassignmentresourceroles?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{accessPackageAssignmentResourceRole-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.tableRowOperationResult(key={key})", - "labels": [ + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "accessPackageAssignments", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "names", + "segment": "{accessPackageAssignment-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] + } + ] + } + ] + }, + { + "segment": "accessPackageResourceRole", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "accessPackageResource", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{workbookNamedItem-id}", + "segment": "accessPackageResourceEnvironment", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "accessPackageResourceRoles", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "microsoft.graph.range()", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "{accessPackageResourceRole-id}", + "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] - }, + } + ] + }, + { + "segment": "accessPackageResourceScopes", + "labels": [ { - "segment": "worksheet", + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "{accessPackageResourceScope-id}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "charts", + "segment": "accessPackageResource", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookChart-id}", - "labels": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ + "name": "Patch", + "documentationUrl": null + }, { - "segment": "axes", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "categoryAxis", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "majorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "minorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "title", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "seriesAxis", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "majorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "minorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "title", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - } - ] - }, + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "accessPackageResourceEnvironment", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "valueAxis", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "majorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "minorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "title", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - } - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "accessPackageResourceRoles", + "labels": [ { - "segment": "dataLabels", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Post", + "documentationUrl": null } - ], - "children": [ + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fill", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, + "name": "beta", + "methods": [ { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "format", + "segment": "{accessPackageResourceRole-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fill", - "labels": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] + } + ] + } + ] + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "accessPackageResourceScope", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "accessPackageResource", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "accessPackageResourceEnvironment", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "accessPackageResourceRoles", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{accessPackageResourceRole-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "accessPackageResource", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "accessPackageResourceEnvironment", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "accessPackageResourceScopes", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "legend", + "segment": "{accessPackageResourceScope-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fill", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] } ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "accessPackageResourceScopes", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{accessPackageResourceScope-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "accessPackageSubject", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "connectedOrganization", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.My()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "accessPackageAssignments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/entitlementmanagement-list-accesspackageassignments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{accessPackageAssignment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "accessPackage", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "accessPackageAssignmentPolicies", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{accessPackageAssignmentPolicy-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "accessPackage", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "accessPackageCatalog", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "customExtensionHandlers", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{customExtensionHandler-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.image()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "customExtension", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } ] + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "accessPackageCatalog", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "accessPackageResourceRoleScopes", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accesspackage-post-accesspackageresourcerolescopes?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{accessPackageResourceRoleScope-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "accessPackageResourceRole", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "accessPackageResource", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.image(width={width},height={height},fittingMode={fittingMode})", - "labels": [ + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "accessPackageResourceEnvironment", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "accessPackageResourceRoles", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.image(width={width},height={height})", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.image(width={width})", + "segment": "{accessPackageResourceRole-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] - }, + } + ] + }, + { + "segment": "accessPackageResourceScopes", + "labels": [ { - "segment": "microsoft.graph.setData", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.setPosition", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "series", + "segment": "{accessPackageResourceScope-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{workbookChartSeries-id}", + "segment": "accessPackageResource", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "format", + "segment": "accessPackageResourceEnvironment", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fill", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "points", + "segment": "accessPackageResourceRoles", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{workbookChartPoint-id}", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ { - "segment": "fill", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "microsoft.graph.count()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.itemAt(index={index})", + "segment": "{accessPackageResourceRole-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -182457,521 +255994,995 @@ ] } ] - }, + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "accessPackageResourceScope", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "accessPackageResource", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "accessPackageResourceEnvironment", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.count()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "accessPackageResourceRoles", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "title", + "segment": "{accessPackageResourceRole-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "format", + "segment": "accessPackageResource", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "fill", + "segment": "accessPackageResourceEnvironment", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "accessPackageResourceScopes", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "microsoft.graph.clear", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.setSolidColor", + "segment": "{accessPackageResourceScope-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] } ] - }, - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] } ] } ] - }, + } + ] + }, + { + "segment": "accessPackageResourceScopes", + "labels": [ { - "segment": "worksheet", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Post", + "documentationUrl": null } - ], - "children": [ - { - "segment": "microsoft.graph.cell(row={row},column={column})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ { - "segment": "microsoft.graph.range(address={address})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{accessPackageResourceScope-id}", + "labels": [ { - "segment": "microsoft.graph.usedRange()", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.usedRange(valuesOnly={valuesOnly})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Delete", + "documentationUrl": null } ] } ] } ] - }, - { - "segment": "microsoft.graph.add", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.count()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.item(name={name})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "accessPackagesIncompatibleWith", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/accesspackage-list-accesspackagesincompatiblewith?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{accessPackage-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "incompatibleAccessPackages", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/accesspackage-list-incompatibleaccesspackages?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "$ref", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/accesspackage-list-incompatibleaccesspackages?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{accessPackage-id}", + "labels": [], + "children": [ + { + "segment": "$ref", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] + } + ] + } + ] + } + ] + }, + { + "segment": "incompatibleGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/accesspackage-list-incompatiblegroups?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "$ref", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/accesspackage-list-incompatiblegroups?view=graph-rest-1.0" }, { - "segment": "microsoft.graph.cell(row={row},column={column})", - "labels": [ + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{group-id}", + "labels": [], + "children": [ + { + "segment": "$ref", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getApplicablePolicyRequirements", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accesspackage-getapplicablepolicyrequirements?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.moveToCatalog", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accesspackage-movetocatalog?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "accessPackageAssignmentPolicy", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "accessPackage", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "accessPackageCatalog", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "customExtensionHandlers", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{customExtensionHandler-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "customExtension", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "accessPackageAssignmentRequests", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{accessPackageAssignmentRequest-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "accessPackage", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "accessPackageAssignment", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accesspackageassignmentrequest-cancel?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.reprocess", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "requestor", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.range()", - "labels": [ + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "connectedOrganization", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.filterByCurrentUser(on='{on}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "accessPackageAssignmentResourceRoles", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{accessPackageAssignmentResourceRole-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "accessPackageAssignments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{accessPackageAssignment-id1}", + "labels": [ { - "segment": "microsoft.graph.range(address={address})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } ] + } + ] + } + ] + }, + { + "segment": "accessPackageResourceRole", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.usedRange()", - "labels": [ + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "accessPackageResource", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.usedRange(valuesOnly={valuesOnly})", + "segment": "accessPackageResourceEnvironment", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "names", + "segment": "accessPackageResourceRoles", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{workbookNamedItem-id1}", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "microsoft.graph.add", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.addFormulaLocal", + "segment": "{accessPackageResourceRole-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -182979,164 +256990,147 @@ ] }, { - "segment": "pivotTables", + "segment": "accessPackageResourceScopes", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{workbookPivotTable-id}", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{accessPackageResourceScope-id}", + "labels": [ { - "segment": "microsoft.graph.refresh", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "worksheet", + "segment": "accessPackageResource", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.cell(row={row},column={column})", - "labels": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.range(address={address})", + "segment": "accessPackageResourceEnvironment", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.usedRange()", + "segment": "accessPackageResourceRoles", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.usedRange(valuesOnly={valuesOnly})", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Get" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get" + "segment": "{accessPackageResourceRole-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] @@ -183144,920 +257138,777 @@ ] } ] - }, - { - "segment": "microsoft.graph.refreshAll", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] } ] + } + ] + } + ] + }, + { + "segment": "accessPackageResourceScope", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "protection", - "labels": [ + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "accessPackageResource", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.protect", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.unprotect", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "accessPackageResourceEnvironment", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "tables", + "segment": "accessPackageResourceRoles", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{workbookTable-id}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "{accessPackageResourceRole-id}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "columns", + "segment": "accessPackageResource", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{workbookTableColumn-id}", + "segment": "accessPackageResourceEnvironment", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "filter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.apply", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyBottomItemsFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyBottomPercentFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyCellColorFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyCustomFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyDynamicFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyFontColorFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyIconFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyTopItemsFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyTopPercentFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyValuesFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.dataBodyRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "accessPackageResourceScopes", + "labels": [ { - "segment": "microsoft.graph.headerRowRange()", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.range()", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.totalRowRange()", + "segment": "{accessPackageResourceScope-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] } ] - }, - { - "segment": "microsoft.graph.add", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.count()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] } ] + } + ] + } + ] + }, + { + "segment": "accessPackageResourceScopes", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.clearFilters", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{accessPackageResourceScope-id}", + "labels": [ { - "segment": "microsoft.graph.convertToRange", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.dataBodyRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Delete", + "documentationUrl": null } ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "accessPackageSubject", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "connectedOrganization", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.My()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.reprocess", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "target", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "connectedOrganization", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.additionalAccess()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.additionalAccess(accessPackageId='{accessPackageId}',incompatibleAccessPackageId='{incompatibleAccessPackageId}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.filterByCurrentUser(on='{on}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "accessPackageCatalogs", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/entitlementmanagement-list-accesspackagecatalogs?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/entitlementmanagement-post-accesspackagecatalogs?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{accessPackageCatalog-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "accessPackageResourceRoles", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/accesspackagecatalog-list-accesspackageresourceroles?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{accessPackageResourceRole-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "accessPackageResource", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "accessPackageResourceEnvironment", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "accessPackageResourceRoles", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{accessPackageResourceRole-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.headerRowRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "accessPackageResourceScopes", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{accessPackageResourceScope-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.reapplyFilters", - "labels": [ + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "accessPackageResource", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.totalRowRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "rows", + "segment": "accessPackageResourceEnvironment", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookTableRow-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.add", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.count()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "sort", + "segment": "accessPackageResourceRoles", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.apply", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.reapply", - "labels": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] } - ] - }, - { - "segment": "worksheet", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } ], "children": [ { - "segment": "microsoft.graph.cell(row={row},column={column})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range(address={address})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.usedRange()", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.usedRange(valuesOnly={valuesOnly})", + "segment": "{accessPackageResourceRole-id1}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -184065,5042 +257916,3967 @@ ] } ] - }, - { - "segment": "microsoft.graph.add", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.count()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] } ] } ] } ] - }, + } + ] + } + ] + }, + { + "segment": "accessPackageResources", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.add", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/accesspackagecatalog-list-accesspackageresources?view=graph-rest-1.0" }, { - "segment": "microsoft.graph.addFormulaLocal", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "operations", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookOperation-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "tables", + "segment": "{accessPackageResource-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{workbookTable-id}", + "segment": "accessPackageResourceEnvironment", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "accessPackageResourceRoles", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "columns", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "{accessPackageResourceRole-id}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{workbookTableColumn-id}", + "segment": "accessPackageResource", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "filter", + "segment": "accessPackageResourceEnvironment", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.apply", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "accessPackageResourceScopes", + "labels": [ { - "segment": "microsoft.graph.applyBottomItemsFilter", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.applyBottomPercentFilter", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.applyCellColorFilter", + "segment": "{accessPackageResourceScope-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.applyCustomFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + ], + "children": [ { - "name": "beta", - "methods": [ - "Post" + "segment": "accessPackageResource", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "accessPackageResourceEnvironment", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] } ] - }, + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "accessPackageResourceScopes", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{accessPackageResourceScope-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "accessPackageResource", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.applyDynamicFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.applyFontColorFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.applyIconFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "accessPackageResourceEnvironment", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "accessPackageResourceRoles", + "labels": [ { - "segment": "microsoft.graph.applyTopItemsFilter", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.applyTopPercentFilter", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.applyValuesFilter", + "segment": "{accessPackageResourceRole-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + ], + "children": [ { - "name": "beta", - "methods": [ - "Post" + "segment": "accessPackageResource", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "accessPackageResourceEnvironment", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] } ] } ] - }, - { - "segment": "microsoft.graph.dataBodyRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.headerRowRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.totalRowRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.add", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.count()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] } ] } ] - }, + } + ] + } + ] + } + ] + }, + { + "segment": "accessPackageResourceScopes", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.clearFilters", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{accessPackageResourceScope-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.convertToRange", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.dataBodyRange()", - "labels": [ + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "accessPackageResource", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.headerRowRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.range()", + "segment": "accessPackageResourceEnvironment", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.reapplyFilters", + "segment": "accessPackageResourceRoles", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.totalRowRange()", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Get" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get" + "segment": "{accessPackageResourceRole-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "accessPackageResource", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "accessPackageResourceEnvironment", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "accessPackageResourceScopes", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{accessPackageResourceScope-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + } ] } ] }, { - "segment": "rows", + "segment": "accessPackageResourceScopes", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{workbookTableRow-id}", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "microsoft.graph.add", + "segment": "{accessPackageResourceScope-id1}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] - }, + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "accessPackages", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{accessPackage-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "accessPackageAssignmentPolicies", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.count()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "sort", + "segment": "{accessPackageAssignmentPolicy-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "microsoft.graph.apply", + "segment": "accessPackage", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.clear", + "segment": "accessPackageCatalog", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.reapply", + "segment": "customExtensionHandlers", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "{customExtensionHandler-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "customExtension", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] } ] } ] - }, + } + ] + }, + { + "segment": "accessPackageCatalog", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "accessPackageResourceRoleScopes", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accesspackage-post-accesspackageresourcerolescopes?view=graph-rest-1.0" + } + ] + } + ], + "children": [ { - "segment": "worksheet", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "{accessPackageResourceRoleScope-id}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "charts", + "segment": "accessPackageResourceRole", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{workbookChart-id}", + "segment": "accessPackageResource", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "axes", + "segment": "accessPackageResourceEnvironment", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "categoryAxis", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "majorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "minorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "title", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "seriesAxis", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "majorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "minorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "title", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "valueAxis", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "majorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "minorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "title", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] + { + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "dataLabels", + "segment": "accessPackageResourceRoles", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "format", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fill", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] } ] - } - ] - }, - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fill", + "segment": "{accessPackageResourceRole-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] } ] - }, - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] } ] }, { - "segment": "legend", + "segment": "accessPackageResourceScopes", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "format", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "{accessPackageResourceScope-id}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "fill", + "segment": "accessPackageResource", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "microsoft.graph.clear", + "segment": "accessPackageResourceEnvironment", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.setSolidColor", + "segment": "accessPackageResourceRoles", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "{accessPackageResourceRole-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] } ] - }, - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] } ] } ] - }, + } + ] + } + ] + }, + { + "segment": "accessPackageResourceScope", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.image()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.image(width={width},height={height},fittingMode={fittingMode})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.image(width={width},height={height})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "accessPackageResource", + "labels": [ { - "segment": "microsoft.graph.image(width={width})", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.setData", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.setPosition", + "segment": "accessPackageResourceEnvironment", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "series", + "segment": "accessPackageResourceRoles", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{workbookChartSeries-id}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "{accessPackageResourceRole-id}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "format", + "segment": "accessPackageResource", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "fill", + "segment": "accessPackageResourceEnvironment", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "line", + "segment": "accessPackageResourceScopes", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "microsoft.graph.clear", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] - } - ] - } - ] - }, - { - "segment": "points", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookChartPoint-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", + "segment": "{accessPackageResourceScope-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fill", - "labels": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] } ] } ] + } + ] + } + ] + } + ] + }, + { + "segment": "accessPackageResourceScopes", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{accessPackageResourceScope-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.count()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] } ] - }, + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "accessPackagesIncompatibleWith", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/accesspackage-list-accesspackagesincompatiblewith?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{accessPackage-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "incompatibleAccessPackages", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/accesspackage-list-incompatibleaccesspackages?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "$ref", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/accesspackage-list-incompatibleaccesspackages?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{accessPackage-id1}", + "labels": [], + "children": [ + { + "segment": "$ref", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "incompatibleGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/accesspackage-list-incompatiblegroups?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "$ref", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/accesspackage-list-incompatiblegroups?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{group-id}", + "labels": [], + "children": [ + { + "segment": "$ref", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getApplicablePolicyRequirements", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accesspackage-getapplicablepolicyrequirements?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.moveToCatalog", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accesspackage-movetocatalog?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.filterByCurrentUser(on='{on}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.Search()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "customAccessPackageWorkflowExtensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/accesspackagecatalog-list-customaccesspackageworkflowextensions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accesspackagecatalog-post-customaccesspackageworkflowextensions?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{customAccessPackageWorkflowExtension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.Search()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "accessPackageResourceEnvironments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/entitlementmanagement-list-accesspackageresourceenvironment?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{accessPackageResourceEnvironment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "accessPackageResources", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{accessPackageResource-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "accessPackageResourceRequests", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/entitlementmanagement-list-accesspackageresourcerequests?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/entitlementmanagement-post-accesspackageresourcerequests?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{accessPackageResourceRequest-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "accessPackageResource", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "requestor", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "connectedOrganization", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "accessPackageResourceRoleScopes", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{accessPackageResourceRoleScope-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "accessPackageResourceRole", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "accessPackageResource", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "accessPackageResourceEnvironment", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "accessPackageResourceRoles", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{accessPackageResourceRole-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "accessPackageResourceScopes", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{accessPackageResourceScope-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "accessPackageResource", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "accessPackageResourceEnvironment", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.count()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "accessPackageResourceRoles", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "title", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fill", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "worksheet", + "segment": "{accessPackageResourceRole-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.cell(row={row},column={column})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range(address={address})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.usedRange()", - "labels": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.usedRange(valuesOnly={valuesOnly})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Delete", + "documentationUrl": null } ] } ] } ] - }, - { - "segment": "microsoft.graph.add", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.count()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.item(name={name})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] } ] - }, + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "accessPackageResourceScope", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "accessPackageResource", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "accessPackageResourceEnvironment", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.cell(row={row},column={column})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "accessPackageResourceRoles", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.range(address={address})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{accessPackageResourceRole-id}", + "labels": [ { - "segment": "microsoft.graph.usedRange()", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.usedRange(valuesOnly={valuesOnly})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "names", + "segment": "accessPackageResource", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{workbookNamedItem-id}", + "segment": "accessPackageResourceEnvironment", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "accessPackageResourceScopes", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "microsoft.graph.range()", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "worksheet", + "segment": "{accessPackageResourceScope-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.cell(row={row},column={column})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range(address={address})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.usedRange()", - "labels": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.usedRange(valuesOnly={valuesOnly})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Delete", + "documentationUrl": null } ] } ] } ] + } + ] + } + ] + } + ] + }, + { + "segment": "accessPackageResourceScopes", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{accessPackageResourceScope-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.add", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.addFormulaLocal", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] + } + ] + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "accessPackageResources", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{accessPackageResource-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "accessPackageResourceEnvironment", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "accessPackageResourceRoles", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{accessPackageResourceRole-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "accessPackageResource", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "pivotTables", + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "accessPackageResourceEnvironment", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "accessPackageResourceScopes", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "{accessPackageResourceScope-id}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{workbookPivotTable-id}", + "segment": "accessPackageResource", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.refresh", - "labels": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "worksheet", + "segment": "accessPackageResourceEnvironment", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.cell(row={row},column={column})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range(address={address})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.usedRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.usedRange(valuesOnly={valuesOnly})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } ] } ] } ] - }, + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "accessPackageResourceScopes", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{accessPackageResourceScope-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "accessPackageResource", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "accessPackageResourceEnvironment", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.refreshAll", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "accessPackageResourceRoles", + "labels": [ { - "segment": "protection", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Post", + "documentationUrl": null } - ], - "children": [ - { - "segment": "microsoft.graph.protect", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ { - "segment": "microsoft.graph.unprotect", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "tables", + "segment": "{accessPackageResourceRole-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{workbookTable-id1}", + "segment": "accessPackageResource", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clearFilters", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.convertToRange", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.dataBodyRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.headerRowRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range()", - "labels": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.reapplyFilters", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.totalRowRange()", + "segment": "accessPackageResourceEnvironment", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] } ] - }, - { - "segment": "microsoft.graph.add", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.count()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] } ] } ] } ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "accessPackages", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/entitlementmanagement-list-accesspackages?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/entitlementmanagement-post-accesspackages?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/entitlementmanagement-list-accesspackages?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/entitlementmanagement-post-accesspackages?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{accessPackage-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "accessPackageAssignmentPolicies", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.add", - "labels": [ + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{accessPackageAssignmentPolicy-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "accessPackage", + "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.count()", + "segment": "accessPackageCatalog", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.itemAt(index={index})", + "segment": "customExtensionHandlers", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get" + "segment": "{customExtensionHandler-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "customExtension", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] } ] } ] - }, + } + ] + }, + { + "segment": "accessPackageCatalog", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "accessPackageResourceRoleScopes", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accesspackage-post-accesspackageresourcerolescopes?view=graph-rest-1.0" + } + ] + } + ], + "children": [ { - "segment": "worksheets", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "{accessPackageResourceRoleScope-id}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{workbookWorksheet-id}", + "segment": "accessPackageResourceRole", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "charts", + "segment": "accessPackageResource", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{workbookChart-id}", + "segment": "accessPackageResourceEnvironment", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "accessPackageResourceRoles", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "axes", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{accessPackageResourceRole-id}", + "labels": [ { - "segment": "categoryAxis", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - }, + "name": "beta", + "methods": [ { - "segment": "majorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "minorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "title", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] + } + ] + } + ] + }, + { + "segment": "accessPackageResourceScopes", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "seriesAxis", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "majorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, + ] + } + ] + }, + { + "segment": "{accessPackageResourceScope-id}", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "minorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] + "name": "Get", + "documentationUrl": null }, - { - "segment": "title", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "valueAxis", + "segment": "accessPackageResource", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "format", + "segment": "accessPackageResourceEnvironment", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "accessPackageResourceRoles", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "font", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "line", + "segment": "{accessPackageResourceRole-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } ] } ] + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "accessPackageResourceScope", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "accessPackageResource", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "accessPackageResourceEnvironment", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "accessPackageResourceRoles", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{accessPackageResourceRole-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "majorGridlines", - "labels": [ + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "accessPackageResource", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } - ], - "children": [ + ] + } + ], + "children": [ + { + "segment": "accessPackageResourceEnvironment", + "labels": [ { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ + "name": "beta", + "methods": [ { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "minorGridlines", + "segment": "accessPackageResourceScopes", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "format", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null } ] } ] - } - ] - }, - { - "segment": "title", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", + "segment": "{accessPackageResourceScope-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } @@ -189111,1643 +261887,4854 @@ ] } ] + } + ] + }, + { + "segment": "accessPackageResourceScopes", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] }, { - "segment": "dataLabels", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fill", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - }, + "segment": "{accessPackageResourceScope-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "accessPackagesIncompatibleWith", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/accesspackage-list-accesspackagesincompatiblewith?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/accesspackage-list-accesspackagesincompatiblewith?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{accessPackage-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "assignmentPolicies", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{accessPackageAssignmentPolicy-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "accessPackage", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "catalog", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "catalog", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "incompatibleAccessPackages", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/accesspackage-list-incompatibleaccesspackages?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/accesspackage-list-incompatibleaccesspackages?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "$ref", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/accesspackage-list-incompatibleaccesspackages?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/accesspackage-list-incompatibleaccesspackages?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{accessPackage-id1}", + "labels": [], + "children": [ + { + "segment": "$ref", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "incompatibleGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/accesspackage-list-incompatiblegroups?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/accesspackage-list-incompatiblegroups?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "$ref", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/accesspackage-list-incompatiblegroups?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/accesspackage-list-incompatiblegroups?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{group-id}", + "labels": [], + "children": [ + { + "segment": "$ref", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getApplicablePolicyRequirements", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accesspackage-getapplicablepolicyrequirements?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accesspackage-getapplicablepolicyrequirements?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.moveToCatalog", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accesspackage-movetocatalog?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.filterByCurrentUser(on='{on}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.Search()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "assignmentPolicies", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/entitlementmanagement-list-assignmentpolicies?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/entitlementmanagement-post-assignmentpolicies?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{accessPackageAssignmentPolicy-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "accessPackage", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "catalog", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "assignmentRequests", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/entitlementmanagement-list-assignmentrequests?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/entitlementmanagement-post-assignmentrequests?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{accessPackageAssignmentRequest-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "accessPackage", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "assignment", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accesspackageassignmentrequest-cancel?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.reprocess", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "requestor", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.filterByCurrentUser(on='{on}')", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "assignments", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/entitlementmanagement-list-assignments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{accessPackageAssignment-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "accessPackage", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "assignmentPolicy", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.reprocess", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "target", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.additionalAccess()", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.additionalAccess(accessPackageId='{accessPackageId}',incompatibleAccessPackageId='{incompatibleAccessPackageId}')", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.filterByCurrentUser(on='{on}')", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "catalogs", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/entitlementmanagement-list-catalogs?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/entitlementmanagement-post-catalogs?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{accessPackageCatalog-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "accessPackages", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{accessPackage-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "accessPackagesIncompatibleWith", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/accesspackage-list-accesspackagesincompatiblewith?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{accessPackage-id1}", + "labels": [ + { + "name": "v1.0", + "methods": [ { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fill", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "assignmentPolicies", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ { - "segment": "legend", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fill", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{accessPackageAssignmentPolicy-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.image()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.image(width={width},height={height},fittingMode={fittingMode})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.image(width={width},height={height})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "accessPackage", + "labels": [ { - "segment": "microsoft.graph.image(width={width})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "catalog", + "labels": [ { - "segment": "microsoft.graph.setData", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + } + ] + } + ] + }, + { + "segment": "catalog", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "incompatibleAccessPackages", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/accesspackage-list-incompatibleaccesspackages?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.setPosition", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "$ref", + "labels": [ + { + "name": "v1.0", + "methods": [ { - "segment": "series", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookChartSeries-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fill", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "points", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookChartPoint-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fill", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.count()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.count()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/accesspackage-list-incompatibleaccesspackages?view=graph-rest-1.0" }, { - "segment": "title", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{accessPackage-id1}", + "labels": [], + "children": [ + { + "segment": "$ref", + "labels": [ + { + "name": "v1.0", + "methods": [ { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fill", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] + } + ] + } + ] + } + ] + }, + { + "segment": "incompatibleGroups", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/accesspackage-list-incompatiblegroups?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "$ref", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/accesspackage-list-incompatiblegroups?view=graph-rest-1.0" }, { - "segment": "worksheet", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.cell(row={row},column={column})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range(address={address})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.usedRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{group-id}", + "labels": [], + "children": [ + { + "segment": "$ref", + "labels": [ + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.usedRange(valuesOnly={valuesOnly})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] } ] - }, + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getApplicablePolicyRequirements", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accesspackage-getapplicablepolicyrequirements?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.filterByCurrentUser(on='{on}')", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "connectedOrganizations", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/entitlementmanagement-list-connectedorganizations?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/entitlementmanagement-post-connectedorganizations?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/entitlementmanagement-list-connectedorganizations?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{connectedOrganization-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "externalSponsors", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/connectedorganization-list-externalsponsors?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/connectedorganization-list-externalsponsors?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "$ref", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/connectedorganization-list-externalsponsors?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/connectedorganization-list-externalsponsors?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{directoryObject-id}", + "labels": [], + "children": [ + { + "segment": "$ref", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.administrativeUnit", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getByIds", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getUserOwnedObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.validateProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.application", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getAvailableExtensionProperties", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getByIds", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getUserOwnedObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.validateProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.contract", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.getAvailableExtensionProperties", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getByIds", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getUserOwnedObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.validateProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.device", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getAvailableExtensionProperties", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getByIds", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getUserOwnedObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.validateProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.directoryRole", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getAvailableExtensionProperties", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getByIds", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getUserOwnedObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.validateProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.directoryRoleTemplate", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.getAvailableExtensionProperties", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getByIds", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getUserOwnedObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.validateProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.directorySettingTemplate", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.getByIds", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getUserOwnedObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.validateProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getAvailableExtensionProperties", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getByIds", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getUserOwnedObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.group", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.evaluateDynamicMembership", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-evaluatedynamicmembership?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getAvailableExtensionProperties", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getByIds", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getUserOwnedObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.validateProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.groupSettingTemplate", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.getAvailableExtensionProperties", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getByIds", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.validateProperties", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.organization", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.getAvailableExtensionProperties", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getByIds", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getUserOwnedObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.validateProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.orgContact", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getAvailableExtensionProperties", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getByIds", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getUserOwnedObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.validateProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.resourceSpecificPermissionGrant", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.getAvailableExtensionProperties", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getByIds", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getUserOwnedObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.validateProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getAvailableExtensionProperties", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getByIds", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getUserOwnedObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.validateProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.user", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getAvailableExtensionProperties", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getByIds", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getManagedAppBlockedUsers()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getUserOwnedObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.validatePassword", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-validatepassword?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.validateProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.validateProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "internalSponsors", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/connectedorganization-list-internalsponsors?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/connectedorganization-list-internalsponsors?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "$ref", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/connectedorganization-list-internalsponsors?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/connectedorganization-list-internalsponsors?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{directoryObject-id}", + "labels": [], + "children": [ + { + "segment": "$ref", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.administrativeUnit", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getByIds", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getUserOwnedObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.validateProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.application", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getAvailableExtensionProperties", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getByIds", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getUserOwnedObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.validateProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.contract", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.getAvailableExtensionProperties", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getByIds", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getUserOwnedObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.validateProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.device", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getAvailableExtensionProperties", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getByIds", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getUserOwnedObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.validateProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.directoryRole", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getAvailableExtensionProperties", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getByIds", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getUserOwnedObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.validateProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.directoryRoleTemplate", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.getAvailableExtensionProperties", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getByIds", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getUserOwnedObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.validateProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.directorySettingTemplate", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.getByIds", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getUserOwnedObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.validateProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getAvailableExtensionProperties", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getByIds", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getUserOwnedObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.group", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.evaluateDynamicMembership", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-evaluatedynamicmembership?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getAvailableExtensionProperties", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getByIds", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getUserOwnedObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.validateProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.groupSettingTemplate", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.getAvailableExtensionProperties", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getByIds", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.validateProperties", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.organization", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.getAvailableExtensionProperties", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getByIds", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getUserOwnedObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.validateProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.orgContact", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.add", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.count()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getAvailableExtensionProperties", + "labels": [ + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.item(name={name})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getByIds", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.cell(row={row},column={column})", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getUserOwnedObjects", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.validateProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.range()", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.resourceSpecificPermissionGrant", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.getAvailableExtensionProperties", + "labels": [ + { + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getByIds", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.range(address={address})", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getUserOwnedObjects", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.validateProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.usedRange()", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.usedRange(valuesOnly={valuesOnly})", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getAvailableExtensionProperties", + "labels": [ + { + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getByIds", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" } ] }, { - "segment": "names", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getUserOwnedObjects", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Post" - ] + "name": "Post", + "documentationUrl": null } - ], - "children": [ + ] + } + ] + }, + { + "segment": "microsoft.graph.validateProperties", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "{workbookNamedItem-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "worksheet", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.cell(row={row},column={column})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range(address={address})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.usedRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.usedRange(valuesOnly={valuesOnly})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - } - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.add", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.user", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.addFormulaLocal", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "pivotTables", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getAvailableExtensionProperties", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getByIds", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getManagedAppBlockedUsers()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getUserOwnedObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.validatePassword", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-validatepassword?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.validateProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.validateProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "settings", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/entitlementmanagementsettings-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/entitlementmanagementsettings-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/entitlementmanagementsettings-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/entitlementmanagementsettings-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "subjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{accessPackageSubject-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "connectedOrganization", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "lifecycleWorkflows", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "customTaskExtensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-customtaskextensions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-post-customtaskextensions?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{customTaskExtension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "createdBy", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "lastModifiedBy", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "deletedItems", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "workflows", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-deleteditems?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{workflow-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "executionScope", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{user-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.identityGovernance.activate", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/identitygovernance-workflow-activate?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.identityGovernance.createNewVersion", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/identitygovernance-workflow-createnewversion?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.identityGovernance.restore", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/identitygovernance-workflow-restore?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "runs", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/identitygovernance-workflow-list-runs?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{run-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "taskProcessingResults", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{workbookPivotTable-id}", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{taskProcessingResult-id}", + "labels": [ { - "segment": "microsoft.graph.refresh", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "worksheet", + "segment": "microsoft.graph.identityGovernance.resume", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.cell(row={row},column={column})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range(address={address})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.usedRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.usedRange(valuesOnly={valuesOnly})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-1.0" } ] } ] - } - ] - }, - { - "segment": "microsoft.graph.refreshAll", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "protection", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.protect", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.unprotect", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "subject", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "task", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] } ] @@ -190755,921 +266742,3840 @@ ] }, { - "segment": "tables", + "segment": "userProcessingResults", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/identitygovernance-run-list-userprocessingresults?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{workbookTable-id}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "{userProcessingResult-id}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "columns", + "segment": "subject", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "taskProcessingResults", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/identitygovernance-run-list-taskprocessingresults?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{workbookTableColumn-id}", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{taskProcessingResult-id}", + "labels": [ { - "segment": "filter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.apply", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyBottomItemsFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyBottomPercentFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyCellColorFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyCustomFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyDynamicFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyFontColorFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyIconFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyTopItemsFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyTopPercentFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.applyValuesFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.dataBodyRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.headerRowRange()", + "segment": "microsoft.graph.identityGovernance.resume", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.range()", + "segment": "subject", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.totalRowRange()", + "segment": "task", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] } ] - }, + } + ] + } + ] + }, + { + "segment": "microsoft.graph.identityGovernance.summary(startDateTime={startDateTime},endDateTime={endDateTime})", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.add", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.identityGovernance.summary(startDateTime={startDateTime},endDateTime={endDateTime})", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "taskReports", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/identitygovernance-workflow-list-taskreports?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{taskReport-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "task", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "taskDefinition", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "taskProcessingResults", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/identitygovernance-taskreport-list-taskprocessingresults?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{taskProcessingResult-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.count()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.clearFilters", + "segment": "microsoft.graph.identityGovernance.resume", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.convertToRange", + "segment": "subject", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.dataBodyRange()", + "segment": "task", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.identityGovernance.summary(startDateTime={startDateTime},endDateTime={endDateTime})", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "userProcessingResults", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/identitygovernance-workflow-list-userprocessingresults?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{userProcessingResult-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "subject", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "taskProcessingResults", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/identitygovernance-run-list-taskprocessingresults?view=graph-rest-1.0" }, { - "segment": "microsoft.graph.headerRowRange()", - "labels": [ + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{taskProcessingResult-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.range()", + "segment": "microsoft.graph.identityGovernance.resume", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.reapplyFilters", + "segment": "subject", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.totalRowRange()", + "segment": "task", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.identityGovernance.summary(startDateTime={startDateTime},endDateTime={endDateTime})", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "versions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/identitygovernance-workflow-list-versions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{workflowVersion-versionNumber}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "settings", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/identitygovernance-lifecyclemanagementsettings-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/identitygovernance-lifecyclemanagementsettings-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "taskDefinitions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-taskdefinitions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{taskDefinition-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "workflows", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-workflows?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-post-workflows?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{workflow-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "executionScope", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{user-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.identityGovernance.activate", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/identitygovernance-workflow-activate?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.identityGovernance.createNewVersion", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/identitygovernance-workflow-createnewversion?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.identityGovernance.restore", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/identitygovernance-workflow-restore?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "runs", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/identitygovernance-workflow-list-runs?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{run-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "taskProcessingResults", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{taskProcessingResult-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "rows", - "labels": [ + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.identityGovernance.resume", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "subject", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Post" - ] + "name": "Get", + "documentationUrl": null } - ], - "children": [ + ] + } + ] + }, + { + "segment": "task", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "{workbookTableRow-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "userProcessingResults", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/identitygovernance-run-list-userprocessingresults?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{userProcessingResult-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "subject", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.add", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "taskProcessingResults", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.count()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/identitygovernance-run-list-taskprocessingresults?view=graph-rest-1.0" }, { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "sort", + "segment": "{taskProcessingResult-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "microsoft.graph.apply", + "segment": "microsoft.graph.identityGovernance.resume", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.clear", + "segment": "subject", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.reapply", + "segment": "task", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] } ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.identityGovernance.summary(startDateTime={startDateTime},endDateTime={endDateTime})", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.identityGovernance.summary(startDateTime={startDateTime},endDateTime={endDateTime})", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "taskReports", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/identitygovernance-workflow-list-taskreports?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{taskReport-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "task", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "taskDefinition", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "taskProcessingResults", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/identitygovernance-taskreport-list-taskprocessingresults?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{taskProcessingResult-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "worksheet", - "labels": [ + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.identityGovernance.resume", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "subject", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } - ], - "children": [ + ] + } + ] + }, + { + "segment": "task", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.cell(row={row},column={column})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.identityGovernance.summary(startDateTime={startDateTime},endDateTime={endDateTime})", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "userProcessingResults", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/identitygovernance-workflow-list-userprocessingresults?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{userProcessingResult-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "subject", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "taskProcessingResults", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/identitygovernance-run-list-taskprocessingresults?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{taskProcessingResult-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.identityGovernance.resume", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "subject", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.range(address={address})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "task", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.usedRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.identityGovernance.summary(startDateTime={startDateTime},endDateTime={endDateTime})", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "versions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/identitygovernance-workflow-list-versions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{workflowVersion-versionNumber}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "workflowTemplates", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-workflowtemplates?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{workflowTemplate-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "tasks", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{task-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "taskProcessingResults", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{taskProcessingResult-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.identityGovernance.resume", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.usedRange(valuesOnly={valuesOnly})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "subject", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "task", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null } ] } ] + } + ] + } + ] + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "termsOfUse", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "agreementAcceptances", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{agreementAcceptance-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "agreements", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/termsofusecontainer-list-agreements?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/termsofusecontainer-post-agreements?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/termsofusecontainer-list-agreements?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/termsofusecontainer-post-agreements?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{agreement-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "acceptances", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/agreement-list-acceptances?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/agreement-list-acceptances?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{agreementAcceptance-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "file", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/agreementfile-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/agreementfile-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "localizations", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{agreementFileLocalization-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "versions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] }, { - "segment": "microsoft.graph.add", + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.count()", + "segment": "{agreementFileVersion-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "files", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/agreement-post-files?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/agreement-post-files?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{agreementFileLocalization-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "versions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{agreementFileVersion-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } ] } ] + } + ] + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "identityProtection", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "riskDetections", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/riskdetection-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/riskdetection-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{riskDetection-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "riskyServicePrincipals", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/identityprotectionroot-list-riskyserviceprincipals?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{riskyServicePrincipal-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "history", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/riskyserviceprincipal-list-history?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{riskyServicePrincipalHistoryItem-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.confirmCompromised", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/riskyserviceprincipal-confirmcompromised?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.dismiss", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/riskyserviceprincipal-dismiss?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "riskyUsers", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/riskyusers-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/riskyuser-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{riskyUser-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "history", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/riskyuser-list-history?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/riskyuser-list-history?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{riskyUserHistoryItem-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.confirmCompromised", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/riskyusers-confirmcompromised?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/riskyuser-confirmcompromised?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.dismiss", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/riskyusers-dismiss?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/riskyuser-dismiss?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "servicePrincipalRiskDetections", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/identityprotectionroot-list-serviceprincipalriskdetections?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{servicePrincipalRiskDetection-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "identityProviders", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/identityprovider-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/identityprovider-post-identityproviders?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/identityprovider-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{identityProvider-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/identityprovider-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/identityprovider-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": "https://docs.microsoft.com/graph/api/identityprovider-delete?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/identityprovider-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/identityprovider-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": "https://docs.microsoft.com/graph/api/identityprovider-delete?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.availableProviderTypes()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "informationProtection", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "bitlocker", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "recoveryKeys", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/bitlocker-list-recoverykeys?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/bitlocker-list-recoverykeys?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{bitlockerRecoveryKey-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "dataLossPreventionPolicies", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{dataLossPreventionPolicy-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.evaluate", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.decryptBuffer", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.encryptBuffer", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.signDigest", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.verifySignature", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "policy", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "labels", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/informationprotectionpolicy-list-labels?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{informationProtectionLabel-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.evaluateApplication", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/informationprotectionlabel-evaluateapplication?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.evaluateClassificationResults", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/informationprotectionlabel-evaluateclassificationresults?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.evaluateRemoval", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/informationprotectionlabel-evaluateremoval?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.extractLabel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/informationprotectionlabel-extractlabel?view=graph-rest-1.0" + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "sensitivityLabels", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{sensitivityLabel-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "sublabels", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{sensitivityLabel-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.add", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.evaluate", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null } ] } @@ -191680,580 +270586,1070 @@ ] }, { - "segment": "list", + "segment": "microsoft.graph.evaluate", "labels": [ { - "name": "v1.0", + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "sensitivityPolicySettings", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "threatAssessmentRequests", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/informationprotection-list-threatassessmentrequests?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/informationprotection-post-threatassessmentrequests?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/informationprotection-list-threatassessmentrequests?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/informationprotection-post-threatassessmentrequests?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{threatAssessmentRequest-id}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "activities", + "segment": "results", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{itemActivityOLD-id}", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] - } - ], - "children": [ + }, { - "segment": "driveItem", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.checkin", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + ] + } + ] + }, + { + "segment": "{threatAssessmentResult-id}", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.checkout", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.copy", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.createLink", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.createUploadSession", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.delta()", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.delta(token={token})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "invitations", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/invitation-post?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/invitation-post?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{invitation-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "invitedUser", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "localizations", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{organizationalBrandingLocalization-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "backgroundImage", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "bannerLogo", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "squareLogo", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "me", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-update?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-update?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "activities", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{userActivity-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "historyItems", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.follow", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.getActivitiesByInterval(startDateTime={startDateTime},endDateTime={endDateTime},interval={interval})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{activityHistoryItem-id}", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.invite", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.preview", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.restore", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.search(q={q})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.unfollow", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.validatePermission", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "listItem", + "segment": "activity", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "activities", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{itemActivityOLD-id1}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "analytics", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "driveItem", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.checkin", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.checkout", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.copy", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.createLink", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.createUploadSession", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.delta()", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.delta(token={token})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.follow", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getActivitiesByInterval(startDateTime={startDateTime},endDateTime={endDateTime},interval={interval})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.invite", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.preview", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.restore", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.search(q={q})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.unfollow", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.validatePermission", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.recent()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/projectrome-get-recent-activities?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "agreementAcceptances", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-agreementacceptances?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-agreementacceptances?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{agreementAcceptance-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "analytics", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "activityStatistics", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{activityStatistics-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "appConsentRequestsForApproval", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{appConsentRequest-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "userConsentRequests", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/appconsentrequest-list-userconsentrequests?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "fields", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{userConsentRequest-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.createLink", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.getActivitiesByInterval(startDateTime={startDateTime},endDateTime={endDateTime},interval={interval})", - "labels": [ + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "approval", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "versions", + "segment": "steps", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/approval-list-steps?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{listItemVersion-id}", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fields", - "labels": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{approvalStep-id}", + "labels": [ { - "segment": "microsoft.graph.restoreVersion", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } @@ -192264,468 +271660,890 @@ ] } ] + }, + { + "segment": "microsoft.graph.filterByCurrentUser(on='{on}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.filterByCurrentUser(on='{on}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "appRoleAssignedResources", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-approleassignedresources?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null } ] + } + ] + }, + { + "segment": "{servicePrincipal-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "appRoleAssignments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-approleassignments?view=graph-rest-1.0" }, { - "segment": "columns", - "labels": [ + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-post-approleassignments?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-approleassignments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-post-approleassignments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{appRoleAssignment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "approvals", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{approval-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "steps", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/approval-list-steps?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{columnDefinition-id}", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{approvalStep-id}", + "labels": [ { - "segment": "sourceColumn", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ + "name": "Patch", + "documentationUrl": null + }, { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] } ] } ] + } + ] + }, + { + "segment": "microsoft.graph.filterByCurrentUser(on='{on}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "authentication", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "contentTypes", + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "emailMethods", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/authentication-list-emailmethods?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/authentication-post-emailmethods?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/authentication-list-emailmethods?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/authentication-post-emailmethods?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{emailAuthenticationMethod-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "fido2Methods", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/fido2authenticationmethod-list?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{fido2AuthenticationMethod-id}", "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, { "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "methods", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/authentication-list-methods?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/authentication-list-methods?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{authenticationMethod-id}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{contentType-id}", + "segment": "microsoft.graph.disableSmsSignIn", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.enableSmsSignIn", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": null + } ] } - ], + ] + }, + { + "segment": "microsoft.graph.phoneAuthenticationMethod", + "labels": [], "children": [ { - "segment": "base", + "segment": "microsoft.graph.disableSmsSignIn", "labels": [ { "name": "v1.0", "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.associateWithHubSites", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.copyToDefaultContentLocation", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/phoneauthenticationmethod-disablesmssignin?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.enableSmsSignIn", + "labels": [ { - "segment": "microsoft.graph.isPublished()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/phoneauthenticationmethod-enablesmssignin?view=graph-rest-1.0" } ] - }, + } + ] + } + ] + }, + { + "segment": "microsoft.graph.resetPassword", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.publish", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.unpublish", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Post", + "documentationUrl": null } ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoftAuthenticatorMethods", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/microsoftauthenticatorauthenticationmethod-list?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/microsoftauthenticatorauthenticationmethod-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{microsoftAuthenticatorAuthenticationMethod-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "baseTypes", - "labels": [ + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "device", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.addCopy", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "columnLinks", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + "name": "Patch", + "documentationUrl": null + }, { - "segment": "{columnLink-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "columnPositions", + "segment": "commands", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "$ref", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] - } - ] - }, - { - "segment": "columns", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{columnDefinition-id}", + "segment": "{command-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "sourceColumn", + "segment": "responsepayload", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - }, { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] } @@ -192736,357 +272554,793 @@ ] }, { - "segment": "microsoft.graph.associateWithHubSites", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.copyToDefaultContentLocation", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.isPublished()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.publish", + "segment": "extensions", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.unpublish", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] - } - ] - }, - { - "segment": "microsoft.graph.addCopy", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "drive", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "items", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{listItem-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "activities", + "segment": "memberOf", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/device-list-memberof?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/device-list-memberof?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "{itemActivityOLD-id}", + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{directoryObject-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "driveItem", + "segment": "microsoft.graph.application", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.device", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.group", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.orgContact", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.user", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "$ref", + "segment": "microsoft.graph.activateServicePlan", "labels": [ { "name": "beta", "methods": [ - "Get", - "Put", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-activateserviceplan?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.checkin", + "segment": "microsoft.graph.assignLicense", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-assignlicense?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-assignlicense?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.checkout", + "segment": "microsoft.graph.changePassword", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-changepassword?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-changepassword?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.copy", + "segment": "microsoft.graph.checkMemberGroups", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.createLink", + "segment": "microsoft.graph.checkMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.exportDeviceAndAppManagementData()", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.createUploadSession", + "segment": "microsoft.graph.exportDeviceAndAppManagementData(skip={skip},top={top})", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.delta()", + "segment": "microsoft.graph.exportPersonalData", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-exportpersonaldata?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-exportpersonaldata?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.findMeetingTimes", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-findmeetingtimes?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-findmeetingtimes?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.delta(token={token})", + "segment": "microsoft.graph.findRoomLists()", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-findroomlists?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.follow", + "segment": "microsoft.graph.findRooms()", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.getActivitiesByInterval(startDateTime={startDateTime},endDateTime={endDateTime},interval={interval})", + "segment": "microsoft.graph.findRooms(RoomList='{RoomList}')", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.invite", + "segment": "microsoft.graph.getEffectiveDeviceEnrollmentConfigurations()", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.preview", + "segment": "microsoft.graph.getLoggedOnManagedDevices()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMailTips", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-getmailtips?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-getmailtips?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getManagedAppDiagnosticStatuses()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getManagedAppPolicies()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getManagedDevicesWithAppFailures()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getManagedDevicesWithFailedOrPendingApps()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.invalidateAllRefreshTokens", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-invalidateallrefreshtokens?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.isManagedAppUserBlocked()", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.reminderView(StartDateTime='{StartDateTime}',EndDateTime='{EndDateTime}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.removeAllDevicesFromManagement", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.reprocessLicenseAssignment", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-reprocesslicenseassignment?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-reprocesslicenseassignment?view=graph-rest-1.0" + } ] } ] @@ -193097,77 +273351,167 @@ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.revokeSignInSessions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.search(q={q})", + "segment": "microsoft.graph.sendMail", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-sendmail?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-sendmail?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.unfollow", + "segment": "microsoft.graph.translateExchangeIds", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-translateexchangeids?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-translateexchangeids?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.validatePermission", + "segment": "microsoft.graph.unblockManagedApps", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] - } - ] - }, - { - "segment": "listItem", - "labels": [ + }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" + "segment": "microsoft.graph.wipeAndBlockManagedApps", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } ] - } - ], - "children": [ + }, { - "segment": "microsoft.graph.createLink", + "segment": "microsoft.graph.wipeManagedAppRegistrationByDeviceTag", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.wipeManagedAppRegistrationsByAzureAdDeviceId", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.getActivitiesByInterval(startDateTime={startDateTime},endDateTime={endDateTime},interval={interval})", + "segment": "microsoft.graph.wipeManagedAppRegistrationsByDeviceTag", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } ] } ] @@ -193175,909 +273519,492 @@ ] } ] - } - ] - }, - { - "segment": "analytics", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "driveItem", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.checkin", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.checkout", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.copy", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.createLink", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.createUploadSession", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] }, { - "segment": "microsoft.graph.delta()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.delta(token={token})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.follow", + "segment": "microsoft.graph.application", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getActivitiesByInterval()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getActivitiesByInterval(startDateTime={startDateTime},endDateTime={endDateTime},interval={interval})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.invite", - "labels": [ { "name": "v1.0", "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.preview", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + ], + "children": [ { - "name": "beta", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "microsoft.graph.restore", + "segment": "microsoft.graph.device", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.search(q={q})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.unfollow", - "labels": [ { "name": "v1.0", "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.validatePermission", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + ], + "children": [ { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "fields", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.createLink", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getActivitiesByInterval()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getActivitiesByInterval(startDateTime={startDateTime},endDateTime={endDateTime},interval={interval})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "versions", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{listItemVersion-id}", + "segment": "microsoft.graph.group", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "fields", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] + } + ] + }, + { + "segment": "microsoft.graph.orgContact", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] }, { - "segment": "microsoft.graph.restoreVersion", + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] } ] - } - ] - } - ] - } - ] - }, - { - "segment": "subscriptions", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{subscription-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.recent()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.search(q={q})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.sharedWithMe()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "root", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "activities", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{itemActivityOLD-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "driveItem", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ + }, { - "segment": "$ref", + "segment": "microsoft.graph.servicePrincipal", "labels": [ { "name": "beta", "methods": [ - "Get", - "Put", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] - } - ] - }, - { - "segment": "microsoft.graph.checkin", - "labels": [ + }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.checkout", - "labels": [ + ], + "children": [ { - "name": "beta", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "microsoft.graph.copy", + "segment": "microsoft.graph.user", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] - } - ] - }, - { - "segment": "microsoft.graph.createLink", - "labels": [ + }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.createUploadSession", - "labels": [ + ], + "children": [ { - "name": "beta", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.checkMemberGroups", + "labels": [ { - "segment": "microsoft.graph.delta()", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.delta(token={token})", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.checkMemberObjects", + "labels": [ { - "segment": "microsoft.graph.follow", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.getActivitiesByInterval(startDateTime={startDateTime},endDateTime={endDateTime},interval={interval})", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.getMemberGroups", + "labels": [ { - "segment": "microsoft.graph.invite", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.preview", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.getMemberObjects", + "labels": [ { - "segment": "microsoft.graph.restore", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.search(q={q})", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.restore", + "labels": [ { - "segment": "microsoft.graph.unfollow", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.validatePermission", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" } ] } ] }, { - "segment": "listItem", + "segment": "registeredOwners", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/device-list-registeredowners?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/device-list-registeredowners?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "activities", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] - } - ], - "children": [ + }, { - "segment": "{itemActivityOLD-id1}", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "analytics", + "segment": "$ref", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/device-list-registeredowners?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] - } - ], - "children": [ + }, { - "segment": "$ref", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/device-list-registeredowners?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null } ] } ] }, { - "segment": "driveItem", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], + "segment": "{directoryObject-id}", + "labels": [], "children": [ { "segment": "$ref", @@ -194085,174 +274012,843 @@ { "name": "beta", "methods": [ - "Get", - "Put", - "Delete" + { + "name": "Delete", + "documentationUrl": null + } ] - } - ] - }, - { - "segment": "microsoft.graph.checkin", - "labels": [ + }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Delete", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.checkout", + "segment": "microsoft.graph.appRoleAssignment", "labels": [ { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.copy", + "segment": "microsoft.graph.endpoint", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] - } - ] - }, - { - "segment": "microsoft.graph.createLink", - "labels": [ + }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.createUploadSession", + "segment": "microsoft.graph.servicePrincipal", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] - } - ] - }, - { - "segment": "microsoft.graph.delta()", - "labels": [ + }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.delta(token={token})", + "segment": "microsoft.graph.user", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] - } - ] - }, - { - "segment": "microsoft.graph.follow", - "labels": [ + }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.getActivitiesByInterval(startDateTime={startDateTime},endDateTime={endDateTime},interval={interval})", - "labels": [ + ], + "children": [ { - "name": "beta", - "methods": [ - "Get" + "segment": "microsoft.graph.activateServicePlan", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-activateserviceplan?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.assignLicense", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-assignlicense?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-assignlicense?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.changePassword", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-changepassword?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-changepassword?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.exportDeviceAndAppManagementData()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.exportDeviceAndAppManagementData(skip={skip},top={top})", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.exportPersonalData", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-exportpersonaldata?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-exportpersonaldata?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.findMeetingTimes", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-findmeetingtimes?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-findmeetingtimes?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.findRoomLists()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-findroomlists?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.findRooms()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.findRooms(RoomList='{RoomList}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getEffectiveDeviceEnrollmentConfigurations()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getLoggedOnManagedDevices()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMailTips", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-getmailtips?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-getmailtips?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getManagedAppDiagnosticStatuses()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getManagedAppPolicies()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getManagedDevicesWithAppFailures()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getManagedDevicesWithFailedOrPendingApps()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.invalidateAllRefreshTokens", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-invalidateallrefreshtokens?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.isManagedAppUserBlocked()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.reminderView(StartDateTime='{StartDateTime}',EndDateTime='{EndDateTime}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.removeAllDevicesFromManagement", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.reprocessLicenseAssignment", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-reprocesslicenseassignment?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-reprocesslicenseassignment?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.restore", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.revokeSignInSessions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.sendMail", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-sendmail?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-sendmail?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.translateExchangeIds", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-translateexchangeids?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-translateexchangeids?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.unblockManagedApps", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.wipeAndBlockManagedApps", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.wipeManagedAppRegistrationByDeviceTag", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.wipeManagedAppRegistrationsByAzureAdDeviceId", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.wipeManagedAppRegistrationsByDeviceTag", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } ] } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.appRoleAssignment", + "labels": [ { - "segment": "microsoft.graph.invite", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.preview", + "segment": "$count", "labels": [ { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.endpoint", + "labels": [ { - "segment": "microsoft.graph.restore", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.search(q={q})", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.unfollow", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] - } - ] - }, - { - "segment": "microsoft.graph.validatePermission", - "labels": [ + }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] @@ -194260,86 +274856,94 @@ ] }, { - "segment": "fields", + "segment": "microsoft.graph.servicePrincipal", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] - } - ] - }, - { - "segment": "microsoft.graph.createLink", - "labels": [ + }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.getActivitiesByInterval(startDateTime={startDateTime},endDateTime={endDateTime},interval={interval})", - "labels": [ + ], + "children": [ { - "name": "beta", - "methods": [ - "Get" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "versions", + "segment": "microsoft.graph.user", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{listItemVersion-id}", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fields", - "labels": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.restoreVersion", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] } @@ -194348,630 +274952,896 @@ ] } ] - } - ] - } - ] - }, - { - "segment": "analytics", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "children", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{driveItem-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "content", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Put" - ] - } - ] - }, - { - "segment": "microsoft.graph.checkin", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.checkout", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.copy", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.createLink", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.createUploadSession", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.delta()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.delta(token={token})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.follow", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getActivitiesByInterval()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getActivitiesByInterval(startDateTime={startDateTime},endDateTime={endDateTime},interval={interval})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.invite", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.preview", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.restore", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] }, { - "segment": "microsoft.graph.search(q={q})", + "segment": "registeredUsers", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.unfollow", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/device-list-registeredusers?view=graph-rest-1.0" + } ] }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.validatePermission", - "labels": [ { "name": "v1.0", "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "content", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Put" - ] - } - ] - }, - { - "segment": "listItem", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "activities", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{itemActivityOLD-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/device-list-registeredusers?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "driveItem", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.checkin", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{directoryObject-id}", + "labels": [ { - "segment": "microsoft.graph.checkout", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.copy", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.createLink", + "segment": "microsoft.graph.appRoleAssignment", "labels": [ { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.createUploadSession", + "segment": "microsoft.graph.endpoint", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.delta()", + "segment": "microsoft.graph.servicePrincipal", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.delta(token={token})", + "segment": "microsoft.graph.user", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.follow", - "labels": [ + ], + "children": [ + { + "segment": "microsoft.graph.activateServicePlan", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-activateserviceplan?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.assignLicense", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-assignlicense?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-assignlicense?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.changePassword", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-changepassword?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-changepassword?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.exportDeviceAndAppManagementData()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.exportDeviceAndAppManagementData(skip={skip},top={top})", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.exportPersonalData", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-exportpersonaldata?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-exportpersonaldata?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.findMeetingTimes", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-findmeetingtimes?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-findmeetingtimes?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.findRoomLists()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-findroomlists?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.findRooms()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.findRooms(RoomList='{RoomList}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getEffectiveDeviceEnrollmentConfigurations()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getLoggedOnManagedDevices()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMailTips", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-getmailtips?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-getmailtips?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getManagedAppDiagnosticStatuses()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getManagedAppPolicies()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getManagedDevicesWithAppFailures()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getManagedDevicesWithFailedOrPendingApps()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.invalidateAllRefreshTokens", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-invalidateallrefreshtokens?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.isManagedAppUserBlocked()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.reminderView(StartDateTime='{StartDateTime}',EndDateTime='{EndDateTime}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.removeAllDevicesFromManagement", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.reprocessLicenseAssignment", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-reprocesslicenseassignment?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-reprocesslicenseassignment?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.restore", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.revokeSignInSessions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.sendMail", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-sendmail?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-sendmail?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.translateExchangeIds", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-translateexchangeids?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-translateexchangeids?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.unblockManagedApps", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.wipeAndBlockManagedApps", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.wipeManagedAppRegistrationByDeviceTag", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, { - "name": "beta", - "methods": [ - "Post" + "segment": "microsoft.graph.wipeManagedAppRegistrationsByAzureAdDeviceId", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } ] - } - ] - }, - { - "segment": "microsoft.graph.getActivitiesByInterval(startDateTime={startDateTime},endDateTime={endDateTime},interval={interval})", - "labels": [ + }, { - "name": "beta", - "methods": [ - "Get" + "segment": "microsoft.graph.wipeManagedAppRegistrationsByDeviceTag", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } ] } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.appRoleAssignment", + "labels": [ { - "segment": "microsoft.graph.invite", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.preview", + "segment": "$count", "labels": [ { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.endpoint", + "labels": [ { - "segment": "microsoft.graph.restore", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.search(q={q})", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.unfollow", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] - } - ] - }, - { - "segment": "microsoft.graph.validatePermission", - "labels": [ + }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] @@ -194979,1175 +275849,95 @@ ] }, { - "segment": "listItem", + "segment": "microsoft.graph.servicePrincipal", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "microsoft.graph.createLink", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] - } - ] - }, - { - "segment": "microsoft.graph.getActivitiesByInterval(startDateTime={startDateTime},endDateTime={endDateTime},interval={interval})", - "labels": [ + }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "analytics", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "driveItem", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.checkin", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.checkout", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.copy", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.createLink", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.createUploadSession", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.delta()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.delta(token={token})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.follow", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getActivitiesByInterval()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getActivitiesByInterval(startDateTime={startDateTime},endDateTime={endDateTime},interval={interval})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.invite", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.preview", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.restore", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.search(q={q})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.unfollow", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.validatePermission", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "fields", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.createLink", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getActivitiesByInterval()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getActivitiesByInterval(startDateTime={startDateTime},endDateTime={endDateTime},interval={interval})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "versions", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{listItemVersion-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fields", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.restoreVersion", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.checkin", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.checkout", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.copy", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.createLink", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.createUploadSession", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.delta()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.delta(token={token})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.follow", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getActivitiesByInterval()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getActivitiesByInterval(startDateTime={startDateTime},endDateTime={endDateTime},interval={interval})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.invite", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.preview", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.restore", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.search(q={q})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.unfollow", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.validatePermission", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "permissions", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{permission-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.grant", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.revokeGrants", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "subscriptions", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{subscription-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "thumbnails", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{thumbnailSet-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "versions", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{driveItemVersion-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "content", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Put" - ] - } - ] - }, - { - "segment": "microsoft.graph.restoreVersion", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "workbook", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "application", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.calculate", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "comments", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookComment-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" + ] + } ] - } - ], - "children": [ + }, { - "segment": "replies", + "segment": "microsoft.graph.user", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{workbookCommentReply-id}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] @@ -196155,6576 +275945,18769 @@ ] } ] - } - ] - }, - { - "segment": "functions", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.abs", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.accrInt", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.accrIntM", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.acos", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.acosh", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.acot", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.acoth", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.amorDegrc", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.amorLinc", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.and", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.arabic", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.areas", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.asc", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.asin", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.asinh", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.atan", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.atan2", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.atanh", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.aveDev", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.average", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.averageA", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.averageIf", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.averageIfs", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.bahtText", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.base", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.besselI", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.besselJ", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.besselK", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.besselY", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.beta_Dist", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.beta_Inv", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.bin2Dec", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.bin2Hex", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.bin2Oct", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.binom_Dist", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.binom_Dist_Range", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.binom_Inv", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.bitand", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.bitlshift", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.bitor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.bitrshift", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.bitxor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.ceiling_Math", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.ceiling_Precise", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.char", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.chiSq_Dist", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] }, { - "segment": "microsoft.graph.chiSq_Dist_RT", + "segment": "transitiveMemberOf", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.chiSq_Inv", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/device-list-transitivememberof?view=graph-rest-1.0" + } ] }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.chiSq_Inv_RT", - "labels": [ { "name": "v1.0", "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/device-list-transitivememberof?view=graph-rest-1.0" + } ] } - ] - }, - { - "segment": "microsoft.graph.choose", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.clean", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "{directoryObject-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.application", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.device", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.group", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.orgContact", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.user", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.activateServicePlan", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-activateserviceplan?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.assignLicense", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-assignlicense?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-assignlicense?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.changePassword", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-changepassword?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-changepassword?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.exportDeviceAndAppManagementData()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.exportDeviceAndAppManagementData(skip={skip},top={top})", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.exportPersonalData", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-exportpersonaldata?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-exportpersonaldata?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.findMeetingTimes", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-findmeetingtimes?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-findmeetingtimes?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.findRoomLists()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-findroomlists?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.findRooms()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.findRooms(RoomList='{RoomList}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getEffectiveDeviceEnrollmentConfigurations()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getLoggedOnManagedDevices()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMailTips", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-getmailtips?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-getmailtips?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getManagedAppDiagnosticStatuses()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getManagedAppPolicies()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getManagedDevicesWithAppFailures()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getManagedDevicesWithFailedOrPendingApps()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.invalidateAllRefreshTokens", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-invalidateallrefreshtokens?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.isManagedAppUserBlocked()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.reminderView(StartDateTime='{StartDateTime}',EndDateTime='{EndDateTime}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.removeAllDevicesFromManagement", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.reprocessLicenseAssignment", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-reprocesslicenseassignment?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-reprocesslicenseassignment?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.restore", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.revokeSignInSessions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.sendMail", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-sendmail?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-sendmail?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.translateExchangeIds", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-translateexchangeids?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-translateexchangeids?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.unblockManagedApps", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.wipeAndBlockManagedApps", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.wipeManagedAppRegistrationByDeviceTag", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.wipeManagedAppRegistrationsByAzureAdDeviceId", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.wipeManagedAppRegistrationsByDeviceTag", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.code", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.application", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.columns", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.device", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.combin", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.group", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.combina", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.orgContact", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.complex", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "microsoft.graph.user", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] } ] }, { - "segment": "microsoft.graph.concatenate", + "segment": "usageRights", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/device-list-usagerights?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.confidence_Norm", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "{usageRight-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] - }, + } + ] + } + ] + } + ] + }, + { + "segment": "operations", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.confidence_T", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.convert", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{longRunningOperation-id}", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.cos", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.cosh", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.cot", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.coth", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.count", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.countA", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "passwordlessMicrosoftAuthenticatorMethods", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/passwordlessmicrosoftauthenticatorauthenticationmethod-list?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.countBlank", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.countIf", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.countIfs", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "device", + "labels": [ { - "segment": "microsoft.graph.coupDayBs", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.coupDays", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.coupDaysNc", + "segment": "commands", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.coupNcd", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "{command-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "responsepayload", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] } ] }, { - "segment": "microsoft.graph.coupNum", + "segment": "extensions", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.coupPcd", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "microsoft.graph.csc", + "segment": "memberOf", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/device-list-memberof?view=graph-rest-1.0" + } ] } - ] - }, - { - "segment": "microsoft.graph.csch", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "{directoryObject-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.application", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.device", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.group", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.orgContact", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.user", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.activateServicePlan", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-activateserviceplan?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.assignLicense", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-assignlicense?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.changePassword", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-changepassword?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.exportDeviceAndAppManagementData()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.exportDeviceAndAppManagementData(skip={skip},top={top})", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.exportPersonalData", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-exportpersonaldata?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.findMeetingTimes", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-findmeetingtimes?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.findRoomLists()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-findroomlists?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.findRooms()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.findRooms(RoomList='{RoomList}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getEffectiveDeviceEnrollmentConfigurations()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getLoggedOnManagedDevices()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMailTips", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-getmailtips?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getManagedAppDiagnosticStatuses()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getManagedAppPolicies()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getManagedDevicesWithAppFailures()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getManagedDevicesWithFailedOrPendingApps()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.invalidateAllRefreshTokens", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-invalidateallrefreshtokens?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.isManagedAppUserBlocked()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.reminderView(StartDateTime='{StartDateTime}',EndDateTime='{EndDateTime}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.removeAllDevicesFromManagement", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.reprocessLicenseAssignment", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-reprocesslicenseassignment?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.restore", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.revokeSignInSessions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.sendMail", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-sendmail?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.translateExchangeIds", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-translateexchangeids?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.unblockManagedApps", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.wipeAndBlockManagedApps", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.wipeManagedAppRegistrationByDeviceTag", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.wipeManagedAppRegistrationsByAzureAdDeviceId", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.wipeManagedAppRegistrationsByDeviceTag", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + } + ] + } ] - } - ] - }, - { - "segment": "microsoft.graph.cumIPmt", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.application", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "microsoft.graph.device", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] - } - ] - }, - { - "segment": "microsoft.graph.cumPrinc", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.group", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "microsoft.graph.orgContact", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] - } - ] - }, - { - "segment": "microsoft.graph.date", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "microsoft.graph.user", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] } ] }, { - "segment": "microsoft.graph.datevalue", + "segment": "microsoft.graph.checkMemberGroups", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.daverage", + "segment": "microsoft.graph.checkMemberObjects", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.day", + "segment": "microsoft.graph.getMemberGroups", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.days", + "segment": "microsoft.graph.getMemberObjects", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.days360", + "segment": "microsoft.graph.restore", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.db", + "segment": "registeredOwners", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/device-list-registeredowners?view=graph-rest-1.0" + } ] } - ] - }, - { - "segment": "microsoft.graph.dbcs", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "$ref", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/device-list-registeredowners?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } ] - } - ] - }, - { - "segment": "microsoft.graph.dcount", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Post" + "segment": "{directoryObject-id}", + "labels": [], + "children": [ + { + "segment": "$ref", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.endpoint", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.user", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.activateServicePlan", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-activateserviceplan?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.assignLicense", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-assignlicense?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.changePassword", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-changepassword?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.exportDeviceAndAppManagementData()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.exportDeviceAndAppManagementData(skip={skip},top={top})", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.exportPersonalData", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-exportpersonaldata?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.findMeetingTimes", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-findmeetingtimes?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.findRoomLists()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-findroomlists?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.findRooms()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.findRooms(RoomList='{RoomList}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getEffectiveDeviceEnrollmentConfigurations()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getLoggedOnManagedDevices()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMailTips", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-getmailtips?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getManagedAppDiagnosticStatuses()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getManagedAppPolicies()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getManagedDevicesWithAppFailures()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getManagedDevicesWithFailedOrPendingApps()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.invalidateAllRefreshTokens", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-invalidateallrefreshtokens?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.isManagedAppUserBlocked()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.reminderView(StartDateTime='{StartDateTime}',EndDateTime='{EndDateTime}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.removeAllDevicesFromManagement", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.reprocessLicenseAssignment", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-reprocesslicenseassignment?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.restore", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.revokeSignInSessions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.sendMail", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-sendmail?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.translateExchangeIds", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-translateexchangeids?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.unblockManagedApps", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.wipeAndBlockManagedApps", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.wipeManagedAppRegistrationByDeviceTag", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.wipeManagedAppRegistrationsByAzureAdDeviceId", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.wipeManagedAppRegistrationsByDeviceTag", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.dcountA", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.endpoint", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.ddb", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "microsoft.graph.user", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] } ] }, { - "segment": "microsoft.graph.dec2Bin", + "segment": "registeredUsers", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/device-list-registeredusers?view=graph-rest-1.0" + } ] } - ] - }, - { - "segment": "microsoft.graph.dec2Hex", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.dec2Oct", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "{directoryObject-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.endpoint", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.user", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.activateServicePlan", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-activateserviceplan?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.assignLicense", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-assignlicense?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.changePassword", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-changepassword?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.exportDeviceAndAppManagementData()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.exportDeviceAndAppManagementData(skip={skip},top={top})", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.exportPersonalData", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-exportpersonaldata?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.findMeetingTimes", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-findmeetingtimes?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.findRoomLists()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-findroomlists?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.findRooms()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.findRooms(RoomList='{RoomList}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getEffectiveDeviceEnrollmentConfigurations()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getLoggedOnManagedDevices()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMailTips", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-getmailtips?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getManagedAppDiagnosticStatuses()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getManagedAppPolicies()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getManagedDevicesWithAppFailures()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getManagedDevicesWithFailedOrPendingApps()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.invalidateAllRefreshTokens", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-invalidateallrefreshtokens?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.isManagedAppUserBlocked()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.reminderView(StartDateTime='{StartDateTime}',EndDateTime='{EndDateTime}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.removeAllDevicesFromManagement", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.reprocessLicenseAssignment", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-reprocesslicenseassignment?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.restore", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.revokeSignInSessions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.sendMail", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-sendmail?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.translateExchangeIds", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-translateexchangeids?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.unblockManagedApps", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.wipeAndBlockManagedApps", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.wipeManagedAppRegistrationByDeviceTag", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.wipeManagedAppRegistrationsByAzureAdDeviceId", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.wipeManagedAppRegistrationsByDeviceTag", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.decimal", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.endpoint", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.degrees", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "microsoft.graph.user", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] } ] }, { - "segment": "microsoft.graph.delta", + "segment": "transitiveMemberOf", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/device-list-transitivememberof?view=graph-rest-1.0" + } ] } - ] - }, - { - "segment": "microsoft.graph.devSq", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.dget", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "{directoryObject-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.application", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.device", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.group", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.orgContact", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.user", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.activateServicePlan", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-activateserviceplan?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.assignLicense", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-assignlicense?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.changePassword", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-changepassword?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.exportDeviceAndAppManagementData()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.exportDeviceAndAppManagementData(skip={skip},top={top})", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.exportPersonalData", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-exportpersonaldata?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.findMeetingTimes", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-findmeetingtimes?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.findRoomLists()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-findroomlists?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.findRooms()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.findRooms(RoomList='{RoomList}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getEffectiveDeviceEnrollmentConfigurations()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getLoggedOnManagedDevices()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMailTips", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-getmailtips?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getManagedAppDiagnosticStatuses()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getManagedAppPolicies()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getManagedDevicesWithAppFailures()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getManagedDevicesWithFailedOrPendingApps()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.invalidateAllRefreshTokens", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-invalidateallrefreshtokens?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.isManagedAppUserBlocked()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.reminderView(StartDateTime='{StartDateTime}',EndDateTime='{EndDateTime}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.removeAllDevicesFromManagement", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.reprocessLicenseAssignment", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-reprocesslicenseassignment?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.restore", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.revokeSignInSessions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.sendMail", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-sendmail?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.translateExchangeIds", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-translateexchangeids?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.unblockManagedApps", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.wipeAndBlockManagedApps", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.wipeManagedAppRegistrationByDeviceTag", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.wipeManagedAppRegistrationsByAzureAdDeviceId", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.wipeManagedAppRegistrationsByDeviceTag", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.disc", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.application", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.dmax", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.device", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.dmin", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.group", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.dollar", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.orgContact", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.dollarDe", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "microsoft.graph.user", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] } ] }, { - "segment": "microsoft.graph.dollarFr", + "segment": "usageRights", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/device-list-usagerights?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.dproduct", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "{usageRight-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] - }, + } + ] + } + ] + } + ] + }, + { + "segment": "passwordMethods", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/authentication-list-passwordmethods?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/authentication-list-passwordmethods?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.dstDev", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.dstDevP", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{passwordAuthenticationMethod-id}", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.dsum", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.duration", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.dvar", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.dvarP", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "phoneMethods", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/authentication-list-phonemethods?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/authentication-post-phonemethods?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/authentication-list-phonemethods?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/authentication-post-phonemethods?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.ecma_Ceiling", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.edate", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{phoneAuthenticationMethod-id}", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.effect", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.eoMonth", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.erf", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.erf_Precise", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.erfC", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.erfC_Precise", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.disableSmsSignIn", + "labels": [ { - "segment": "microsoft.graph.error_Type", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/phoneauthenticationmethod-disablesmssignin?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.enableSmsSignIn", + "labels": [ { - "segment": "microsoft.graph.even", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/phoneauthenticationmethod-enablesmssignin?view=graph-rest-1.0" } ] - }, + } + ] + } + ] + } + ] + }, + { + "segment": "softwareOathMethods", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/authentication-list-softwareoathmethods?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/authentication-list-softwareoathmethods?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.exact", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.exp", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{softwareOathAuthenticationMethod-id}", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.expon_Dist", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.f_Dist", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.f_Dist_RT", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.f_Inv", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.f_Inv_RT", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "temporaryAccessPassMethods", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/authentication-list-temporaryaccesspassmethods?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/authentication-post-temporaryaccesspassmethods?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/authentication-list-temporaryaccesspassmethods?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/authentication-post-temporaryaccesspassmethods?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.fact", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.factDouble", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{temporaryAccessPassAuthenticationMethod-id}", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.false", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.find", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.findB", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.fisher", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "windowsHelloForBusinessMethods", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/windowshelloforbusinessauthenticationmethod-list?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/windowshelloforbusinessauthenticationmethod-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.fisherInv", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.fixed", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{windowsHelloForBusinessAuthenticationMethod-id}", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.floor_Math", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.floor_Precise", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.fv", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.fvschedule", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.gamma", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "device", + "labels": [ { - "segment": "microsoft.graph.gamma_Dist", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.gamma_Inv", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.gammaLn", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.gammaLn_Precise", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.gauss", + "segment": "commands", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.gcd", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "{command-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "responsepayload", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] } ] }, { - "segment": "microsoft.graph.geoMean", + "segment": "extensions", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.geStep", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.harMean", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "microsoft.graph.hex2Bin", + "segment": "memberOf", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/device-list-memberof?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/device-list-memberof?view=graph-rest-1.0" + } ] } - ] - }, - { - "segment": "microsoft.graph.hex2Dec", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.hex2Oct", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "{directoryObject-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.application", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.device", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.group", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.orgContact", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.user", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.activateServicePlan", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-activateserviceplan?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.assignLicense", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-assignlicense?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-assignlicense?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.changePassword", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-changepassword?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-changepassword?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.exportDeviceAndAppManagementData()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.exportDeviceAndAppManagementData(skip={skip},top={top})", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.exportPersonalData", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-exportpersonaldata?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-exportpersonaldata?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.findMeetingTimes", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-findmeetingtimes?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-findmeetingtimes?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.findRoomLists()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-findroomlists?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.findRooms()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.findRooms(RoomList='{RoomList}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getEffectiveDeviceEnrollmentConfigurations()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getLoggedOnManagedDevices()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMailTips", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-getmailtips?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-getmailtips?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getManagedAppDiagnosticStatuses()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getManagedAppPolicies()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getManagedDevicesWithAppFailures()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getManagedDevicesWithFailedOrPendingApps()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.invalidateAllRefreshTokens", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-invalidateallrefreshtokens?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.isManagedAppUserBlocked()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.reminderView(StartDateTime='{StartDateTime}',EndDateTime='{EndDateTime}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.removeAllDevicesFromManagement", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.reprocessLicenseAssignment", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-reprocesslicenseassignment?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-reprocesslicenseassignment?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.restore", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.revokeSignInSessions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.sendMail", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-sendmail?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-sendmail?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.translateExchangeIds", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-translateexchangeids?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-translateexchangeids?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.unblockManagedApps", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.wipeAndBlockManagedApps", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.wipeManagedAppRegistrationByDeviceTag", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.wipeManagedAppRegistrationsByAzureAdDeviceId", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.wipeManagedAppRegistrationsByDeviceTag", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.hlookup", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.application", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.hour", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.device", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.hyperlink", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.group", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.hypGeom_Dist", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.orgContact", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.if", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "microsoft.graph.user", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] } ] }, { - "segment": "microsoft.graph.imAbs", + "segment": "microsoft.graph.checkMemberGroups", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.imaginary", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } ] }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.imArgument", - "labels": [ { "name": "v1.0", "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.imConjugate", + "segment": "microsoft.graph.checkMemberObjects", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.imCos", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.imCosh", - "labels": [ { "name": "v1.0", "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.imCot", + "segment": "microsoft.graph.getMemberGroups", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.imCsc", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } ] }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.imCsch", - "labels": [ { "name": "v1.0", "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.imDiv", + "segment": "microsoft.graph.getMemberObjects", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.imExp", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.imLn", - "labels": [ { "name": "v1.0", "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.imLog10", + "segment": "microsoft.graph.restore", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.imLog2", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } ] }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.imPower", - "labels": [ { "name": "v1.0", "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.imProduct", + "segment": "registeredOwners", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.imReal", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/device-list-registeredowners?view=graph-rest-1.0" + } ] }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.imSec", - "labels": [ { "name": "v1.0", "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/device-list-registeredowners?view=graph-rest-1.0" + } ] } - ] - }, - { - "segment": "microsoft.graph.imSech", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.imSin", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "$ref", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/device-list-registeredowners?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/device-list-registeredowners?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.imSinh", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "{directoryObject-id}", + "labels": [], + "children": [ + { + "segment": "$ref", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.appRoleAssignment", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.endpoint", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.user", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.activateServicePlan", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-activateserviceplan?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.assignLicense", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-assignlicense?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-assignlicense?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.changePassword", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-changepassword?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-changepassword?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.exportDeviceAndAppManagementData()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.exportDeviceAndAppManagementData(skip={skip},top={top})", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.exportPersonalData", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-exportpersonaldata?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-exportpersonaldata?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.findMeetingTimes", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-findmeetingtimes?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-findmeetingtimes?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.findRoomLists()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-findroomlists?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.findRooms()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.findRooms(RoomList='{RoomList}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getEffectiveDeviceEnrollmentConfigurations()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getLoggedOnManagedDevices()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMailTips", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-getmailtips?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-getmailtips?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getManagedAppDiagnosticStatuses()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getManagedAppPolicies()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getManagedDevicesWithAppFailures()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getManagedDevicesWithFailedOrPendingApps()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.invalidateAllRefreshTokens", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-invalidateallrefreshtokens?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.isManagedAppUserBlocked()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.reminderView(StartDateTime='{StartDateTime}',EndDateTime='{EndDateTime}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.removeAllDevicesFromManagement", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.reprocessLicenseAssignment", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-reprocesslicenseassignment?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-reprocesslicenseassignment?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.restore", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.revokeSignInSessions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.sendMail", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-sendmail?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-sendmail?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.translateExchangeIds", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-translateexchangeids?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-translateexchangeids?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.unblockManagedApps", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.wipeAndBlockManagedApps", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.wipeManagedAppRegistrationByDeviceTag", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.wipeManagedAppRegistrationsByAzureAdDeviceId", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.wipeManagedAppRegistrationsByDeviceTag", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.imSqrt", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.appRoleAssignment", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.imSub", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.endpoint", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.imSum", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "microsoft.graph.user", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] } ] }, { - "segment": "microsoft.graph.imTan", + "segment": "registeredUsers", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.int", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/device-list-registeredusers?view=graph-rest-1.0" + } ] }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.intRate", - "labels": [ { "name": "v1.0", "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/device-list-registeredusers?view=graph-rest-1.0" + } ] } - ] - }, - { - "segment": "microsoft.graph.ipmt", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.irr", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "{directoryObject-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.appRoleAssignment", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.endpoint", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.user", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.activateServicePlan", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-activateserviceplan?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.assignLicense", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-assignlicense?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-assignlicense?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.changePassword", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-changepassword?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-changepassword?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.exportDeviceAndAppManagementData()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.exportDeviceAndAppManagementData(skip={skip},top={top})", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.exportPersonalData", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-exportpersonaldata?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-exportpersonaldata?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.findMeetingTimes", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-findmeetingtimes?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-findmeetingtimes?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.findRoomLists()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-findroomlists?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.findRooms()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.findRooms(RoomList='{RoomList}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getEffectiveDeviceEnrollmentConfigurations()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getLoggedOnManagedDevices()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMailTips", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-getmailtips?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-getmailtips?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getManagedAppDiagnosticStatuses()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getManagedAppPolicies()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getManagedDevicesWithAppFailures()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getManagedDevicesWithFailedOrPendingApps()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.invalidateAllRefreshTokens", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-invalidateallrefreshtokens?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.isManagedAppUserBlocked()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.reminderView(StartDateTime='{StartDateTime}',EndDateTime='{EndDateTime}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.removeAllDevicesFromManagement", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.reprocessLicenseAssignment", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-reprocesslicenseassignment?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-reprocesslicenseassignment?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.restore", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.revokeSignInSessions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.sendMail", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-sendmail?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-sendmail?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.translateExchangeIds", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-translateexchangeids?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-translateexchangeids?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.unblockManagedApps", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.wipeAndBlockManagedApps", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.wipeManagedAppRegistrationByDeviceTag", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.wipeManagedAppRegistrationsByAzureAdDeviceId", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.wipeManagedAppRegistrationsByDeviceTag", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.isErr", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.appRoleAssignment", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.isError", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.endpoint", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.isEven", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "microsoft.graph.user", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] } ] }, { - "segment": "microsoft.graph.isFormula", + "segment": "transitiveMemberOf", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.isLogical", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/device-list-transitivememberof?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/device-list-transitivememberof?view=graph-rest-1.0" + } ] } - ] - }, - { - "segment": "microsoft.graph.isNA", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "{directoryObject-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.application", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.device", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.group", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.orgContact", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.user", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.activateServicePlan", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-activateserviceplan?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.assignLicense", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-assignlicense?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-assignlicense?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.changePassword", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-changepassword?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-changepassword?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.exportDeviceAndAppManagementData()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.exportDeviceAndAppManagementData(skip={skip},top={top})", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.exportPersonalData", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-exportpersonaldata?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-exportpersonaldata?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.findMeetingTimes", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-findmeetingtimes?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-findmeetingtimes?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.findRoomLists()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-findroomlists?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.findRooms()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.findRooms(RoomList='{RoomList}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getEffectiveDeviceEnrollmentConfigurations()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getLoggedOnManagedDevices()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMailTips", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-getmailtips?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-getmailtips?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getManagedAppDiagnosticStatuses()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getManagedAppPolicies()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getManagedDevicesWithAppFailures()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getManagedDevicesWithFailedOrPendingApps()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.invalidateAllRefreshTokens", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-invalidateallrefreshtokens?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.isManagedAppUserBlocked()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.reminderView(StartDateTime='{StartDateTime}',EndDateTime='{EndDateTime}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.removeAllDevicesFromManagement", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.reprocessLicenseAssignment", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-reprocesslicenseassignment?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-reprocesslicenseassignment?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.restore", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.revokeSignInSessions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.sendMail", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-sendmail?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-sendmail?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.translateExchangeIds", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-translateexchangeids?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-translateexchangeids?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.unblockManagedApps", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.wipeAndBlockManagedApps", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.wipeManagedAppRegistrationByDeviceTag", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.wipeManagedAppRegistrationsByAzureAdDeviceId", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.wipeManagedAppRegistrationsByDeviceTag", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + } + ] + } ] - } - ] - }, - { - "segment": "microsoft.graph.isNonText", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.application", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "microsoft.graph.device", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] - } - ] - }, - { - "segment": "microsoft.graph.isNumber", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.group", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "microsoft.graph.orgContact", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] - } - ] - }, - { - "segment": "microsoft.graph.iso_Ceiling", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "microsoft.graph.user", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] } ] }, { - "segment": "microsoft.graph.isOdd", + "segment": "usageRights", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/device-list-usagerights?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.isoWeekNum", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "{usageRight-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] - }, + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "calendar", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/calendar-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/calendar-update?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/calendar-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/calendar-update?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "calendarPermissions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/calendar-post-calendarpermissions?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/calendar-post-calendarpermissions?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.ispmt", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.isref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{calendarPermission-id}", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.isText", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.kurt", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.large", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.lcm", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.left", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.leftb", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "calendarView", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/calendar-list-calendarview?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/calendar-list-calendarview?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.len", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.lenb", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{event-id}", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.ln", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.log", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "attachments", + "labels": [ { - "segment": "microsoft.graph.log10", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.logNorm_Dist", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.logNorm_Inv", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.lookup", + "segment": "{attachment-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.lower", + "segment": "microsoft.graph.createUploadSession", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } ] } ] - }, + } + ] + }, + { + "segment": "calendar", + "labels": [ { - "segment": "microsoft.graph.match", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.max", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "exceptionOccurrences", + "labels": [ { - "segment": "microsoft.graph.maxA", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.mduration", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.median", + "segment": "{event-id1}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.mid", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.midb", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "calendar", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } ] - } - ] - }, - { - "segment": "microsoft.graph.min", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Post" + "segment": "instances", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{event-id2}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "calendar", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.accept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.decline", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.dismissReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.snoozeReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "microsoft.graph.accept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + } ] - } - ] - }, - { - "segment": "microsoft.graph.minA", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "microsoft.graph.decline", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + } ] - } - ] - }, - { - "segment": "microsoft.graph.minute", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.dismissReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + } ] - } - ] - }, - { - "segment": "microsoft.graph.mirr", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.snoozeReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + } ] - } - ] - }, - { - "segment": "microsoft.graph.mod", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Post" + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } ] } ] }, { - "segment": "microsoft.graph.month", + "segment": "microsoft.graph.delta()", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } ] } ] - }, + } + ] + }, + { + "segment": "extensions", + "labels": [ { - "segment": "microsoft.graph.mround", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.multiNomial", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.n", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.na", + "segment": "{extension-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] - }, + } + ] + }, + { + "segment": "instances", + "labels": [ { - "segment": "microsoft.graph.negBinom_Dist", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.networkDays", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0" } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.networkDays_Intl", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.nominal", + "segment": "{event-id1}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.norm_Dist", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.norm_Inv", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "calendar", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "exceptionOccurrences", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{event-id2}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "calendar", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.accept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.decline", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.dismissReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.snoozeReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + } + ] + } ] - } - ] - }, - { - "segment": "microsoft.graph.norm_S_Dist", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Post" + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "microsoft.graph.accept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + } ] - } - ] - }, - { - "segment": "microsoft.graph.norm_S_Inv", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "microsoft.graph.decline", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + } ] - } - ] - }, - { - "segment": "microsoft.graph.not", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.dismissReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + } ] - } - ] - }, - { - "segment": "microsoft.graph.now", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.snoozeReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + } ] - } - ] - }, - { - "segment": "microsoft.graph.nper", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Post" + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } ] } ] }, { - "segment": "microsoft.graph.npv", + "segment": "microsoft.graph.delta()", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.numberValue", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } ] }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.oct2Bin", - "labels": [ { "name": "v1.0", "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } ] } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.accept", + "labels": [ { - "segment": "microsoft.graph.oct2Dec", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.oct2Hex", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.cancel", + "labels": [ { - "segment": "microsoft.graph.odd", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.oddFPrice", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.decline", + "labels": [ { - "segment": "microsoft.graph.oddFYield", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.oddLPrice", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.dismissReminder", + "labels": [ { - "segment": "microsoft.graph.oddLYield", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.or", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ { - "segment": "microsoft.graph.pduration", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.percentile_Exc", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.snoozeReminder", + "labels": [ { - "segment": "microsoft.graph.percentile_Inc", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.percentRank_Exc", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ { - "segment": "microsoft.graph.percentRank_Inc", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.permut", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ { - "segment": "microsoft.graph.permutationa", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.phi", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.pi", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.pmt", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.poisson_Dist", - "labels": [ { "name": "v1.0", "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.power", + "segment": "{multiValueLegacyExtendedProperty-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.ppmt", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] - }, + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ { - "segment": "microsoft.graph.price", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.priceDisc", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.priceMat", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.product", + "segment": "{singleValueLegacyExtendedProperty-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "events", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/calendar-list-events?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/calendar-post-events?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/calendar-list-events?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/calendar-post-events?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{event-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.proper", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.pv", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.quartile_Exc", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.quartile_Inc", - "labels": [ + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.quotient", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.radians", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.rand", + "segment": "{attachment-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.randBetween", + "segment": "microsoft.graph.createUploadSession", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } ] } ] - }, + } + ] + }, + { + "segment": "calendar", + "labels": [ { - "segment": "microsoft.graph.rank_Avg", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.rank_Eq", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "exceptionOccurrences", + "labels": [ { - "segment": "microsoft.graph.rate", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.received", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.replace", + "segment": "{event-id1}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.replaceB", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.rept", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "calendar", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } ] - } - ] - }, - { - "segment": "microsoft.graph.right", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Post" + "segment": "instances", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{event-id2}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "calendar", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.accept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.decline", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.dismissReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.snoozeReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.rightb", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.accept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.roman", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.round", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.decline", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.roundDown", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.dismissReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.roundUp", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.rows", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.snoozeReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.rri", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.sec", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } ] } ] }, { - "segment": "microsoft.graph.sech", + "segment": "microsoft.graph.delta()", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } ] } ] - }, + } + ] + }, + { + "segment": "extensions", + "labels": [ { - "segment": "microsoft.graph.second", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.seriesSum", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.sheet", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.sheets", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.sign", - "labels": [ { "name": "v1.0", "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.sin", + "segment": "{extension-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.sinh", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.skew", - "labels": [ { "name": "v1.0", "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] - }, + } + ] + }, + { + "segment": "instances", + "labels": [ { - "segment": "microsoft.graph.skew_p", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.sln", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0" } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.small", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.sqrt", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.sqrtPi", - "labels": [ { "name": "v1.0", "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.standardize", + "segment": "{event-id1}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.stDev_P", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.stDev_S", - "labels": [ { "name": "v1.0", "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.stDevA", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.stDevPA", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "calendar", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.substitute", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "exceptionOccurrences", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{event-id2}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "calendar", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.accept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.decline", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.dismissReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.snoozeReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.subtotal", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.sum", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.accept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.sumIf", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.sumIfs", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.decline", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.sumSq", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.dismissReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + } ] - } - ] - }, - { - "segment": "microsoft.graph.syd", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.snoozeReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + } ] - } - ] - }, - { - "segment": "microsoft.graph.t", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Post" + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } ] } ] }, { - "segment": "microsoft.graph.t_Dist", + "segment": "microsoft.graph.delta()", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } ] } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.accept", + "labels": [ { - "segment": "microsoft.graph.t_Dist_2T", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.t_Dist_RT", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.cancel", + "labels": [ { - "segment": "microsoft.graph.t_Inv", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.t_Inv_2T", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.decline", + "labels": [ { - "segment": "microsoft.graph.tan", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.tanh", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.dismissReminder", + "labels": [ { - "segment": "microsoft.graph.tbillEq", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.tbillPrice", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ { - "segment": "microsoft.graph.tbillYield", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.text", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.snoozeReminder", + "labels": [ { - "segment": "microsoft.graph.time", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.timevalue", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ { - "segment": "microsoft.graph.today", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.trim", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ { - "segment": "microsoft.graph.trimMean", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.true", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.trunc", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.type", + "segment": "{multiValueLegacyExtendedProperty-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] - }, + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ { - "segment": "microsoft.graph.unichar", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.unicode", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.upper", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.usdollar", + "segment": "{singleValueLegacyExtendedProperty-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.allowedCalendarSharingRoles(User='{User}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getSchedule", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/calendar-getschedule?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/calendar-getschedule?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.value", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.var_P", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.var_S", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.varA", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.varPA", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.vdb", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.vlookup", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.weekday", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "calendarGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-calendargroups?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-post-calendargroups?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-calendargroups?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-post-calendargroups?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{calendarGroup-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "calendars", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/calendargroup-list-calendars?view=graph-rest-1.0" }, { - "segment": "microsoft.graph.weekNum", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/calendargroup-post-calendars?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/calendargroup-list-calendars?view=graph-rest-1.0" }, { - "segment": "microsoft.graph.weibull_Dist", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/calendargroup-post-calendars?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.workDay", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{calendar-id}", + "labels": [ { - "segment": "microsoft.graph.workDay_Intl", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.xirr", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.xnpv", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.xor", + "segment": "calendarPermissions", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/calendar-post-calendarpermissions?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/calendar-post-calendarpermissions?view=graph-rest-1.0" + } ] } - ] - }, - { - "segment": "microsoft.graph.year", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "{calendarPermission-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "microsoft.graph.yearFrac", + "segment": "calendarView", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/calendar-list-calendarview?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/calendar-list-calendarview?view=graph-rest-1.0" + } ] } - ] - }, - { - "segment": "microsoft.graph.yield", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.yieldDisc", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "{event-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "calendar", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "exceptionOccurrences", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{event-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "calendar", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "instances", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{event-id2}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "calendar", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.accept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.decline", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.dismissReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.snoozeReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.accept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.decline", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.dismissReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.snoozeReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "instances", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{event-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "calendar", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "exceptionOccurrences", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{event-id2}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "calendar", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.accept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.decline", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.dismissReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.snoozeReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.accept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.decline", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.dismissReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.snoozeReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.accept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.decline", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.dismissReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.snoozeReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + } ] } ] }, { - "segment": "microsoft.graph.yieldMat", + "segment": "events", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.z_Test", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/calendar-list-events?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/calendar-post-events?view=graph-rest-1.0" + } ] }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.closeSession", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.createSession", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.refreshSession", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.sessionInfoResource(key={key})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.tableRowOperationResult(key={key})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "names", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookNamedItem-id}", - "labels": [ { "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/calendar-list-events?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/calendar-post-events?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "microsoft.graph.range()", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "worksheet", + "segment": "{event-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "charts", + "segment": "attachments", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "{workbookChart-id}", + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, { "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "calendar", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "exceptionOccurrences", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{event-id1}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "axes", + "segment": "attachments", "labels": [ { - "name": "v1.0", + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "calendar", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "instances", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "categoryAxis", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "{event-id2}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "format", + "segment": "attachments", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "font", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] }, { - "segment": "line", + "segment": "microsoft.graph.createUploadSession", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } ] + } + ] + } + ] + }, + { + "segment": "calendar", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{extension-id}", + "labels": [ { - "segment": "microsoft.graph.clear", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } @@ -202733,84 +294716,152 @@ ] }, { - "segment": "majorGridlines", + "segment": "microsoft.graph.accept", "labels": [ { - "name": "v1.0", + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.decline", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.dismissReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.snoozeReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "format", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ { - "segment": "line", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ + "name": "Patch", + "documentationUrl": null + }, { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] } @@ -202819,344 +294870,705 @@ ] }, { - "segment": "minorGridlines", + "segment": "singleValueExtendedProperties", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "format", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ { - "segment": "line", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ + "name": "Patch", + "documentationUrl": null + }, { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] } ] } ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.accept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.decline", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.dismissReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.snoozeReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "instances", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{event-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] }, { - "segment": "title", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Delete", + "documentationUrl": null } - ], - "children": [ + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } ] }, { - "segment": "seriesAxis", + "segment": "microsoft.graph.createUploadSession", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "calendar", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "exceptionOccurrences", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{event-id2}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "format", + "segment": "attachments", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "font", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "line", + "segment": "{attachment-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] } ] - } - ] - }, - { - "segment": "majorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", + "segment": "microsoft.graph.createUploadSession", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" } ] } @@ -203165,84 +295577,68 @@ ] }, { - "segment": "minorGridlines", + "segment": "calendar", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "extensions", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "format", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{extension-id}", + "labels": [ { - "segment": "line", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ + "name": "Patch", + "documentationUrl": null + }, { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] } @@ -203251,344 +295647,152 @@ ] }, { - "segment": "title", + "segment": "microsoft.graph.accept", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" } ] } ] - } - ] - }, - { - "segment": "valueAxis", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", + "segment": "microsoft.graph.cancel", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.decline", + "labels": [ { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" } ] } ] }, { - "segment": "majorGridlines", + "segment": "microsoft.graph.dismissReminder", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } ] } - ], - "children": [ + ] + }, + { + "segment": "microsoft.graph.snoozeReminder", + "labels": [ { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ + "name": "beta", + "methods": [ { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" } ] } ] }, { - "segment": "minorGridlines", + "segment": "microsoft.graph.tentativelyAccept", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } ] - }, + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "format", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ { - "segment": "line", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ + "name": "Patch", + "documentationUrl": null + }, { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] } @@ -203597,65 +295801,54 @@ ] }, { - "segment": "title", + "segment": "singleValueExtendedProperties", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "format", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ { - "segment": "font", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } @@ -203664,126 +295857,111 @@ ] } ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + } + ] } ] }, { - "segment": "dataLabels", + "segment": "extensions", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "format", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{extension-id}", + "labels": [ { - "segment": "fill", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "font", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } @@ -203792,100 +295970,255 @@ ] }, { - "segment": "format", + "segment": "microsoft.graph.accept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.decline", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.dismissReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.snoozeReminder", "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + }, { "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "fill", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "font", + "segment": "{multiValueLegacyExtendedProperty-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -203893,581 +296226,1419 @@ ] }, { - "segment": "legend", + "segment": "singleValueExtendedProperties", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "format", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ { - "segment": "fill", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "font", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } ] } ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.accept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.decline", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.dismissReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.snoozeReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] }, { - "segment": "microsoft.graph.image()", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.image(width={width},height={height},fittingMode={fittingMode})", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.image(width={width},height={height})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.image(width={width})", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.setData", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.allowedCalendarSharingRoles(User='{User}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getSchedule", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/calendar-getschedule?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/calendar-getschedule?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "calendars", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-calendars?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-post-calendars?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-calendars?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-post-calendars?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{calendar-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "calendarPermissions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/calendar-post-calendarpermissions?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/calendar-post-calendarpermissions?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{calendarPermission-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "calendarView", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/calendar-list-calendarview?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/calendar-list-calendarview?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{event-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "calendar", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "exceptionOccurrences", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{event-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" }, { - "segment": "microsoft.graph.setPosition", - "labels": [ + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" } ] + } + ] + } + ] + }, + { + "segment": "calendar", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "series", - "labels": [ + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + "name": "Patch", + "documentationUrl": null + }, { - "segment": "{workbookChartSeries-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fill", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "points", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookChartPoint-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fill", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.count()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "instances", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{event-id2}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "microsoft.graph.count()", + "segment": "{attachment-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.itemAt(index={index})", + "segment": "microsoft.graph.createUploadSession", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } ] } ] @@ -204475,231 +297646,279 @@ ] }, { - "segment": "title", + "segment": "calendar", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "extensions", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "format", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{extension-id}", + "labels": [ { - "segment": "fill", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] - }, + } + ] + } + ] + }, + { + "segment": "microsoft.graph.accept", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" } ] } ] }, { - "segment": "worksheet", + "segment": "microsoft.graph.cancel", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.decline", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.dismissReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.snoozeReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "microsoft.graph.cell(row={row},column={column})", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.range()", + "segment": "{multiValueLegacyExtendedProperty-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] - }, + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ { - "segment": "microsoft.graph.range(address={address})", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.usedRange()", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.usedRange(valuesOnly={valuesOnly})", + "segment": "{singleValueLegacyExtendedProperty-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -204709,435 +297928,517 @@ ] }, { - "segment": "microsoft.graph.add", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.count()", + "segment": "microsoft.graph.delta()", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } ] } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.accept", + "labels": [ { - "segment": "microsoft.graph.item(name={name})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.cancel", + "labels": [ { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" } ] } ] }, { - "segment": "microsoft.graph.cell(row={row},column={column})", + "segment": "microsoft.graph.decline", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.range()", + "segment": "microsoft.graph.dismissReminder", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.range(address={address})", + "segment": "microsoft.graph.forward", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.usedRange()", + "segment": "microsoft.graph.snoozeReminder", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.usedRange(valuesOnly={valuesOnly})", + "segment": "microsoft.graph.tentativelyAccept", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } ] } ] }, { - "segment": "names", + "segment": "multiValueExtendedProperties", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{workbookNamedItem-id1}", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ { - "segment": "microsoft.graph.range()", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } ] - }, + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ { - "segment": "microsoft.graph.add", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.addFormulaLocal", + "segment": "{singleValueLegacyExtendedProperty-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] } ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "instances", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{event-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] }, { - "segment": "pivotTables", + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "attachments", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "{workbookPivotTable-id}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{attachment-id}", + "labels": [ { - "segment": "microsoft.graph.refresh", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "worksheet", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.cell(row={row},column={column})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range(address={address})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.usedRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.usedRange(valuesOnly={valuesOnly})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] } ] }, { - "segment": "microsoft.graph.refreshAll", + "segment": "microsoft.graph.createUploadSession", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } ] } ] @@ -205145,486 +298446,130 @@ ] }, { - "segment": "protection", + "segment": "calendar", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.protect", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.unprotect", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "tables", + "segment": "exceptionOccurrences", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{workbookTable-id}", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "columns", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] + "name": "Get", + "documentationUrl": null } - ], - "children": [ - { - "segment": "{workbookTableColumn-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "filter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.apply", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyBottomItemsFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyBottomPercentFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyCellColorFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyCustomFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyDynamicFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyFontColorFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyIconFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyTopItemsFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyTopPercentFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyValuesFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.dataBodyRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.headerRowRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, + ] + } + ] + }, + { + "segment": "{event-id2}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" }, { - "segment": "microsoft.graph.totalRowRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.add", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.count()", + "segment": "{attachment-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.itemAt(index={index})", + "segment": "microsoft.graph.createUploadSession", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } ] } ] @@ -205632,304 +298577,223 @@ ] }, { - "segment": "microsoft.graph.clearFilters", + "segment": "calendar", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.convertToRange", + "segment": "extensions", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "microsoft.graph.dataBodyRange()", + "segment": "microsoft.graph.accept", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.headerRowRange()", + "segment": "microsoft.graph.cancel", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.range()", + "segment": "microsoft.graph.decline", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.reapplyFilters", + "segment": "microsoft.graph.dismissReminder", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.totalRowRange()", + "segment": "microsoft.graph.forward", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } ] } ] }, { - "segment": "rows", + "segment": "microsoft.graph.snoozeReminder", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookTableRow-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.add", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.count()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" } ] } ] }, { - "segment": "sort", + "segment": "multiValueExtendedProperties", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.apply", - "labels": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.clear", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.reapply", + "segment": "{multiValueLegacyExtendedProperty-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -205937,107 +298801,55 @@ ] }, { - "segment": "worksheet", + "segment": "singleValueExtendedProperties", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.cell(row={row},column={column})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range(address={address})", - "labels": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.usedRange()", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.usedRange(valuesOnly={valuesOnly})", + "segment": "{singleValueLegacyExtendedProperty-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -206047,1990 +298859,1447 @@ ] }, { - "segment": "microsoft.graph.add", + "segment": "microsoft.graph.delta()", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } ] + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.count()", + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.itemAt(index={index})", + "segment": "{extension-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] } ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.add", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.addFormulaLocal", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "operations", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookOperation-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "tables", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookTable-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "columns", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Get", - "Post" + "segment": "microsoft.graph.accept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get", - "Post" + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + } ] - } - ], - "children": [ + }, { - "segment": "{workbookTableColumn-id}", + "segment": "microsoft.graph.decline", "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + }, { "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.dismissReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } ] } - ], - "children": [ + ] + }, + { + "segment": "microsoft.graph.snoozeReminder", + "labels": [ { - "segment": "filter", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" } - ], - "children": [ + ] + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.apply", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.applyBottomItemsFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.applyBottomPercentFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.applyCellColorFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.applyCustomFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.applyDynamicFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.applyFontColorFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ { - "segment": "microsoft.graph.applyIconFilter", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyTopItemsFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.applyTopPercentFilter", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyValuesFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.dataBodyRange()", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.headerRowRange()", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.range()", + "segment": "{singleValueLegacyExtendedProperty-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] - }, + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.accept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.decline", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.dismissReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.snoozeReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.totalRowRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.add", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ { - "segment": "microsoft.graph.count()", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } ] - }, + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ { - "segment": "microsoft.graph.clearFilters", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.convertToRange", + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.dataBodyRange()", + "segment": "{singleValueLegacyExtendedProperty-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "events", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/calendar-list-events?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/calendar-post-events?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/calendar-list-events?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/calendar-post-events?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{event-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.headerRowRange()", - "labels": [ + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.range()", + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.reapplyFilters", + "segment": "{attachment-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.totalRowRange()", + "segment": "microsoft.graph.createUploadSession", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } ] } ] + } + ] + }, + { + "segment": "calendar", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] }, { - "segment": "rows", + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "exceptionOccurrences", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "{event-id1}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{workbookTableRow-id}", + "segment": "attachments", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "microsoft.graph.range()", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] - } - ] - }, - { - "segment": "microsoft.graph.add", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.count()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] }, { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get" + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } ] } ] - } - ] - }, - { - "segment": "sort", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.apply", + "segment": "calendar", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.clear", + "segment": "extensions", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } ] } - ] - }, - { - "segment": "microsoft.graph.reapply", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] - } - ] - }, - { - "segment": "worksheet", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "charts", + "segment": "instances", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "{workbookChart-id}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "{event-id2}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "axes", + "segment": "attachments", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "categoryAxis", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "majorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "minorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "title", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "seriesAxis", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "majorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "minorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "title", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "valueAxis", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ { - "segment": "majorGridlines", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Delete", + "documentationUrl": null } - ], - "children": [ + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" } ] + } + ] + } + ] + }, + { + "segment": "calendar", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "minorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ { - "segment": "title", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ + "name": "Patch", + "documentationUrl": null + }, { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] } @@ -208039,224 +300308,860 @@ ] }, { - "segment": "dataLabels", + "segment": "microsoft.graph.accept", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.decline", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.dismissReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.snoozeReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "format", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ { - "segment": "fill", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "font", - "labels": [ + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } ] } ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.accept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.decline", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.dismissReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.snoozeReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "format", - "labels": [ + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "instances", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{event-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "calendar", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "exceptionOccurrences", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{event-id2}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "attachments", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "fill", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ { - "segment": "microsoft.graph.setSolidColor", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] } ] }, { - "segment": "font", + "segment": "microsoft.graph.createUploadSession", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } ] } ] @@ -208264,122 +301169,68 @@ ] }, { - "segment": "legend", + "segment": "calendar", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "extensions", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "format", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fill", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ { - "segment": "font", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Delete", + "documentationUrl": null } ] } @@ -208388,457 +301239,153 @@ ] }, { - "segment": "microsoft.graph.image()", + "segment": "microsoft.graph.accept", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.image(width={width},height={height},fittingMode={fittingMode})", + "segment": "microsoft.graph.cancel", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.image(width={width},height={height})", + "segment": "microsoft.graph.decline", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.image(width={width})", + "segment": "microsoft.graph.dismissReminder", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.setData", + "segment": "microsoft.graph.forward", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.setPosition", + "segment": "microsoft.graph.snoozeReminder", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } ] } ] }, { - "segment": "series", + "segment": "microsoft.graph.tentativelyAccept", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } ] - }, + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{workbookChartSeries-id}", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fill", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "points", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookChartPoint-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fill", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.count()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "microsoft.graph.count()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.itemAt(index={index})", + "segment": "{multiValueLegacyExtendedProperty-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -208846,591 +301393,1652 @@ ] }, { - "segment": "title", + "segment": "singleValueExtendedProperties", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "format", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ { - "segment": "fill", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Delete", + "documentationUrl": null } ] } ] } ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "worksheet", - "labels": [ + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } - ], - "children": [ + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.cell(row={row},column={column})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.range(address={address})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.usedRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.usedRange(valuesOnly={valuesOnly})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] } ] + } + ] + }, + { + "segment": "microsoft.graph.accept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] }, { - "segment": "microsoft.graph.add", + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.decline", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.dismissReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.snoozeReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.count()", + "segment": "{multiValueLegacyExtendedProperty-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] }, { - "segment": "microsoft.graph.item(name={name})", + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.itemAt(index={index})", + "segment": "{singleValueLegacyExtendedProperty-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] } ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.accept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.decline", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.dismissReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.snoozeReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] }, { - "segment": "microsoft.graph.cell(row={row},column={column})", - "labels": [ + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.range()", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.allowedCalendarSharingRoles(User='{User}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getSchedule", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/calendar-getschedule?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/calendar-getschedule?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "calendarView", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-calendarview?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-calendarview?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{event-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "calendar", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "exceptionOccurrences", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{event-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" }, { - "segment": "microsoft.graph.range(address={address})", - "labels": [ + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" } ] + } + ] + } + ] + }, + { + "segment": "calendar", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.usedRange()", - "labels": [ + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] - }, + } + ] + } + ] + }, + { + "segment": "instances", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.usedRange(valuesOnly={valuesOnly})", - "labels": [ + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{event-id2}", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "names", + "segment": "attachments", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "{workbookNamedItem-id}", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "worksheet", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.cell(row={row},column={column})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range(address={address})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.usedRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, { - "segment": "microsoft.graph.usedRange(valuesOnly={valuesOnly})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "microsoft.graph.add", + "segment": "{attachment-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.addFormulaLocal", + "segment": "microsoft.graph.createUploadSession", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } ] } ] @@ -209438,456 +303046,279 @@ ] }, { - "segment": "pivotTables", + "segment": "calendar", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "extensions", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "{workbookPivotTable-id}", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.refresh", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ { - "segment": "worksheet", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.cell(row={row},column={column})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.range(address={address})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.usedRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.usedRange(valuesOnly={valuesOnly})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.accept", + "labels": [ { - "segment": "microsoft.graph.refreshAll", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" } ] } ] }, { - "segment": "protection", + "segment": "microsoft.graph.cancel", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.decline", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } ] } - ], - "children": [ + ] + }, + { + "segment": "microsoft.graph.dismissReminder", + "labels": [ { - "segment": "microsoft.graph.protect", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ { - "segment": "microsoft.graph.unprotect", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" } ] } ] }, { - "segment": "tables", + "segment": "microsoft.graph.snoozeReminder", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } ] } - ], - "children": [ + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ { - "segment": "{workbookTable-id1}", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Post", + "documentationUrl": null } - ], - "children": [ - { - "segment": "microsoft.graph.clearFilters", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.convertToRange", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.dataBodyRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.headerRowRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.reapplyFilters", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ { - "segment": "microsoft.graph.totalRowRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "microsoft.graph.add", + "segment": "{multiValueLegacyExtendedProperty-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] - }, + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ { - "segment": "microsoft.graph.count()", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.itemAt(index={index})", + "segment": "{singleValueLegacyExtendedProperty-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -209895,56 +303326,229 @@ ] } ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + } + ] } ] }, { - "segment": "microsoft.graph.add", + "segment": "microsoft.graph.accept", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.cancel", + "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.count()", + "segment": "microsoft.graph.decline", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.dismissReminder", + "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.itemAt(index={index})", + "segment": "microsoft.graph.forward", "labels": [ { - "name": "v1.0", + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.snoozeReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] @@ -209952,2180 +303556,2416 @@ ] }, { - "segment": "worksheets", + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, { "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "instances", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{event-id1}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{workbookWorksheet-id}", + "segment": "attachments", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "charts", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{attachment-id}", + "labels": [ { - "segment": "{workbookChart-id}", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Delete", + "documentationUrl": null } - ], - "children": [ + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "axes", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "categoryAxis", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "majorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "minorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "title", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "seriesAxis", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "majorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "minorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "title", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "valueAxis", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "calendar", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "exceptionOccurrences", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{event-id2}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "majorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "minorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "title", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] } ] }, { - "segment": "dataLabels", + "segment": "microsoft.graph.createUploadSession", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } ] + } + ] + } + ] + }, + { + "segment": "calendar", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{extension-id}", + "labels": [ { - "segment": "format", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fill", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.accept", + "labels": [ { - "segment": "format", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.decline", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.dismissReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.snoozeReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ { - "segment": "fill", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "font", - "labels": [ + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.accept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.decline", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.dismissReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.snoozeReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null }, { - "segment": "legend", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fill", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - }, + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.accept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.decline", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.dismissReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.snoozeReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "chats", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{chat-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "installedApps", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-list-installedapps?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-post-installedapps?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-list-installedapps?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-post-installedapps?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{teamsAppInstallation-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.upgrade", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-teamsappinstallation-upgrade?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-teamsappinstallation-upgrade?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "teamsApp", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "teamsAppDefinition", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "lastMessagePreview", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "members", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-list-members?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-post-members?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-list-members?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-post-members?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{conversationMember-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.add", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "messages", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-list-messages?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-post?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-list-messages?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-post?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{chatMessage-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "hostedContents", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.image()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{chatMessageHostedContent-id}", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.image(width={width},height={height},fittingMode={fittingMode})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.image(width={width},height={height})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.image(width={width})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.setData", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.setPosition", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "series", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookChartSeries-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fill", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "points", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookChartPoint-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fill", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.count()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - } - ] - }, + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.setReaction", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.softDelete", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.undoSoftDelete", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.unsetReaction", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "replies", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-list-replies?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-post-replies?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-list-replies?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-post-replies?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{chatMessage-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "hostedContents", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.count()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0" }, { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "title", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Post", + "documentationUrl": null } - ], - "children": [ + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } - ], - "children": [ - { - "segment": "fill", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "worksheet", + "segment": "{chatMessageHostedContent-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.cell(row={row},column={column})", - "labels": [ { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range(address={address})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.usedRange()", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.usedRange(valuesOnly={valuesOnly})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Delete", + "documentationUrl": null } ] } @@ -212134,69 +305974,57 @@ ] }, { - "segment": "microsoft.graph.add", + "segment": "microsoft.graph.setReaction", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.count()", + "segment": "microsoft.graph.softDelete", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.item(name={name})", + "segment": "microsoft.graph.undoSoftDelete", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.itemAt(index={index})", + "segment": "microsoft.graph.unsetReaction", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": null + } ] } ] @@ -212204,250 +306032,1230 @@ ] }, { - "segment": "microsoft.graph.cell(row={row},column={column})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.hideForUser", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-hideforuser?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-hideforuser?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.markChatReadForUser", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-markchatreadforuser?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-markchatreadforuser?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.markChatUnreadForUser", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-markchatunreadforuser?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-markchatunreadforuser?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.sendActivityNotification", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-sendactivitynotification?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-sendactivitynotification?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.unhideForUser", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-unhideforuser?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-unhideforuser?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "operations", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-list-operations?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{teamsAsyncOperation-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "permissionGrants", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-list-permissiongrants?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{resourceSpecificPermissionGrant-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.checkMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.restore", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getByIds", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getUserOwnedObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.validateProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "pinnedMessages", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-list-pinnedmessages?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-post-pinnedmessages?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-list-pinnedmessages?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-post-pinnedmessages?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{pinnedChatMessageInfo-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "message", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "tabs", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-list-tabs?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-post-tabs?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-list-tabs?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-post-tabs?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{teamsTab-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "teamsApp", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.allMessages()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getAllMessages()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "cloudPCs", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-cloudpcs?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{cloudPC-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.changeUserAccountType", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/cloudpc-changeuseraccounttype?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.endGracePeriod", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/cloudpc-endgraceperiod?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getCloudPcConnectivityHistory()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getCloudPcLaunchInfo()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.reboot", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/cloudpc-reboot?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.rename", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/cloudpc-rename?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.reprovision", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/cloudpc-reprovision?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.restore", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/cloudpc-restore?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.troubleshoot", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/cloudpc-troubleshoot?view=graph-rest-1.0" + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "contactFolders", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-contactfolders?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-post-contactfolders?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-contactfolders?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-post-contactfolders?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{contactFolder-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "childFolders", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/contactfolder-list-childfolders?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contactfolder-post-childfolders?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/contactfolder-list-childfolders?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contactfolder-post-childfolders?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{contactFolder-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.range(address={address})", - "labels": [ + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "contacts", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/contactfolder-list-contacts?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contactfolder-post-contacts?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.usedRange()", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/contactfolder-list-contacts?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contactfolder-post-contacts?view=graph-rest-1.0" } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.usedRange(valuesOnly={valuesOnly})", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "names", + "segment": "{contact-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{workbookNamedItem-id}", + "segment": "extensions", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "microsoft.graph.range()", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "worksheet", + "segment": "{extension-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.cell(row={row},column={column})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range()", - "labels": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range(address={address})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.usedRange()", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.usedRange(valuesOnly={valuesOnly})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Delete", + "documentationUrl": null } ] } @@ -212456,201 +307264,93 @@ ] }, { - "segment": "microsoft.graph.add", + "segment": "multiValueExtendedProperties", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.addFormulaLocal", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "pivotTables", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookPivotTable-id}", - "labels": [ { "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "microsoft.graph.refresh", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "worksheet", + "segment": "{multiValueLegacyExtendedProperty-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.cell(row={row},column={column})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range()", - "labels": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range(address={address})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.usedRange()", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.usedRange(valuesOnly={valuesOnly})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Delete", + "documentationUrl": null } ] } @@ -212659,995 +307359,1529 @@ ] }, { - "segment": "microsoft.graph.refreshAll", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "protection", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.protect", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.unprotect", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "tables", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookTable-id}", + "segment": "photo", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "columns", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookTableColumn-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "filter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.apply", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyBottomItemsFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyBottomPercentFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyCellColorFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyCustomFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyDynamicFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyFontColorFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyIconFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyTopItemsFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyTopPercentFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyValuesFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.dataBodyRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.headerRowRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.totalRowRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.add", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.count()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.clearFilters", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.convertToRange", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.dataBodyRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.headerRowRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.reapplyFilters", - "labels": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.totalRowRange()", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Patch", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "rows", + "segment": "$value", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookTableRow-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.add", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.count()", - "labels": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Put", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Put", + "documentationUrl": null } ] } ] - }, + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ { - "segment": "sort", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Post", + "documentationUrl": null } - ], - "children": [ - { - "segment": "microsoft.graph.apply", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.reapply", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "worksheet", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.cell(row={row},column={column})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] + "methods": [ + { + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.range(address={address})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ { - "segment": "microsoft.graph.usedRange()", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.usedRange(valuesOnly={valuesOnly})", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } ] } ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/contact-delta?view=graph-rest-1.0" + } + ] }, { - "segment": "microsoft.graph.add", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/contact-delta?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.count()", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/contactfolder-delta?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/contactfolder-delta?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "contacts", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/contactfolder-list-contacts?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contactfolder-post-contacts?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/contactfolder-list-contacts?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contactfolder-post-contacts?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{contact-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "photo", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$value", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } ] } ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/contact-delta?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/contact-delta?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/contactfolder-delta?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/contactfolder-delta?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "contacts", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-contacts?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-post-contacts?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-contacts?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-post-contacts?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{contact-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "photo", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$value", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] }, { - "segment": "microsoft.graph.add", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } @@ -213658,1759 +308892,1232 @@ ] }, { - "segment": "special", + "segment": "microsoft.graph.delta()", "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/contact-delta?view=graph-rest-1.0" + } + ] + }, { "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/contact-delta?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "createdObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-createdobjects?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-createdobjects?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{directoryObject-id}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{driveItem-id}", + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, { "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] + } + ] + } + ] + } + ] + }, + { + "segment": "deviceEnrollmentConfigurations", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{deviceEnrollmentConfiguration-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "assignments", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "activities", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{enrollmentConfigurationAssignment-id}", + "labels": [ { - "segment": "{itemActivityOLD-id}", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ + "name": "Get", + "documentationUrl": null + }, { - "segment": "driveItem", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.checkin", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.checkout", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.copy", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.createLink", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.createUploadSession", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.delta()", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.delta(token={token})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.follow", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getActivitiesByInterval(startDateTime={startDateTime},endDateTime={endDateTime},interval={interval})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.invite", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.preview", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.restore", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.search(q={q})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.unfollow", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.validatePermission", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "listItem", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "activities", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{itemActivityOLD-id1}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "analytics", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "driveItem", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.checkin", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.checkout", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.copy", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.createLink", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.createUploadSession", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.delta()", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.delta(token={token})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.follow", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getActivitiesByInterval(startDateTime={startDateTime},endDateTime={endDateTime},interval={interval})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.invite", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.preview", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.restore", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.search(q={q})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.unfollow", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.validatePermission", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "fields", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.createLink", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getActivitiesByInterval(startDateTime={startDateTime},endDateTime={endDateTime},interval={interval})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "versions", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{listItemVersion-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fields", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.restoreVersion", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] } ] + } + ] + }, + { + "segment": "microsoft.graph.assign", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.setPriority", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createEnrollmentNotificationConfiguration", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.hasPayloadLinks", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "deviceManagementTroubleshootingEvents", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{deviceManagementTroubleshootingEvent-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "analytics", + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "devices", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{device-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "commands", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "{command-id}", + "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "$ref", + "segment": "responsepayload", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Put", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] } ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] }, { - "segment": "children", + "segment": "{extension-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] - }, + } + ] + } + ] + }, + { + "segment": "memberOf", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/device-list-memberof?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{directoryObject-id}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{driveItem-id1}", + "segment": "microsoft.graph.application", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.device", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "microsoft.graph.group", + "labels": [ { - "segment": "content", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Put" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.orgContact", + "labels": [ { - "segment": "microsoft.graph.checkin", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.user", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.checkout", + "segment": "microsoft.graph.activateServicePlan", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-activateserviceplan?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.copy", + "segment": "microsoft.graph.assignLicense", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-assignlicense?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.createLink", + "segment": "microsoft.graph.changePassword", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-changepassword?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.createUploadSession", + "segment": "microsoft.graph.checkMemberGroups", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.delta()", + "segment": "microsoft.graph.checkMemberObjects", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.delta(token={token})", + "segment": "microsoft.graph.exportDeviceAndAppManagementData()", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.follow", + "segment": "microsoft.graph.exportDeviceAndAppManagementData(skip={skip},top={top})", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.getActivitiesByInterval()", + "segment": "microsoft.graph.exportPersonalData", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-exportpersonaldata?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.getActivitiesByInterval(startDateTime={startDateTime},endDateTime={endDateTime},interval={interval})", + "segment": "microsoft.graph.findMeetingTimes", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-findmeetingtimes?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.invite", + "segment": "microsoft.graph.findRoomLists()", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-findroomlists?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.preview", + "segment": "microsoft.graph.findRooms()", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.restore", + "segment": "microsoft.graph.findRooms(RoomList='{RoomList}')", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.search(q={q})", + "segment": "microsoft.graph.getEffectiveDeviceEnrollmentConfigurations()", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.unfollow", + "segment": "microsoft.graph.getLoggedOnManagedDevices()", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.validatePermission", + "segment": "microsoft.graph.getMailTips", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-getmailtips?view=graph-rest-1.0" + } ] } ] - } - ] - } - ] - }, - { - "segment": "content", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Put" - ] - } - ] - }, - { - "segment": "listItem", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "activities", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + }, { - "segment": "{itemActivityOLD-id}", + "segment": "microsoft.graph.getManagedAppDiagnosticStatuses()", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "driveItem", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.checkin", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.checkout", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.copy", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.createLink", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.createUploadSession", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.delta()", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.delta(token={token})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.follow", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getActivitiesByInterval(startDateTime={startDateTime},endDateTime={endDateTime},interval={interval})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.invite", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.preview", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.restore", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.search(q={q})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.unfollow", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.validatePermission", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "listItem", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.createLink", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, { - "segment": "microsoft.graph.getActivitiesByInterval(startDateTime={startDateTime},endDateTime={endDateTime},interval={interval})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Get", + "documentationUrl": null } ] } ] - } - ] - }, - { - "segment": "analytics", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] }, { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", + "segment": "microsoft.graph.getManagedAppPolicies()", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Put", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] - } - ] - }, - { - "segment": "driveItem", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] }, { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", + "segment": "microsoft.graph.getManagedDevicesWithAppFailures()", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Put", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.checkin", + "segment": "microsoft.graph.getManagedDevicesWithFailedOrPendingApps()", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.checkout", + "segment": "microsoft.graph.getMemberGroups", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.copy", + "segment": "microsoft.graph.getMemberObjects", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.createLink", + "segment": "microsoft.graph.invalidateAllRefreshTokens", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-invalidateallrefreshtokens?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.createUploadSession", + "segment": "microsoft.graph.isManagedAppUserBlocked()", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.delta()", + "segment": "microsoft.graph.reminderView(StartDateTime='{StartDateTime}',EndDateTime='{EndDateTime}')", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.delta(token={token})", + "segment": "microsoft.graph.removeAllDevicesFromManagement", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.follow", + "segment": "microsoft.graph.reprocessLicenseAssignment", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-reprocesslicenseassignment?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.getActivitiesByInterval()", + "segment": "microsoft.graph.restore", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.getActivitiesByInterval(startDateTime={startDateTime},endDateTime={endDateTime},interval={interval})", + "segment": "microsoft.graph.revokeSignInSessions", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.invite", + "segment": "microsoft.graph.sendMail", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-sendmail?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.preview", + "segment": "microsoft.graph.translateExchangeIds", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-translateexchangeids?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.restore", + "segment": "microsoft.graph.unblockManagedApps", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.search(q={q})", + "segment": "microsoft.graph.wipeAndBlockManagedApps", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.unfollow", + "segment": "microsoft.graph.wipeManagedAppRegistrationByDeviceTag", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.validatePermission", + "segment": "microsoft.graph.wipeManagedAppRegistrationsByAzureAdDeviceId", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] - } - ] - }, - { - "segment": "fields", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.createLink", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getActivitiesByInterval()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getActivitiesByInterval(startDateTime={startDateTime},endDateTime={endDateTime},interval={interval})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "versions", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{listItemVersion-id}", + "segment": "microsoft.graph.wipeManagedAppRegistrationsByDeviceTag", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fields", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.restoreVersion", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] } @@ -215421,336 +310128,88 @@ ] }, { - "segment": "microsoft.graph.checkin", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.checkout", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.copy", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.createLink", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.createUploadSession", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.delta()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.delta(token={token})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.follow", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getActivitiesByInterval()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getActivitiesByInterval(startDateTime={startDateTime},endDateTime={endDateTime},interval={interval})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.invite", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.preview", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.restore", + "segment": "microsoft.graph.application", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.search(q={q})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + ], + "children": [ { - "name": "beta", - "methods": [ - "Get" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "microsoft.graph.unfollow", + "segment": "microsoft.graph.device", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.validatePermission", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + ], + "children": [ { - "name": "beta", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "permissions", + "segment": "microsoft.graph.group", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{permission-id}", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.grant", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.revokeGrants", - "labels": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] } @@ -215759,41 +310218,29 @@ ] }, { - "segment": "subscriptions", + "segment": "microsoft.graph.orgContact", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{subscription-id}", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] @@ -215801,41 +310248,29 @@ ] }, { - "segment": "thumbnails", + "segment": "microsoft.graph.servicePrincipal", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{thumbnailSet-id}", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] @@ -215843,13963 +310278,25625 @@ ] }, { - "segment": "versions", + "segment": "microsoft.graph.user", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{driveItemVersion-id}", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "content", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put" - ] - }, { - "name": "beta", - "methods": [ - "Get", - "Put" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.restore", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "registeredOwners", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/device-list-registeredowners?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.restoreVersion", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "workbook", + "segment": "$ref", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/device-list-registeredowners?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } - ], + ] + }, + { + "segment": "{directoryObject-id}", + "labels": [], "children": [ { - "segment": "application", + "segment": "$ref", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.calculate", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] } ] }, { - "segment": "comments", + "segment": "microsoft.graph.endpoint", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookComment-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ { - "segment": "replies", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookCommentReply-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "functions", + "segment": "microsoft.graph.servicePrincipal", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.user", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "microsoft.graph.abs", + "segment": "microsoft.graph.activateServicePlan", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-activateserviceplan?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.accrInt", + "segment": "microsoft.graph.assignLicense", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-assignlicense?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.accrIntM", + "segment": "microsoft.graph.changePassword", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-changepassword?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.acos", + "segment": "microsoft.graph.checkMemberGroups", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.acosh", + "segment": "microsoft.graph.checkMemberObjects", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.acot", + "segment": "microsoft.graph.exportDeviceAndAppManagementData()", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.acoth", + "segment": "microsoft.graph.exportDeviceAndAppManagementData(skip={skip},top={top})", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.amorDegrc", + "segment": "microsoft.graph.exportPersonalData", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-exportpersonaldata?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.amorLinc", + "segment": "microsoft.graph.findMeetingTimes", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-findmeetingtimes?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.and", + "segment": "microsoft.graph.findRoomLists()", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-findroomlists?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.arabic", + "segment": "microsoft.graph.findRooms()", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.areas", + "segment": "microsoft.graph.findRooms(RoomList='{RoomList}')", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.asc", + "segment": "microsoft.graph.getEffectiveDeviceEnrollmentConfigurations()", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.asin", + "segment": "microsoft.graph.getLoggedOnManagedDevices()", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.asinh", + "segment": "microsoft.graph.getMailTips", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-getmailtips?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.atan", + "segment": "microsoft.graph.getManagedAppDiagnosticStatuses()", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.atan2", + "segment": "microsoft.graph.getManagedAppPolicies()", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.atanh", + "segment": "microsoft.graph.getManagedDevicesWithAppFailures()", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.aveDev", + "segment": "microsoft.graph.getManagedDevicesWithFailedOrPendingApps()", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.average", + "segment": "microsoft.graph.getMemberGroups", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.averageA", + "segment": "microsoft.graph.getMemberObjects", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.averageIf", + "segment": "microsoft.graph.invalidateAllRefreshTokens", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-invalidateallrefreshtokens?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.averageIfs", + "segment": "microsoft.graph.isManagedAppUserBlocked()", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.bahtText", + "segment": "microsoft.graph.reminderView(StartDateTime='{StartDateTime}',EndDateTime='{EndDateTime}')", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.base", + "segment": "microsoft.graph.removeAllDevicesFromManagement", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.besselI", + "segment": "microsoft.graph.reprocessLicenseAssignment", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-reprocesslicenseassignment?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.besselJ", + "segment": "microsoft.graph.restore", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.besselK", + "segment": "microsoft.graph.revokeSignInSessions", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.besselY", + "segment": "microsoft.graph.sendMail", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-sendmail?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.beta_Dist", + "segment": "microsoft.graph.translateExchangeIds", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-translateexchangeids?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.beta_Inv", + "segment": "microsoft.graph.unblockManagedApps", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.bin2Dec", + "segment": "microsoft.graph.wipeAndBlockManagedApps", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.bin2Hex", + "segment": "microsoft.graph.wipeManagedAppRegistrationByDeviceTag", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.bin2Oct", + "segment": "microsoft.graph.wipeManagedAppRegistrationsByAzureAdDeviceId", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.binom_Dist", + "segment": "microsoft.graph.wipeManagedAppRegistrationsByDeviceTag", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] - }, + } + ] + } + ] + }, + { + "segment": "microsoft.graph.endpoint", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.binom_Dist_Range", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ { - "segment": "microsoft.graph.binom_Inv", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.bitand", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ { - "segment": "microsoft.graph.bitlshift", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + } + ] + }, + { + "segment": "microsoft.graph.user", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.bitor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ { - "segment": "microsoft.graph.bitrshift", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + } + ] + } + ] + }, + { + "segment": "registeredUsers", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/device-list-registeredusers?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.bitxor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{directoryObject-id}", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.ceiling_Math", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.endpoint", + "labels": [ { - "segment": "microsoft.graph.ceiling_Precise", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [ { - "segment": "microsoft.graph.char", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.user", + "labels": [ { - "segment": "microsoft.graph.chiSq_Dist", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.chiSq_Dist_RT", + "segment": "microsoft.graph.activateServicePlan", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-activateserviceplan?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.chiSq_Inv", + "segment": "microsoft.graph.assignLicense", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-assignlicense?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.chiSq_Inv_RT", + "segment": "microsoft.graph.changePassword", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-changepassword?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.choose", + "segment": "microsoft.graph.checkMemberGroups", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.clean", + "segment": "microsoft.graph.checkMemberObjects", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.code", + "segment": "microsoft.graph.exportDeviceAndAppManagementData()", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.columns", + "segment": "microsoft.graph.exportDeviceAndAppManagementData(skip={skip},top={top})", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.combin", + "segment": "microsoft.graph.exportPersonalData", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-exportpersonaldata?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.combina", + "segment": "microsoft.graph.findMeetingTimes", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-findmeetingtimes?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.complex", + "segment": "microsoft.graph.findRoomLists()", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-findroomlists?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.concatenate", + "segment": "microsoft.graph.findRooms()", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.confidence_Norm", + "segment": "microsoft.graph.findRooms(RoomList='{RoomList}')", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.confidence_T", + "segment": "microsoft.graph.getEffectiveDeviceEnrollmentConfigurations()", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.convert", + "segment": "microsoft.graph.getLoggedOnManagedDevices()", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.cos", + "segment": "microsoft.graph.getMailTips", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-getmailtips?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.cosh", + "segment": "microsoft.graph.getManagedAppDiagnosticStatuses()", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.cot", + "segment": "microsoft.graph.getManagedAppPolicies()", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.coth", + "segment": "microsoft.graph.getManagedDevicesWithAppFailures()", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.count", + "segment": "microsoft.graph.getManagedDevicesWithFailedOrPendingApps()", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.countA", + "segment": "microsoft.graph.getMemberGroups", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.countBlank", + "segment": "microsoft.graph.getMemberObjects", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.countIf", + "segment": "microsoft.graph.invalidateAllRefreshTokens", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-invalidateallrefreshtokens?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.countIfs", + "segment": "microsoft.graph.isManagedAppUserBlocked()", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.coupDayBs", + "segment": "microsoft.graph.reminderView(StartDateTime='{StartDateTime}',EndDateTime='{EndDateTime}')", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.coupDays", + "segment": "microsoft.graph.removeAllDevicesFromManagement", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.coupDaysNc", + "segment": "microsoft.graph.reprocessLicenseAssignment", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-reprocesslicenseassignment?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.coupNcd", + "segment": "microsoft.graph.restore", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.coupNum", + "segment": "microsoft.graph.revokeSignInSessions", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.coupPcd", + "segment": "microsoft.graph.sendMail", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-sendmail?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.csc", + "segment": "microsoft.graph.translateExchangeIds", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-translateexchangeids?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.csch", + "segment": "microsoft.graph.unblockManagedApps", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.cumIPmt", + "segment": "microsoft.graph.wipeAndBlockManagedApps", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.cumPrinc", + "segment": "microsoft.graph.wipeManagedAppRegistrationByDeviceTag", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.date", + "segment": "microsoft.graph.wipeManagedAppRegistrationsByAzureAdDeviceId", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.datevalue", + "segment": "microsoft.graph.wipeManagedAppRegistrationsByDeviceTag", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] - }, + } + ] + } + ] + }, + { + "segment": "microsoft.graph.endpoint", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.daverage", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ { - "segment": "microsoft.graph.day", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.days", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + } + ] + }, + { + "segment": "microsoft.graph.user", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.days360", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + } + ] + } + ] + }, + { + "segment": "transitiveMemberOf", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/device-list-transitivememberof?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{directoryObject-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.application", + "labels": [ { - "segment": "microsoft.graph.db", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.device", + "labels": [ { - "segment": "microsoft.graph.dbcs", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.group", + "labels": [ { - "segment": "microsoft.graph.dcount", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.orgContact", + "labels": [ { - "segment": "microsoft.graph.dcountA", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [ { - "segment": "microsoft.graph.ddb", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.user", + "labels": [ { - "segment": "microsoft.graph.dec2Bin", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.dec2Hex", + "segment": "microsoft.graph.activateServicePlan", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-activateserviceplan?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.dec2Oct", + "segment": "microsoft.graph.assignLicense", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-assignlicense?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.decimal", + "segment": "microsoft.graph.changePassword", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-changepassword?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.degrees", + "segment": "microsoft.graph.checkMemberGroups", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.delta", + "segment": "microsoft.graph.checkMemberObjects", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.devSq", + "segment": "microsoft.graph.exportDeviceAndAppManagementData()", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.dget", + "segment": "microsoft.graph.exportDeviceAndAppManagementData(skip={skip},top={top})", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.disc", + "segment": "microsoft.graph.exportPersonalData", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-exportpersonaldata?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.dmax", + "segment": "microsoft.graph.findMeetingTimes", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-findmeetingtimes?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.dmin", + "segment": "microsoft.graph.findRoomLists()", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-findroomlists?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.dollar", + "segment": "microsoft.graph.findRooms()", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.dollarDe", + "segment": "microsoft.graph.findRooms(RoomList='{RoomList}')", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.dollarFr", + "segment": "microsoft.graph.getEffectiveDeviceEnrollmentConfigurations()", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.dproduct", + "segment": "microsoft.graph.getLoggedOnManagedDevices()", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.dstDev", + "segment": "microsoft.graph.getMailTips", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-getmailtips?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.dstDevP", + "segment": "microsoft.graph.getManagedAppDiagnosticStatuses()", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.dsum", + "segment": "microsoft.graph.getManagedAppPolicies()", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.duration", + "segment": "microsoft.graph.getManagedDevicesWithAppFailures()", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.dvar", + "segment": "microsoft.graph.getManagedDevicesWithFailedOrPendingApps()", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.dvarP", + "segment": "microsoft.graph.getMemberGroups", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.ecma_Ceiling", + "segment": "microsoft.graph.getMemberObjects", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.edate", + "segment": "microsoft.graph.invalidateAllRefreshTokens", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-invalidateallrefreshtokens?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.effect", + "segment": "microsoft.graph.isManagedAppUserBlocked()", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.eoMonth", + "segment": "microsoft.graph.reminderView(StartDateTime='{StartDateTime}',EndDateTime='{EndDateTime}')", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.erf", + "segment": "microsoft.graph.removeAllDevicesFromManagement", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.erf_Precise", + "segment": "microsoft.graph.reprocessLicenseAssignment", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-reprocesslicenseassignment?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.erfC", + "segment": "microsoft.graph.restore", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.erfC_Precise", + "segment": "microsoft.graph.revokeSignInSessions", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.error_Type", + "segment": "microsoft.graph.sendMail", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-sendmail?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.even", + "segment": "microsoft.graph.translateExchangeIds", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-translateexchangeids?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.exact", + "segment": "microsoft.graph.unblockManagedApps", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.exp", + "segment": "microsoft.graph.wipeAndBlockManagedApps", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.expon_Dist", + "segment": "microsoft.graph.wipeManagedAppRegistrationByDeviceTag", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.f_Dist", + "segment": "microsoft.graph.wipeManagedAppRegistrationsByAzureAdDeviceId", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.f_Dist_RT", + "segment": "microsoft.graph.wipeManagedAppRegistrationsByDeviceTag", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] - }, + } + ] + } + ] + }, + { + "segment": "microsoft.graph.application", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.f_Inv", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ { - "segment": "microsoft.graph.f_Inv_RT", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + } + ] + }, + { + "segment": "microsoft.graph.device", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.fact", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ { - "segment": "microsoft.graph.factDouble", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + } + ] + }, + { + "segment": "microsoft.graph.group", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.false", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ { - "segment": "microsoft.graph.find", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + } + ] + }, + { + "segment": "microsoft.graph.orgContact", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.findB", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ { - "segment": "microsoft.graph.fisher", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.fisherInv", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ { - "segment": "microsoft.graph.fixed", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + } + ] + }, + { + "segment": "microsoft.graph.user", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.floor_Math", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] + } + ] + } + ] + } + ] + }, + { + "segment": "usageRights", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/device-list-usagerights?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{usageRight-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.floor_Precise", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.fv", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getByIds", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getUserOwnedObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.validateProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "directReports", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-directreports?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-directreports?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{directoryObject-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.orgContact", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.user", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.activateServicePlan", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-activateserviceplan?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.assignLicense", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-assignlicense?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-assignlicense?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.changePassword", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-changepassword?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-changepassword?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.exportDeviceAndAppManagementData()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.exportDeviceAndAppManagementData(skip={skip},top={top})", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.exportPersonalData", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-exportpersonaldata?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-exportpersonaldata?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.findMeetingTimes", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-findmeetingtimes?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-findmeetingtimes?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.findRoomLists()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-findroomlists?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.findRooms()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.findRooms(RoomList='{RoomList}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getEffectiveDeviceEnrollmentConfigurations()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getLoggedOnManagedDevices()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMailTips", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-getmailtips?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-getmailtips?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getManagedAppDiagnosticStatuses()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getManagedAppPolicies()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getManagedDevicesWithAppFailures()", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.fvschedule", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getManagedDevicesWithFailedOrPendingApps()", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.gamma", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.gamma_Dist", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.gamma_Inv", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.gammaLn", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.gammaLn_Precise", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.invalidateAllRefreshTokens", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.gauss", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-invalidateallrefreshtokens?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.isManagedAppUserBlocked()", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.gcd", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.reminderView(StartDateTime='{StartDateTime}',EndDateTime='{EndDateTime}')", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.geoMean", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.geStep", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.removeAllDevicesFromManagement", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.harMean", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.hex2Bin", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.reprocessLicenseAssignment", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.hex2Dec", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-reprocesslicenseassignment?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.hex2Oct", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-reprocesslicenseassignment?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.restore", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.hlookup", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.hour", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.revokeSignInSessions", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.hyperlink", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.hypGeom_Dist", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.sendMail", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.if", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-sendmail?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.imAbs", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-sendmail?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.translateExchangeIds", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.imaginary", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-translateexchangeids?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.imArgument", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-translateexchangeids?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.unblockManagedApps", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.imConjugate", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.wipeAndBlockManagedApps", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.imCos", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.wipeManagedAppRegistrationByDeviceTag", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.imCosh", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.wipeManagedAppRegistrationsByAzureAdDeviceId", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.imCot", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.wipeManagedAppRegistrationsByDeviceTag", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.imCsc", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.imCsch", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.orgContact", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.user", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "drive", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/drive-get?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/drive-get?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "drives", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/drive-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/drive-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{drive-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "activities", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/activities-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.imDiv", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{itemActivityOLD-id}", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.imExp", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.imLn", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.imLog10", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "driveItem", + "labels": [ { - "segment": "microsoft.graph.imLog2", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.imPower", + "segment": "content", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } ] } ] - }, + } + ] + }, + { + "segment": "listItem", + "labels": [ { - "segment": "microsoft.graph.imProduct", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + } + ] + } + ] + }, + { + "segment": "bundles", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/bundle-list?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/bundle-list?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.imReal", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.imSec", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{driveItem-id}", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.imSech", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ { - "segment": "microsoft.graph.imSin", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/bundle-list?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Put", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.imSinh", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/bundle-list?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Put", + "documentationUrl": null } ] - }, + } + ] + } + ] + } + ] + }, + { + "segment": "following", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/drive-list-following?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/drive-list-following?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.imSqrt", - "labels": [ + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{driveItem-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/drive-list-following?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Put", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.imSub", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/drive-list-following?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Put", + "documentationUrl": null } ] + } + ] + } + ] + } + ] + }, + { + "segment": "items", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{driveItem-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.imSum", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "activities", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.imTan", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.int", + "segment": "{itemActivityOLD-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] - }, + } + ] + }, + { + "segment": "analytics", + "labels": [ { - "segment": "microsoft.graph.intRate", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/itemanalytics-get?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.ipmt", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "children", + "labels": [ { - "segment": "microsoft.graph.irr", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.isErr", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0" } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.isError", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.isEven", + "segment": "{driveItem-id1}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] - } - ] - }, - { - "segment": "microsoft.graph.isFormula", - "labels": [ + }, { "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ], + "children": [ { - "name": "beta", - "methods": [ - "Post" + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } ] } ] - }, + } + ] + }, + { + "segment": "content", + "labels": [ { - "segment": "microsoft.graph.isLogical", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Put", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.isNA", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Put", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "listItem", + "labels": [ { - "segment": "microsoft.graph.isNonText", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.isNumber", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.iso_Ceiling", + "segment": "activities", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.isOdd", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "{itemActivityOLD-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "driveItem", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "listItem", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] } ] }, { - "segment": "microsoft.graph.isoWeekNum", + "segment": "analytics", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.ispmt", + "segment": "documentSetVersions", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-post-documentsetversions?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-post-documentsetversions?view=graph-rest-1.0" + } ] } - ] - }, - { - "segment": "microsoft.graph.isref", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "{documentSetVersion-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.restore", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0" + } + ] + } + ] + } ] } ] }, { - "segment": "microsoft.graph.isText", + "segment": "driveItem", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] - } - ] - }, - { - "segment": "microsoft.graph.kurt", - "labels": [ + }, { "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ], + "children": [ { - "name": "beta", - "methods": [ - "Post" + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "microsoft.graph.large", + "segment": "fields", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.lcm", + "segment": "microsoft.graph.createLink", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-createlink?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.left", + "segment": "microsoft.graph.getActivitiesByInterval()", "labels": [ { "name": "v1.0", "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.leftb", + "segment": "microsoft.graph.getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.len", + "segment": "versions", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-list-versions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.lenb", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "{listItemVersion-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "fields", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.documentSetVersion", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.restore", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.restoreVersion", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0" + } + ] + } + ] + } ] } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.assignSensitivityLabel", + "labels": [ { - "segment": "microsoft.graph.ln", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.checkin", + "labels": [ { - "segment": "microsoft.graph.log", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.log10", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.checkout", + "labels": [ { - "segment": "microsoft.graph.logNorm_Dist", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.logNorm_Inv", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.copy", + "labels": [ { - "segment": "microsoft.graph.lookup", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-copy?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.lower", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-copy?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.createLink", + "labels": [ { - "segment": "microsoft.graph.match", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.max", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ { - "segment": "microsoft.graph.maxA", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-createuploadsession?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.mduration", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-createuploadsession?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ { - "segment": "microsoft.graph.median", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.mid", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.delta(token='{token}')", + "labels": [ { - "segment": "microsoft.graph.midb", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.min", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.extractSensitivityLabels", + "labels": [ { - "segment": "microsoft.graph.minA", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.follow", + "labels": [ { - "segment": "microsoft.graph.minute", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-follow?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.mirr", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-follow?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.getActivitiesByInterval()", + "labels": [ { - "segment": "microsoft.graph.mod", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "labels": [ { - "segment": "microsoft.graph.month", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.mround", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.invite", + "labels": [ { - "segment": "microsoft.graph.multiNomial", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-invite?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.n", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-invite?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.preview", + "labels": [ { - "segment": "microsoft.graph.na", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.negBinom_Dist", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.restore", + "labels": [ { - "segment": "microsoft.graph.networkDays", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-restore?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.networkDays_Intl", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-restore?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.search(q='{q}')", + "labels": [ { - "segment": "microsoft.graph.nominal", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.norm_Dist", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.unfollow", + "labels": [ { - "segment": "microsoft.graph.norm_Inv", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.norm_S_Dist", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.validatePermission", + "labels": [ { - "segment": "microsoft.graph.norm_S_Inv", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.not", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "permissions", + "labels": [ { - "segment": "microsoft.graph.now", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-permissions?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.nper", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-permissions?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.npv", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.numberValue", + "segment": "{permission-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.oct2Bin", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.grant", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0" + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "microsoft.graph.revokeGrants", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-1.0" + } + ] + } ] } ] - }, + } + ] + }, + { + "segment": "subscriptions", + "labels": [ { - "segment": "microsoft.graph.oct2Dec", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.oct2Hex", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.odd", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.oddFPrice", + "segment": "{subscription-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] - } - ] - }, - { - "segment": "microsoft.graph.oddFYield", - "labels": [ + }, { "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] - }, + } + ], + "children": [ { - "name": "beta", - "methods": [ - "Post" + "segment": "microsoft.graph.reauthorize", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } ] } ] - }, + } + ] + }, + { + "segment": "thumbnails", + "labels": [ { - "segment": "microsoft.graph.oddLPrice", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-thumbnails?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.oddLYield", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-thumbnails?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.or", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.pduration", + "segment": "{thumbnailSet-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] - }, + } + ] + }, + { + "segment": "versions", + "labels": [ { - "segment": "microsoft.graph.percentile_Exc", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-versions?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.percentile_Inc", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-versions?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.percentRank_Exc", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.percentRank_Inc", + "segment": "{driveItemVersion-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.permut", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-versions?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-versions?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "microsoft.graph.restoreVersion", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-1.0" + } + ] + } ] } ] + } + ] + } + ] + } + ] + }, + { + "segment": "list", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "activities", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.permutationa", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "columns", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/list-list-columns?view=graph-rest-1.0" }, { - "segment": "microsoft.graph.phi", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/list-post-columns?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/list-list-columns?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/list-post-columns?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.pi", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{columnDefinition-id}", + "labels": [ { - "segment": "microsoft.graph.pmt", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.poisson_Dist", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.power", + "segment": "sourceColumn", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] + } + ] + } + ] + }, + { + "segment": "contentTypes", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/list-list-contenttypes?view=graph-rest-1.0" }, { - "segment": "microsoft.graph.ppmt", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/list-list-contenttypes?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.price", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{contentType-id}", + "labels": [ { - "segment": "microsoft.graph.priceDisc", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.priceMat", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.product", + "segment": "base", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.proper", + "segment": "baseTypes", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.pv", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "{contentType-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "microsoft.graph.quartile_Exc", + "segment": "columnLinks", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.quartile_Inc", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "{columnLink-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "microsoft.graph.quotient", + "segment": "columnPositions", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.radians", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "{columnDefinition-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "microsoft.graph.rand", + "segment": "columns", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-list-columns?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-post-columns?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-list-columns?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-post-columns?view=graph-rest-1.0" + } ] } - ] - }, - { - "segment": "microsoft.graph.randBetween", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "{columnDefinition-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "sourceColumn", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] } ] }, { - "segment": "microsoft.graph.rank_Avg", + "segment": "microsoft.graph.associateWithHubSites", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.rank_Eq", + "segment": "microsoft.graph.copyToDefaultContentLocation", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.rate", + "segment": "microsoft.graph.isPublished()", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.received", + "segment": "microsoft.graph.publish", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.replace", + "segment": "microsoft.graph.unpublish", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0" + } ] } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.addCopy", + "labels": [ { - "segment": "microsoft.graph.replaceB", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.rept", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.addCopyFromContentTypeHub", + "labels": [ { - "segment": "microsoft.graph.right", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.rightb", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.getCompatibleHubContentTypes()", + "labels": [ { - "segment": "microsoft.graph.roman", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.round", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] + } + ] + } + ] + }, + { + "segment": "drive", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "items", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-list?view=graph-rest-1.0" }, { - "segment": "microsoft.graph.roundDown", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-create?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-list?view=graph-rest-1.0" }, { - "segment": "microsoft.graph.roundUp", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-create?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.rows", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{listItem-id}", + "labels": [ { - "segment": "microsoft.graph.rri", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.sec", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.sech", + "segment": "activities", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.second", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "{itemActivityOLD-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "driveItem", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "listItem", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] } ] }, { - "segment": "microsoft.graph.seriesSum", + "segment": "analytics", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.sheet", + "segment": "documentSetVersions", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-post-documentsetversions?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-post-documentsetversions?view=graph-rest-1.0" + } ] } - ] - }, - { - "segment": "microsoft.graph.sheets", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "{documentSetVersion-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.restore", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0" + } + ] + } + ] + } ] } ] }, { - "segment": "microsoft.graph.sign", + "segment": "driveItem", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] - } - ] - }, - { - "segment": "microsoft.graph.sin", - "labels": [ + }, { "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ], + "children": [ { - "name": "beta", - "methods": [ - "Post" + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "microsoft.graph.sinh", + "segment": "fields", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.skew", + "segment": "microsoft.graph.createLink", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-createlink?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.skew_p", + "segment": "microsoft.graph.getActivitiesByInterval()", "labels": [ { "name": "v1.0", "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.sln", + "segment": "microsoft.graph.getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.small", + "segment": "versions", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-list-versions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.sqrt", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "{listItemVersion-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "fields", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.documentSetVersion", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.restore", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.restoreVersion", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0" + } + ] + } + ] + } ] } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ { - "segment": "microsoft.graph.sqrtPi", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.delta(token='{token}')", + "labels": [ { - "segment": "microsoft.graph.standardize", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] + } + ] + } + ] + }, + { + "segment": "operations", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.stDev_P", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.stDev_S", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{richLongRunningOperation-id}", + "labels": [ { - "segment": "microsoft.graph.stDevA", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.stDevPA", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] + } + ] + } + ] + }, + { + "segment": "subscriptions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.substitute", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.subtotal", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{subscription-id}", + "labels": [ { - "segment": "microsoft.graph.sum", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.sumIf", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.sumIfs", + "segment": "microsoft.graph.reauthorize", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] - }, + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.recent()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.search(q='{q}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.sharedWithMe()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "root", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "activities", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.sumSq", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{itemActivityOLD-id}", + "labels": [ { - "segment": "microsoft.graph.syd", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + } + ] + }, + { + "segment": "analytics", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/itemanalytics-get?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "children", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ { - "segment": "microsoft.graph.t", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.t_Dist", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{driveItem-id}", + "labels": [ { - "segment": "microsoft.graph.t_Dist_2T", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.t_Dist_RT", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.t_Inv", + "segment": "content", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } ] } ] + } + ] + } + ] + }, + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-get?view=graph-rest-1.0" }, { - "segment": "microsoft.graph.t_Inv_2T", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Put", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-get?view=graph-rest-1.0" }, { - "segment": "microsoft.graph.tan", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Put", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "listItem", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.tanh", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.tbillEq", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.tbillPrice", - "labels": [ + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "activities", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.tbillYield", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.text", + "segment": "{itemActivityOLD-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.time", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "driveItem", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "listItem", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] } ] - }, + } + ] + }, + { + "segment": "analytics", + "labels": [ { - "segment": "microsoft.graph.timevalue", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.today", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "documentSetVersions", + "labels": [ { - "segment": "microsoft.graph.trim", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-post-documentsetversions?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.trimMean", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-post-documentsetversions?view=graph-rest-1.0" } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.true", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.trunc", + "segment": "{documentSetVersion-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] - } - ] - }, - { - "segment": "microsoft.graph.type", - "labels": [ + }, { "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] - }, + } + ], + "children": [ { - "name": "beta", - "methods": [ - "Post" + "segment": "microsoft.graph.restore", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0" + } + ] + } ] } ] - }, + } + ] + }, + { + "segment": "driveItem", + "labels": [ { - "segment": "microsoft.graph.unichar", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.unicode", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.upper", + "segment": "content", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } ] } ] - }, + } + ] + }, + { + "segment": "fields", + "labels": [ { - "segment": "microsoft.graph.usdollar", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.value", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.createLink", + "labels": [ { - "segment": "microsoft.graph.var_P", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-createlink?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.getActivitiesByInterval()", + "labels": [ { - "segment": "microsoft.graph.var_S", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "labels": [ { - "segment": "microsoft.graph.varA", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.varPA", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "versions", + "labels": [ { - "segment": "microsoft.graph.vdb", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.vlookup", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-list-versions?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.weekday", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.weekNum", + "segment": "{listItemVersion-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.weibull_Dist", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "fields", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.workDay", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.documentSetVersion", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.restore", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0" + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "microsoft.graph.restoreVersion", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0" + } + ] + } ] } ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.assignSensitivityLabel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkin", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkout", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.copy", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-copy?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-copy?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createLink", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-createuploadsession?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta(token='{token}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.extractSensitivityLabels", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.follow", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-follow?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-follow?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getActivitiesByInterval()", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.invite", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-invite?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-invite?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.preview", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.restore", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-restore?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-restore?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.search(q='{q}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.unfollow", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.validatePermission", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "permissions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-permissions?view=graph-rest-1.0" }, { - "segment": "microsoft.graph.workDay_Intl", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-permissions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.xirr", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{permission-id}", + "labels": [ { - "segment": "microsoft.graph.xnpv", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.xor", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.year", + "segment": "microsoft.graph.grant", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.yearFrac", + "segment": "microsoft.graph.revokeGrants", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-1.0" + } ] } ] + } + ] + } + ] + }, + { + "segment": "subscriptions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.yield", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.yieldDisc", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{subscription-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.yieldMat", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.z_Test", + "segment": "microsoft.graph.reauthorize", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] } ] - }, + } + ] + }, + { + "segment": "thumbnails", + "labels": [ { - "segment": "microsoft.graph.closeSession", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-thumbnails?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.createSession", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-thumbnails?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.refreshSession", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.sessionInfoResource(key={key})", + "segment": "{thumbnailSet-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] + } + ] + }, + { + "segment": "versions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-versions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] }, { - "segment": "microsoft.graph.tableRowOperationResult(key={key})", + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-versions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "names", + "segment": "{driveItemVersion-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{workbookNamedItem-id}", + "segment": "content", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.range()", - "labels": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-versions?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Put", + "documentationUrl": null } ] - }, - { - "segment": "worksheet", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "charts", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookChart-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "axes", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "categoryAxis", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "majorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "minorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "title", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "seriesAxis", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "majorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "minorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "title", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "valueAxis", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "majorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "minorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "title", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - } - ] - } - ] - }, + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-versions?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.restoreVersion", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-1.0" + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "special", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{driveItem-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "events", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-events?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-post-events?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-events?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-post-events?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{event-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "calendar", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "exceptionOccurrences", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{event-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "calendar", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "instances", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{event-id2}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "dataLabels", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fill", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fill", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "legend", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fill", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - }, + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.image()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "calendar", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.image(width={width},height={height},fittingMode={fittingMode})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.image(width={width},height={height})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.accept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.decline", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.dismissReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.snoozeReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.image(width={width})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.setData", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.setPosition", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "series", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookChartSeries-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fill", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "points", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookChartPoint-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fill", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.count()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.count()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.accept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.decline", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.dismissReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.snoozeReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "instances", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{event-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "calendar", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "exceptionOccurrences", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{event-id2}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "title", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fill", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "worksheet", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.cell(row={row},column={column})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range(address={address})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.usedRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.usedRange(valuesOnly={valuesOnly})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" } ] + } + ] + } + ] + }, + { + "segment": "calendar", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.add", - "labels": [ + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.accept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.decline", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.dismissReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.snoozeReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.count()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ { - "segment": "microsoft.graph.item(name={name})", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.accept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.decline", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.dismissReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.snoozeReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.accept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.decline", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.dismissReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.snoozeReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "followedSites", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/sites-list-followed?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/sites-list-followed?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{site-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "inferenceClassification", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "overrides", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/inferenceclassification-list-overrides?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/inferenceclassification-post-overrides?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/inferenceclassification-list-overrides?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/inferenceclassification-post-overrides?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{inferenceClassificationOverride-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "informationProtection", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "bitlocker", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "recoveryKeys", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/bitlocker-list-recoverykeys?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{bitlockerRecoveryKey-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "dataLossPreventionPolicies", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{dataLossPreventionPolicy-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.evaluate", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.decryptBuffer", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.encryptBuffer", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.signDigest", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.verifySignature", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "policy", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "labels", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/informationprotectionpolicy-list-labels?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{informationProtectionLabel-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.evaluateApplication", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/informationprotectionlabel-evaluateapplication?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.evaluateClassificationResults", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/informationprotectionlabel-evaluateclassificationresults?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.evaluateRemoval", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/informationprotectionlabel-evaluateremoval?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.extractLabel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/informationprotectionlabel-extractlabel?view=graph-rest-1.0" + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "sensitivityLabels", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{sensitivityLabel-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "sublabels", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{sensitivityLabel-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.evaluate", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.evaluate", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "sensitivityPolicySettings", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "threatAssessmentRequests", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/informationprotection-list-threatassessmentrequests?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/informationprotection-post-threatassessmentrequests?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{threatAssessmentRequest-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "results", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{threatAssessmentResult-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "insights", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "shared", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{sharedInsight-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "lastSharedMethod", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "resource", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "trending", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{trending-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "resource", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "used", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/insights-list-used?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{usedInsight-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "resource", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "joinedGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.evaluateDynamicMembership", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-evaluatedynamicmembership?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getByIds", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getUserOwnedObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.validateProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "joinedTeams", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-joinedteams?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-joinedteams?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{team-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "allChannels", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-list-allchannels?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{channel-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "channels", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-post?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{channel-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "filesFolder", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "members", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-list-members?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/conversationmember-add?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{conversationMember-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.add", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "messages", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-list-messages?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-post?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{chatMessage-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.cell(row={row},column={column})", - "labels": [ + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "hostedContents", + "labels": [ + { + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.range()", + "segment": "$count", "labels": [ { "name": "v1.0", "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.range(address={address})", + "segment": "{chatMessageHostedContent-id}", "labels": [ { "name": "v1.0", "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] - }, + } + ] + }, + { + "segment": "replies", + "labels": [ { - "segment": "microsoft.graph.usedRange()", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-list-replies?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-post-replies?view=graph-rest-1.0" } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.usedRange(valuesOnly={valuesOnly})", + "segment": "$count", "labels": [ { "name": "v1.0", "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "names", + "segment": "{chatMessage-id1}", "labels": [ { "name": "v1.0", "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookNamedItem-id1}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.add", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.addFormulaLocal", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] } - ] - }, - { - "segment": "pivotTables", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } ], "children": [ { - "segment": "{workbookPivotTable-id}", + "segment": "hostedContents", "labels": [ { "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "microsoft.graph.refresh", + "segment": "$count", "labels": [ { "name": "v1.0", "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "worksheet", + "segment": "{chatMessageHostedContent-id}", "labels": [ { "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.cell(row={row},column={column})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range(address={address})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.usedRange()", - "labels": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.usedRange(valuesOnly={valuesOnly})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Delete", + "documentationUrl": null } ] } ] } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ { - "segment": "microsoft.graph.refreshAll", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] } ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.completeMigration", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-completemigration?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.provisionEmail", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.removeEmail", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-removeemail?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "sharedWithTeams", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/sharedwithchannelteaminfo-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{sharedWithChannelTeamInfo-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "protection", + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "allowedMembers", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/sharedwithchannelteaminfo-list-allowedmembers?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", "labels": [ { "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{conversationMember-id}", + "labels": [ { - "segment": "microsoft.graph.protect", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "tabs", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-list-tabs?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{teamsTab-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "teamsApp", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getAllMessages()", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "group", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "incomingChannels", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-list-incomingchannels?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{channel-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "installedApps", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-list-installedapps?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-post-installedapps?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{teamsAppInstallation-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.upgrade", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-teamsappinstallation-upgrade?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "teamsApp", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "teamsAppDefinition", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "members", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-list-members?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-post-members?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{conversationMember-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.add", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.archive", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-archive?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.clone", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-clone?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.completeMigration", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-completemigration?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.sendActivityNotification", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-sendactivitynotification?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.unarchive", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-unarchive?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "operations", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{teamsAsyncOperation-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "photo", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$value", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "primaryChannel", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-get-primarychannel?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "filesFolder", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "members", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-list-members?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/conversationmember-add?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{conversationMember-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.add", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "messages", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-list-messages?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-post?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{chatMessage-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "hostedContents", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{chatMessageHostedContent-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "replies", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-list-replies?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-post-replies?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{chatMessage-id1}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.unprotect", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "tables", + "segment": "hostedContents", "labels": [ { "name": "v1.0", "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{workbookTable-id}", + "segment": "$count", "labels": [ { "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "columns", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookTableColumn-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "filter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.apply", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyBottomItemsFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyBottomPercentFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyCellColorFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyCustomFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyDynamicFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyFontColorFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyIconFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyTopItemsFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyTopPercentFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyValuesFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.dataBodyRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.headerRowRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.totalRowRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.add", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.count()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.clearFilters", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.convertToRange", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.dataBodyRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.headerRowRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.reapplyFilters", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.totalRowRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "rows", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookTableRow-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.add", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.count()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "sort", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.apply", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.reapply", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "worksheet", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.cell(row={row},column={column})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range(address={address})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.usedRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, { - "segment": "microsoft.graph.usedRange(valuesOnly={valuesOnly})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "microsoft.graph.add", + "segment": "{chatMessageHostedContent-id}", "labels": [ { "name": "v1.0", "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] - }, + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.count()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.completeMigration", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-completemigration?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.provisionEmail", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.removeEmail", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-removeemail?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "sharedWithTeams", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/sharedwithchannelteaminfo-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{sharedWithChannelTeamInfo-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "allowedMembers", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/sharedwithchannelteaminfo-list-allowedmembers?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{conversationMember-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null } ] } ] } ] + } + ] + } + ] + }, + { + "segment": "tabs", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-list-tabs?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{teamsTab-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "teamsApp", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "schedule", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/schedule-get?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.share", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/schedule-share?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "offerShiftRequests", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/offershiftrequest-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{offerShiftRequest-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "openShiftChangeRequests", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/openshiftchangerequest-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/openshiftchangerequest-post?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{openShiftChangeRequest-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "openShifts", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/openshift-list?view=graph-rest-1.0" }, { - "segment": "microsoft.graph.add", - "labels": [ + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{openShift-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] + } + ] + } + ] + }, + { + "segment": "schedulingGroups", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/schedule-list-schedulinggroups?view=graph-rest-1.0" }, { - "segment": "microsoft.graph.addFormulaLocal", - "labels": [ + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/schedule-post-schedulinggroups?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{schedulingGroup-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "shifts", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/schedule-list-shifts?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/schedule-post-shifts?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "operations", + "segment": "{shift-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "swapShiftsChangeRequests", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/swapshiftschangerequest-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/swapshiftschangerequest-post?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{swapShiftsChangeRequest-id}", "labels": [ { "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] + } + ] + } + ] + }, + { + "segment": "timeOffReasons", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/schedule-list-timeoffreasons?view=graph-rest-1.0" }, { - "name": "beta", + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/schedule-post-timeoffreasons?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{timeOffReason-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "timeOffRequests", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/timeoffrequest-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{timeOffRequest-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "timesOff", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/schedule-list-timesoff?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/schedule-post-timesoff?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{timeOff-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "tags", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/teamworktag-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/teamworktag-post?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{teamworkTag-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "members", + "labels": [ + { + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/teamworktagmember-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/teamworktagmember-post?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "{workbookOperation-id}", + "segment": "$count", "labels": [ { "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "{teamworkTagMember-id}", + "labels": [ { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] } ] + } + ] + } + ] + }, + { + "segment": "template", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getAllMessages()", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "licenseDetails", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-licensedetails?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-licensedetails?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{licenseDetails-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "mailFolders", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-mailfolders?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-post-mailfolders?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-mailfolders?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-post-mailfolders?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{mailFolder-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "childFolders", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/mailfolder-list-childfolders?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/mailfolder-post-childfolders?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/mailfolder-list-childfolders?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/mailfolder-post-childfolders?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{mailFolder-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] }, { - "segment": "tables", + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "messageRules", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/mailfolder-list-messagerules?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/mailfolder-post-messagerules?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "{workbookTable-id}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{messageRule-id}", + "labels": [ { - "segment": "columns", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookTableColumn-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "filter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.apply", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyBottomItemsFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyBottomPercentFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyCellColorFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyCustomFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyDynamicFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyFontColorFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyIconFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyTopItemsFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyTopPercentFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyValuesFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.dataBodyRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.headerRowRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.totalRowRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.add", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.count()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.clearFilters", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.convertToRange", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] + } + ] + } + ] + }, + { + "segment": "messages", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/mailfolder-list-messages?view=graph-rest-1.0" }, { - "segment": "microsoft.graph.dataBodyRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/mailfolder-post-messages?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/mailfolder-list-messages?view=graph-rest-1.0" }, { - "segment": "microsoft.graph.headerRowRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/mailfolder-post-messages?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{message-id}", + "labels": [ { - "segment": "microsoft.graph.reapplyFilters", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.totalRowRange()", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "rows", + "segment": "$value", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookTableRow-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.add", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.count()", - "labels": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/mailfolder-list-messages?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Put", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/mailfolder-list-messages?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Put", + "documentationUrl": null } ] } ] }, { - "segment": "sort", + "segment": "attachments", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.apply", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-list-attachments?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" } ] }, - { - "segment": "microsoft.graph.reapply", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "worksheet", - "labels": [ { "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "charts", - "labels": [ { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-list-attachments?view=graph-rest-1.0" }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookChart-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "axes", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "categoryAxis", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "majorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "minorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "title", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "seriesAxis", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "majorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "minorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "title", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "valueAxis", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "majorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "minorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "title", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "dataLabels", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fill", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fill", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "legend", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fill", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.image()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.image(width={width},height={height},fittingMode={fittingMode})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.image(width={width},height={height})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.image(width={width})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.setData", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.setPosition", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "series", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookChartSeries-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fill", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "points", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookChartPoint-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fill", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.count()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.count()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "mentions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{mention-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "title", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fill", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.calendarSharingMessage", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.accept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.copy", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-copy?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-copy?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createForward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-createforward?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-createforward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createReply", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-createreply?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-createreply?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createReplyAll", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-createreplyall?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-createreplyall?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.eventMessageRequest", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.accept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.decline", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-forward?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-forward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.move", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-move?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-move?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.reply", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-reply?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-reply?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.replyAll", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-replyall?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-replyall?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.send", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-send?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-send?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.unsubscribe", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-unsubscribe?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "worksheet", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.cell(row={row},column={column})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range(address={address})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.usedRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.usedRange(valuesOnly={valuesOnly})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.add", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.count()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-delta?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-delta?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.copy", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/mailfolder-copy?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/mailfolder-copy?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.move", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/mailfolder-move?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/mailfolder-move?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "userConfigurations", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{userConfiguration-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/mailfolder-delta?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/mailfolder-delta?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "messageRules", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/mailfolder-list-messagerules?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/mailfolder-post-messagerules?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{messageRule-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "messages", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/mailfolder-list-messages?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/mailfolder-post-messages?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/mailfolder-list-messages?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/mailfolder-post-messages?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{message-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$value", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/mailfolder-list-messages?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/mailfolder-list-messages?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "mentions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{mention-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.calendarSharingMessage", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.accept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.copy", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-copy?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-copy?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createForward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-createforward?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-createforward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createReply", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-createreply?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-createreply?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createReplyAll", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-createreplyall?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-createreplyall?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.eventMessageRequest", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.accept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.decline", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-forward?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-forward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.move", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-move?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-move?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.reply", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-reply?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-reply?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.replyAll", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-replyall?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-replyall?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.send", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-send?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-send?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.unsubscribe", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-unsubscribe?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-delta?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-delta?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.copy", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/mailfolder-copy?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/mailfolder-copy?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.move", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/mailfolder-move?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/mailfolder-move?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "userConfigurations", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{userConfiguration-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/mailfolder-delta?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/mailfolder-delta?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "managedAppRegistrations", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{managedAppRegistration-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "managedDevices", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{managedDevice-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "assignmentFilterEvaluationStatusDetails", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{assignmentFilterEvaluationStatusDetails-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "detectedApps", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{detectedApp-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "deviceCategory", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "deviceCompliancePolicyStates", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{deviceCompliancePolicyState-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "deviceConfigurationStates", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{deviceConfigurationState-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "logCollectionRequests", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{deviceLogCollectionResponse-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.createDownloadUrl", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "managedDeviceMobileAppConfigurationStates", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{managedDeviceMobileAppConfigurationState-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.activateDeviceEsim", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.bypassActivationLock", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.cleanWindowsDevice", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createDeviceLogCollectionRequest", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createRemoteHelpSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.deleteUserFromSharedAppleDevice", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.deprovision", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.disable", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.disableLostMode", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.enableLostMode", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.enrollNowAction", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getCloudPcRemoteActionResults()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getCloudPcReviewStatus()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getFileVaultKey()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getNonCompliantSettings()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getOemWarranty()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.locateDevice", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.logoutSharedAppleDeviceActiveUser", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.overrideComplianceState", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.playLostModeSound", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.rebootNow", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.recoverPasscode", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.reenable", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.remoteLock", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.removeDeviceFirmwareConfigurationInterfaceManagement", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.reprovisionCloudPc", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/manageddevice-reprovisioncloudpc?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.requestRemoteAssistance", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.requestRemoteHelpSessionAccess", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.resetPasscode", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.resizeCloudPc", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/manageddevice-resizecloudpc?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.restoreCloudPc", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/manageddevice-restorecloudpc?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.retire", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.retrieveRemoteHelpSession(sessionKey='{sessionKey}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.revokeAppleVppLicenses", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.rotateBitLockerKeys", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.rotateFileVaultKey", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.sendCustomNotificationToCompanyPortal", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.setCloudPcReviewStatus", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/manageddevice-setcloudpcreviewstatus?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.setDeviceName", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.shutDown", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.syncDevice", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.triggerConfigurationManagerAction", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.updateWindowsDeviceAccount", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.windowsDefenderScan", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.windowsDefenderUpdateSignatures", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.wipe", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "securityBaselineStates", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{securityBaselineState-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "settingStates", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{securityBaselineSettingState-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "users", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "windowsProtectionState", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "detectedMalwareState", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{windowsDeviceMalwareState-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.appDiagnostics(upn='{upn}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.bulkReprovisionCloudPc", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/manageddevice-bulkreprovisioncloudpc?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.bulkRestoreCloudPc", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/manageddevice-bulkrestorecloudpc?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.bulkSetCloudPcReviewStatus", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/manageddevice-bulksetcloudpcreviewstatus?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.downloadAppDiagnostics", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.executeAction", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.moveDevicesToOU", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "manager", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-manager?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-manager?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$ref", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-manager?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-manager?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "memberOf", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-memberof?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-memberof?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{directoryObject-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.application", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.device", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.group", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.orgContact", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.user", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.activateServicePlan", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-activateserviceplan?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.assignLicense", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-assignlicense?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-assignlicense?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.changePassword", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-changepassword?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-changepassword?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.exportDeviceAndAppManagementData()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.exportDeviceAndAppManagementData(skip={skip},top={top})", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.exportPersonalData", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-exportpersonaldata?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-exportpersonaldata?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.findMeetingTimes", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-findmeetingtimes?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-findmeetingtimes?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.findRoomLists()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-findroomlists?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.findRooms()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.findRooms(RoomList='{RoomList}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getEffectiveDeviceEnrollmentConfigurations()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getLoggedOnManagedDevices()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMailTips", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-getmailtips?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-getmailtips?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getManagedAppDiagnosticStatuses()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getManagedAppPolicies()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getManagedDevicesWithAppFailures()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getManagedDevicesWithFailedOrPendingApps()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.invalidateAllRefreshTokens", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-invalidateallrefreshtokens?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.isManagedAppUserBlocked()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.reminderView(StartDateTime='{StartDateTime}',EndDateTime='{EndDateTime}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.removeAllDevicesFromManagement", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.reprocessLicenseAssignment", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-reprocesslicenseassignment?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-reprocesslicenseassignment?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.restore", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.revokeSignInSessions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.sendMail", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-sendmail?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-sendmail?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.translateExchangeIds", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-translateexchangeids?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-translateexchangeids?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.unblockManagedApps", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.wipeAndBlockManagedApps", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.wipeManagedAppRegistrationByDeviceTag", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.wipeManagedAppRegistrationsByAzureAdDeviceId", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.wipeManagedAppRegistrationsByDeviceTag", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.application", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.device", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.group", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.orgContact", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.user", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "messages", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-messages?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-post-messages?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-messages?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-post-messages?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{message-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$value", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-messages?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-messages?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "mentions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{mention-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.calendarSharingMessage", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.accept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.copy", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-copy?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-copy?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createForward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-createforward?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-createforward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createReply", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-createreply?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-createreply?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createReplyAll", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-createreplyall?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-createreplyall?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.eventMessageRequest", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.accept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.decline", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-forward?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-forward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.move", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-move?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-move?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.reply", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-reply?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-reply?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.replyAll", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-replyall?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-replyall?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.send", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-send?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-send?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.unsubscribe", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-unsubscribe?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-delta?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-delta?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.activateServicePlan", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-activateserviceplan?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.assignLicense", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-assignlicense?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-assignlicense?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.changePassword", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-changepassword?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-changepassword?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.exportDeviceAndAppManagementData()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.exportDeviceAndAppManagementData(skip={skip},top={top})", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.exportPersonalData", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-exportpersonaldata?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-exportpersonaldata?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.findMeetingTimes", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-findmeetingtimes?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-findmeetingtimes?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.findRoomLists()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-findroomlists?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.findRooms()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.findRooms(RoomList='{RoomList}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getEffectiveDeviceEnrollmentConfigurations()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getLoggedOnManagedDevices()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMailTips", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-getmailtips?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-getmailtips?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getManagedAppDiagnosticStatuses()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getManagedAppPolicies()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getManagedDevicesWithAppFailures()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getManagedDevicesWithFailedOrPendingApps()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.invalidateAllRefreshTokens", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-invalidateallrefreshtokens?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.isManagedAppUserBlocked()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.reminderView(StartDateTime='{StartDateTime}',EndDateTime='{EndDateTime}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.removeAllDevicesFromManagement", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.reprocessLicenseAssignment", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-reprocesslicenseassignment?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-reprocesslicenseassignment?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.restore", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.revokeSignInSessions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.sendMail", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-sendmail?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-sendmail?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.translateExchangeIds", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-translateexchangeids?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-translateexchangeids?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.unblockManagedApps", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.wipeAndBlockManagedApps", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.wipeManagedAppRegistrationByDeviceTag", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.wipeManagedAppRegistrationsByAzureAdDeviceId", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.wipeManagedAppRegistrationsByDeviceTag", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "mobileAppIntentAndStates", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{mobileAppIntentAndState-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "mobileAppTroubleshootingEvents", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{mobileAppTroubleshootingEvent-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "appLogCollectionRequests", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{appLogCollectionRequest-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.createDownloadUrl", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "notifications", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{notification-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "oauth2PermissionGrants", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-oauth2permissiongrants?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-oauth2permissiongrants?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{oAuth2PermissionGrant-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "onenote", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "notebooks", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/onenote-list-notebooks?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/onenote-post-notebooks?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/onenote-list-notebooks?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/onenote-post-notebooks?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{notebook-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.copyNotebook", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/notebook-copynotebook?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/notebook-copynotebook?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "sectionGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/notebook-list-sectiongroups?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/notebook-post-sectiongroups?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/notebook-list-sectiongroups?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/notebook-post-sectiongroups?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{sectionGroup-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "parentNotebook", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "parentSectionGroup", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "sectionGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/sectiongroup-list-sectiongroups?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/sectiongroup-list-sectiongroups?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.item(name={name})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{sectionGroup-id1}", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.cell(row={row},column={column})", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "sections", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/sectiongroup-list-sections?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/sectiongroup-post-sections?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/sectiongroup-list-sections?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/sectiongroup-post-sections?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.range()", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{onenoteSection-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.range(address={address})", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.usedRange()", + "segment": "microsoft.graph.copyToNotebook", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.usedRange(valuesOnly={valuesOnly})", + "segment": "microsoft.graph.copyToSectionGroup", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0" + } ] } ] }, { - "segment": "names", + "segment": "pages", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{workbookNamedItem-id}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{onenotePage-id}", + "labels": [ { - "segment": "microsoft.graph.range()", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "worksheet", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.cell(row={row},column={column})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.range()", - "labels": [ + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Put", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.range(address={address})", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Put", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.copyToSection", + "labels": [ { - "segment": "microsoft.graph.usedRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.usedRange(valuesOnly={valuesOnly})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0" } ] } ] - } - ] - }, - { - "segment": "microsoft.graph.add", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.addFormulaLocal", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "pivotTables", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookPivotTable-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.refresh", + "segment": "microsoft.graph.onenotePatchContent", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "worksheet", + "segment": "microsoft.graph.preview()", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.cell(row={row},column={column})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "parentNotebook", + "labels": [ { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.range(address={address})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "parentSection", + "labels": [ { - "segment": "microsoft.graph.usedRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.usedRange(valuesOnly={valuesOnly})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } ] } ] } ] + } + ] + }, + { + "segment": "parentNotebook", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "parentSectionGroup", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "sections", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/notebook-list-sections?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/notebook-post-sections?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/notebook-list-sections?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/notebook-post-sections?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{onenoteSection-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.copyToNotebook", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.copyToSectionGroup", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "pages", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{onenotePage-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] }, { - "segment": "microsoft.graph.refreshAll", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Put", + "documentationUrl": null } ] } ] }, { - "segment": "protection", + "segment": "microsoft.graph.copyToSection", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0" + } ] } - ], - "children": [ + ] + }, + { + "segment": "microsoft.graph.onenotePatchContent", + "labels": [ { - "segment": "microsoft.graph.protect", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.unprotect", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] } ] }, { - "segment": "tables", + "segment": "microsoft.graph.preview()", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "parentNotebook", + "labels": [ { - "segment": "{workbookTable-id1}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } - ], - "children": [ - { - "segment": "microsoft.graph.clearFilters", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.convertToRange", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.dataBodyRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.headerRowRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "parentSection", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.reapplyFilters", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "parentNotebook", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "parentSectionGroup", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getNotebookFromWebUrl", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "operations", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{onenoteOperation-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "pages", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{onenotePage-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.copyToSection", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.onenotePatchContent", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.preview()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "parentNotebook", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "parentSection", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "resources", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{onenoteResource-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "sectionGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/onenote-list-sectiongroups?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/onenote-list-sectiongroups?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{sectionGroup-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "parentNotebook", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "parentSectionGroup", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "sectionGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/sectiongroup-list-sectiongroups?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/sectiongroup-list-sectiongroups?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{sectionGroup-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "sections", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/sectiongroup-list-sections?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/sectiongroup-post-sections?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/sectiongroup-list-sections?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/sectiongroup-post-sections?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{onenoteSection-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.copyToNotebook", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.copyToSectionGroup", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "pages", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{onenotePage-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.totalRowRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Put", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.add", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Put", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.copyToSection", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.count()", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.onenotePatchContent", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.preview()", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "parentNotebook", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "parentSection", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null } ] } @@ -229810,2758 +335907,3597 @@ ] }, { - "segment": "microsoft.graph.add", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "segment": "parentNotebook", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "parentSectionGroup", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "sections", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/onenote-list-sections?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/onenote-list-sections?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{onenoteSection-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.copyToNotebook", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.copyToSectionGroup", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "pages", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{onenotePage-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.copyToSection", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.onenotePatchContent", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.preview()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "parentNotebook", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "parentSection", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "parentNotebook", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "parentSectionGroup", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "onlineMeetings", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/application-post-onlinemeetings?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/onlinemeeting-get?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/application-post-onlinemeetings?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{onlineMeeting-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "alternativeRecording", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "attendanceReports", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/meetingattendancereport-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/meetingattendancereport-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{meetingAttendanceReport-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "attendanceRecords", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/attendancerecord-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/attendancerecord-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attendanceRecord-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "attendeeReport", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/onlinemeeting-get?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "meetingAttendanceReport", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/meetingattendancereport-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "attendanceRecords", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/attendancerecord-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attendanceRecord-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "recording", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "registration", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/externalmeetingregistration-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/meetingregistration-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": "https://docs.microsoft.com/graph/api/meetingregistration-delete?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "customQuestions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/meetingregistration-list-customquestions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/meetingregistration-post-customquestions?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{meetingRegistrationQuestion-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "transcripts", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/onlinemeeting-list-transcripts?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{callTranscript-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/onlinemeeting-list-transcripts?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "virtualAppointment", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createOrGet", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/onlinemeeting-createorget?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/onlinemeeting-createorget?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "outlook", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "masterCategories", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/outlookuser-list-mastercategories?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/outlookuser-post-mastercategories?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/outlookuser-list-mastercategories?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/outlookuser-post-mastercategories?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{outlookCategory-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.supportedLanguages()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/outlookuser-supportedlanguages?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/outlookuser-supportedlanguages?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.supportedTimeZones()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.supportedTimeZones(TimeZoneStandard='{TimeZoneStandard}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "taskFolders", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/outlookuser-list-taskfolders?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{outlookTaskFolder-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ { - "segment": "microsoft.graph.count()", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Delete", + "documentationUrl": null } ] } ] - }, + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ { - "segment": "worksheets", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] + "name": "Post", + "documentationUrl": null } - ], - "children": [ + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ { - "segment": "{workbookWorksheet-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ + "name": "beta", + "methods": [ { - "segment": "charts", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookChart-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "axes", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "categoryAxis", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "majorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "minorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "title", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "seriesAxis", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "majorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "minorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "title", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "valueAxis", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "majorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "minorGridlines", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "title", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - } - ] - } - ] + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "tasks", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/outlooktaskfolder-list-tasks?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{outlookTask-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/outlooktask-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/outlooktask-post-attachments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "dataLabels", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fill", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.complete", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fill", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "legend", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fill", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.image()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.image(width={width},height={height},fittingMode={fittingMode})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "taskGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/outlookuser-list-taskgroups?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/outlookuser-post-taskgroups?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{outlookTaskGroup-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "taskFolders", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/outlooktaskgroup-list-taskfolders?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{outlookTaskFolder-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.image(width={width},height={height})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.image(width={width})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.setData", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.setPosition", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "tasks", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/outlooktaskfolder-list-tasks?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{outlookTask-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "series", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookChartSeries-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fill", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "line", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "points", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookChartPoint-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fill", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.count()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - } - ] - }, + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.count()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/outlooktask-list-attachments?view=graph-rest-1.0" }, { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/outlooktask-post-attachments?view=graph-rest-1.0" } ] - }, + } + ], + "children": [ { - "segment": "title", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "format", - "labels": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } - ], - "children": [ + ] + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "fill", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setSolidColor", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "font", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] } ] }, { - "segment": "worksheet", + "segment": "microsoft.graph.createUploadSession", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.complete", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ { - "segment": "microsoft.graph.cell(row={row},column={column})", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Delete", + "documentationUrl": null } ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.range(address={address})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ { - "segment": "microsoft.graph.usedRange()", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.usedRange(valuesOnly={valuesOnly})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Delete", + "documentationUrl": null } ] } ] } ] + } + ] + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "tasks", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/outlookuser-list-tasks?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/outlooktaskfolder-post-tasks?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{outlookTask-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/outlooktask-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/outlooktask-post-attachments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.complete", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "ownedDevices", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-owneddevices?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-owneddevices?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{directoryObject-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.appRoleAssignment", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.device", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.endpoint", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.appRoleAssignment", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.device", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.endpoint", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "ownedObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-ownedobjects?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-ownedobjects?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{directoryObject-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.application", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.group", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.application", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.group", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "pendingAccessReviewInstances", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewinstance-pendingaccessreviewinstances?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{accessReviewInstance-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "contactedReviewers", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewinstance-list-contactedreviewers?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{accessReviewReviewer-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "decisions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewinstance-list-decisions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{accessReviewInstanceDecisionItem-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "insights", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{governanceInsight-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.add", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "instance", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "contactedReviewers", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewinstance-list-contactedreviewers?view=graph-rest-1.0" }, { - "segment": "microsoft.graph.count()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{accessReviewReviewer-id}", + "labels": [ { - "segment": "microsoft.graph.item(name={name})", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Delete", + "documentationUrl": null } ] } ] - }, + } + ] + }, + { + "segment": "definition", + "labels": [ { - "segment": "microsoft.graph.cell(row={row},column={column})", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.acceptRecommendations", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewinstance-acceptrecommendations?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.applyDecisions", + "labels": [ { - "segment": "microsoft.graph.range()", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewinstance-applydecisions?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.batchRecordDecisions", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewinstance-batchrecorddecisions?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.resetDecisions", + "labels": [ { - "segment": "microsoft.graph.range(address={address})", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewinstance-resetdecisions?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.sendReminder", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewinstance-sendreminder?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.stop", + "labels": [ { - "segment": "microsoft.graph.usedRange()", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewinstance-stop?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "stages", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewinstance-list-stages?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.usedRange(valuesOnly={valuesOnly})", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "names", + "segment": "{accessReviewStage-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{workbookNamedItem-id}", + "segment": "decisions", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewstage-list-decisions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "microsoft.graph.range()", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "worksheet", + "segment": "{accessReviewInstanceDecisionItem-id1}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.cell(row={row},column={column})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range()", - "labels": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range(address={address})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.usedRange()", + "segment": "insights", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.usedRange(valuesOnly={valuesOnly})", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Get" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get" + "segment": "{governanceInsight-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] } ] - } - ] - }, - { - "segment": "microsoft.graph.add", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.addFormulaLocal", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "pivotTables", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookPivotTable-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.refresh", + "segment": "microsoft.graph.filterByCurrentUser(on='{on}')", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "worksheet", + "segment": "microsoft.graph.recordAllDecisions", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.cell(row={row},column={column})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range(address={address})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.usedRange()", - "labels": [ { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.usedRange(valuesOnly={valuesOnly})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewinstancedecisionitem-recordalldecisions?view=graph-rest-1.0" } ] } @@ -232570,18 +339506,15 @@ ] }, { - "segment": "microsoft.graph.refreshAll", + "segment": "microsoft.graph.stop", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewstage-stop?view=graph-rest-1.0" + } ] } ] @@ -232589,717 +339522,501 @@ ] }, { - "segment": "protection", + "segment": "microsoft.graph.filterByCurrentUser(on='{on}')", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.protect", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.unprotect", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] } ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.filterByCurrentUser(on='{on}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.recordAllDecisions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewinstancedecisionitem-recordalldecisions?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "definition", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.acceptRecommendations", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewinstance-acceptrecommendations?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.applyDecisions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewinstance-applydecisions?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.batchRecordDecisions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewinstance-batchrecorddecisions?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.resetDecisions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewinstance-resetdecisions?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.sendReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewinstance-sendreminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.stop", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewinstance-stop?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "stages", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewinstance-list-stages?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{accessReviewStage-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "decisions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewstage-list-decisions?view=graph-rest-1.0" }, { - "segment": "tables", - "labels": [ + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{accessReviewInstanceDecisionItem-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "insights", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{workbookTable-id}", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "columns", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workbookTableColumn-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "filter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.apply", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyBottomItemsFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyBottomPercentFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyCellColorFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyCustomFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyDynamicFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyFontColorFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyIconFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyTopItemsFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyTopPercentFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyValuesFilter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.dataBodyRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.headerRowRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.totalRowRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.add", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.count()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{governanceInsight-id}", + "labels": [ { - "segment": "microsoft.graph.clearFilters", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.convertToRange", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] + } + ] + } + ] + }, + { + "segment": "instance", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.dataBodyRange()", - "labels": [ + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "contactedReviewers", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewinstance-list-contactedreviewers?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.headerRowRange()", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.range()", + "segment": "{accessReviewReviewer-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] - }, + } + ] + }, + { + "segment": "decisions", + "labels": [ { - "segment": "microsoft.graph.reapplyFilters", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewinstance-list-decisions?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.totalRowRange()", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "rows", + "segment": "{accessReviewInstanceDecisionItem-id1}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{workbookTableRow-id}", + "segment": "insights", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "microsoft.graph.range()", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] - } - ] - }, - { - "segment": "microsoft.graph.add", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.count()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] }, { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.itemAt(index={index})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" + "segment": "{governanceInsight-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] @@ -233307,236 +340024,129 @@ ] }, { - "segment": "sort", + "segment": "microsoft.graph.filterByCurrentUser(on='{on}')", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.apply", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.reapply", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "worksheet", + "segment": "microsoft.graph.recordAllDecisions", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.cell(row={row},column={column})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.range(address={address})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.usedRange()", - "labels": [ { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewinstancedecisionitem-recordalldecisions?view=graph-rest-1.0" } ] - }, + } + ] + } + ] + }, + { + "segment": "definition", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.usedRange(valuesOnly={valuesOnly})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "microsoft.graph.add", + "segment": "microsoft.graph.acceptRecommendations", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewinstance-acceptrecommendations?view=graph-rest-1.0" + } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.applyDecisions", + "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewinstance-applydecisions?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.count()", + "segment": "microsoft.graph.batchRecordDecisions", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewinstance-batchrecorddecisions?view=graph-rest-1.0" + } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.resetDecisions", + "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewinstance-resetdecisions?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.itemAt(index={index})", + "segment": "microsoft.graph.sendReminder", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewinstance-sendreminder?view=graph-rest-1.0" + } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.stop", + "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewinstance-stop?view=graph-rest-1.0" + } ] } ] @@ -233546,566 +340156,1203 @@ ] }, { - "segment": "microsoft.graph.add", + "segment": "microsoft.graph.filterByCurrentUser(on='{on}')", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.recordAllDecisions", + "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewinstancedecisionitem-recordalldecisions?view=graph-rest-1.0" + } ] } ] } ] + }, + { + "segment": "microsoft.graph.stop", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewstage-stop?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.filterByCurrentUser(on='{on}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] } ] } ] } ] + }, + { + "segment": "microsoft.graph.filterByCurrentUser(on='{on}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] } ] - } - ] - }, - { - "segment": "education", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Get", - "Patch" + "segment": "people", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-people?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-people?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{person-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get", - "Patch" + "segment": "photo", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$value", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + } ] - } - ], - "children": [ + }, { - "segment": "classes", + "segment": "photos", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{educationClass-id}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{profilePhoto-id}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "assignmentCategories", + "segment": "$value", "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + }, { "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } ] + } + ] + } + ] + } + ] + }, + { + "segment": "planner", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/planneruser-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/planneruser-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "all", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{plannerDelta-id}", + "labels": [ { - "segment": "{educationCategory-id}", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } ] }, { - "segment": "assignmentDefaults", + "segment": "microsoft.graph.delta()", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ] + } + ] + }, + { + "segment": "favoritePlans", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/planneruser-list-favoriteplans?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "assignments", + "segment": "{plannerPlan-id}", "labels": [ { - "name": "v1.0", + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "plans", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/planneruser-list-plans?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/planneruser-list-plans?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{plannerPlan-id}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{educationAssignment-id}", + "segment": "buckets", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerplan-list-buckets?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerplan-list-buckets?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "categories", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{plannerBucket-id}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{educationCategory-id}", + "segment": "tasks", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerbucket-list-tasks?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerbucket-list-tasks?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{plannerTask-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "assignedToTaskBoardFormat", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "bucketTaskBoardFormat", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "details", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannertaskdetails-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannertaskdetails-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannertaskdetails-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannertaskdetails-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "progressTaskBoardFormat", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } ] } ] } ] - }, + } + ] + }, + { + "segment": "details", + "labels": [ { - "segment": "microsoft.graph.publish", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerplandetails-get?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerplandetails-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.setUpResourcesFolder", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerplandetails-get?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerplandetails-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "tasks", + "labels": [ { - "segment": "resources", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerplan-list-tasks?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] + "name": "Post", + "documentationUrl": null } - ], - "children": [ + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "{educationAssignmentResource-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerplan-list-tasks?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "rubric", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "submissions", + "segment": "{plannerTask-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{educationSubmission-id}", + "segment": "assignedToTaskBoardFormat", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.return", - "labels": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-get?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "bucketTaskBoardFormat", + "labels": [ { - "segment": "microsoft.graph.setUpResourcesFolder", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-get?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.submit", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-get?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "details", + "labels": [ { - "segment": "microsoft.graph.unsubmit", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannertaskdetails-get?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannertaskdetails-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "outcomes", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannertaskdetails-get?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannertaskdetails-update?view=graph-rest-1.0" + }, { - "segment": "{educationOutcome-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "progressTaskBoardFormat", + "labels": [ { - "segment": "resources", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-get?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-update?view=graph-rest-1.0" + }, { - "segment": "{educationSubmissionResource-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "submittedResources", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-get?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-update?view=graph-rest-1.0" + }, { - "segment": "{educationSubmissionResource-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] } @@ -234116,227 +341363,342 @@ ] } ] - }, + } + ] + }, + { + "segment": "recentPlans", + "labels": [ { - "segment": "assignmentSettings", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/planneruser-list-recentplans?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "group", + "segment": "{plannerPlan-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + } + ] + }, + { + "segment": "rosterPlans", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - }, + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/planneruser-list-rosterplans?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "members", + "segment": "{plannerPlan-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] + } + ] + } + ] + }, + { + "segment": "tasks", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/planneruser-list-tasks?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": null } - ], - "children": [ + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/planneruser-list-tasks?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.delta()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "schools", + "segment": "{plannerTask-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "$ref", + "segment": "assignedToTaskBoardFormat", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.delta()", + "segment": "bucketTaskBoardFormat", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] - } - ] - }, - { - "segment": "teachers", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] }, { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", + "segment": "details", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannertaskdetails-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannertaskdetails-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannertaskdetails-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannertaskdetails-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.delta()", + "segment": "progressTaskBoardFormat", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -234344,20 +341706,136 @@ ] } ] + } + ] + }, + { + "segment": "presence", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/presence-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] }, { - "segment": "microsoft.graph.delta()", + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/presence-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.clearPresence", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/presence-clearpresence?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/presence-clearpresence?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.clearUserPreferredPresence", "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/presence-clearuserpreferredpresence?view=graph-rest-1.0" + } + ] + }, { "name": "v1.0", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/presence-clearuserpreferredpresence?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.setPresence", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/presence-setpresence?view=graph-rest-1.0" + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/presence-setpresence?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.setUserPreferredPresence", + "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/presence-setuserpreferredpresence?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/presence-setuserpreferredpresence?view=graph-rest-1.0" + } ] } ] @@ -234365,291 +341843,580 @@ ] }, { - "segment": "me", + "segment": "profile", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/profile-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": "https://docs.microsoft.com/graph/api/profile-delete?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "assignments", + "segment": "account", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/profile-list-accounts?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/profile-post-accounts?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "{educationAssignment-id}", + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{userAccountInformation-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } - ], - "children": [ + ] + } + ] + }, + { + "segment": "addresses", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "categories", - "labels": [ + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/profile-list-addresses?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/profile-post-addresses?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Post" - ] + "name": "Get", + "documentationUrl": null } - ], - "children": [ + ] + } + ] + }, + { + "segment": "{itemAddress-id}", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "{educationCategory-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] + } + ] + } + ] + }, + { + "segment": "anniversaries", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/profile-list-anniversaries?view=graph-rest-1.0" }, { - "segment": "microsoft.graph.publish", - "labels": [ + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/profile-post-anniversaries?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{personAnnualEvent-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] + } + ] + } + ] + }, + { + "segment": "awards", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/profile-list-awards?view=graph-rest-1.0" }, { - "segment": "microsoft.graph.setUpResourcesFolder", - "labels": [ + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/profile-post-awards?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{personAward-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] + } + ] + } + ] + }, + { + "segment": "certifications", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/profile-list-certifications?view=graph-rest-1.0" }, { - "segment": "resources", - "labels": [ + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/profile-post-certifications?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Post" - ] + "name": "Get", + "documentationUrl": null } - ], - "children": [ + ] + } + ] + }, + { + "segment": "{personCertification-id}", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "{educationAssignmentResource-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] + } + ] + } + ] + }, + { + "segment": "educationalActivities", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/profile-list-educationalactivities?view=graph-rest-1.0" }, { - "segment": "rubric", - "labels": [ + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/profile-post-educationalactivities?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{educationalActivity-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "emails", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/profile-list-emails?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/profile-post-emails?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{itemEmail-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] + } + ] + } + ] + }, + { + "segment": "interests", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/profile-list-interests?view=graph-rest-1.0" }, { - "segment": "submissions", - "labels": [ + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/profile-post-interests?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Post" - ] + "name": "Get", + "documentationUrl": null } - ], - "children": [ + ] + } + ] + }, + { + "segment": "{personInterest-id}", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "{educationSubmission-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.return", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setUpResourcesFolder", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.submit", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.unsubmit", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "outcomes", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{educationOutcome-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "resources", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{educationSubmissionResource-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "submittedResources", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{educationSubmissionResource-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "languages", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/profile-list-languages?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/profile-post-languages?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{languageProficiency-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "names", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/profile-list-names?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/profile-post-names?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{personName-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } @@ -234658,54 +342425,55 @@ ] }, { - "segment": "classes", + "segment": "notes", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/profile-list-notes?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/profile-post-notes?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "$ref", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.delta()", + "segment": "{personAnnotation-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -234713,41 +342481,55 @@ ] }, { - "segment": "rubrics", + "segment": "patents", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/profile-list-patents?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/profile-post-patents?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "{educationRubric-id}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "{itemPatent-id}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -234755,54 +342537,55 @@ ] }, { - "segment": "schools", + "segment": "phones", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/profile-list-phones?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/profile-post-phones?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "$ref", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.delta()", + "segment": "{itemPhone-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -234810,54 +342593,55 @@ ] }, { - "segment": "taughtClasses", + "segment": "positions", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/profile-list-positions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/profile-post-positions?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "$ref", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.delta()", + "segment": "{workPosition-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -234865,232 +342649,222 @@ ] }, { - "segment": "user", + "segment": "projects", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/profile-list-projects?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/profile-post-projects?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "$ref", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Put", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "{projectParticipation-id}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Put", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] } ] - } - ] - }, - { - "segment": "schools", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{educationSchool-id}", + "segment": "publications", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/profile-list-publications?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/profile-post-publications?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "administrativeUnit", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{itemPublication-id}", + "labels": [ { - "segment": "$ref", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } ] - }, + } + ] + }, + { + "segment": "skills", + "labels": [ { - "segment": "classes", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/profile-list-skills?view=graph-rest-1.0" }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/profile-post-skills?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{skillProficiency-id}", + "labels": [ { - "segment": "$ref", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.delta()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Delete", + "documentationUrl": null } ] } ] - }, + } + ] + }, + { + "segment": "webAccounts", + "labels": [ { - "segment": "users", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/profile-list-webaccounts?view=graph-rest-1.0" }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/profile-post-webaccounts?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{webAccount-id}", + "labels": [ { - "segment": "$ref", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.delta()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Delete", + "documentationUrl": null } ] } @@ -235099,18 +342873,57 @@ ] }, { - "segment": "microsoft.graph.delta()", + "segment": "websites", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/profile-list-websites?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/profile-post-websites?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get" + "segment": "{personWebsite-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] @@ -235118,121 +342931,256 @@ ] }, { - "segment": "synchronizationProfiles", + "segment": "registeredDevices", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-registereddevices?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-registereddevices?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "{educationSynchronizationProfile-id}", + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{directoryObject-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "errors", + "segment": "microsoft.graph.appRoleAssignment", "labels": [ { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{educationSynchronizationError-id}", - "labels": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "microsoft.graph.pause", + "segment": "microsoft.graph.device", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.reset", + "segment": "microsoft.graph.endpoint", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } ] } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.appRoleAssignment", + "labels": [ { - "segment": "microsoft.graph.resume", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.start", + "segment": "$count", "labels": [ { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] + } + ] + }, + { + "segment": "microsoft.graph.device", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] }, { - "segment": "microsoft.graph.uploadUrl()", + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } ] } ] + } + ] + }, + { + "segment": "microsoft.graph.endpoint", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] }, { - "segment": "profileStatus", + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } ] } ] @@ -235242,857 +343190,720 @@ ] }, { - "segment": "users", + "segment": "scopedRoleMemberOf", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-scopedrolememberof?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{educationUser-id}", + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{scopedRoleMembership-id}", "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, { "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] + } + ] + } + ] + }, + { + "segment": "security", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "informationProtection", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "assignments", + "segment": "labelPolicySettings", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{educationAssignment-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "categories", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{educationCategory-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.publish", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setUpResourcesFolder", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, { - "segment": "resources", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{educationAssignmentResource-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/security-informationprotectionpolicysetting-get?view=graph-rest-1.0" }, { - "segment": "rubric", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "submissions", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{educationSubmission-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.return", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setUpResourcesFolder", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.submit", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.unsubmit", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "outcomes", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{educationOutcome-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "resources", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{educationSubmissionResource-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "submittedResources", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{educationSubmissionResource-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] } ] }, { - "segment": "classes", + "segment": "sensitivityLabels", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/security-informationprotection-list-sensitivitylabels?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "$ref", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.delta()", + "segment": "{sensitivityLabel-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } - ] - } - ] - }, - { - "segment": "rubrics", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{educationRubric-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, + ], + "children": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" + "segment": "parent", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] - } - ] - }, - { - "segment": "schools", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] }, { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", + "segment": "microsoft.graph.security.evaluateApplication", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.delta()", + "segment": "microsoft.graph.security.evaluateClassificationResults", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": null + } ] } ] - } - ] - }, - { - "segment": "taughtClasses", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] }, { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", + "segment": "microsoft.graph.security.evaluateRemoval", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.delta()", + "segment": "microsoft.graph.security.extractContentLabel", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": null + } ] } ] } ] + } + ] + } + ] + }, + { + "segment": "settings", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "user", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "contactMergeSuggestions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/contactmergesuggestions-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/contactmergesuggestions-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null } ] } ] }, { - "segment": "microsoft.graph.delta()", + "segment": "itemInsights", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/userinsightssettings-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/userinsightssettings-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "regionalAndLanguageSettings", + "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/regionalandlanguagesettings-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] - } - ] - } - ] - }, - { - "segment": "external", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch" - ] - } - ], - "children": [ - { - "segment": "connections", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{externalConnection-id}", + "segment": "shiftPreferences", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/shiftpreferences-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/shiftpreferences-put?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/shiftpreferences-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/shiftpreferences-put?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] } ] - } - ] - }, - { - "segment": "filterOperators", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{filterOperatorSchema-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "financials", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch" - ] - } - ], - "children": [ + }, { - "segment": "companies", + "segment": "tasks", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{company-id}", + "segment": "alltasks", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "accounts", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{account-id}", - "labels": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "agedAccountsPayable", + "segment": "{baseTask-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{agedAccountsPayable-id}", + "segment": "checklistItems", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{checklistItem-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] - } - ] - }, - { - "segment": "agedAccountsReceivable", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + }, { - "segment": "{agedAccountsReceivable-id}", + "segment": "extensions", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] - } - ] - }, - { - "segment": "companyInformation", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + }, { - "segment": "{companyInformation-id}", + "segment": "linkedResources", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/basetask-list-linkedresources?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/basetask-post-linkedresources?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "picture", + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{linkedResource_v2-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Put" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] } ] - } - ] - }, - { - "segment": "countriesRegions", - "labels": [ + }, { - "name": "beta", - "methods": [ - "Get", - "Post" + "segment": "microsoft.graph.move", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/basetask-move?view=graph-rest-1.0" + } + ] + } ] - } - ], - "children": [ + }, { - "segment": "{countryRegion-id}", + "segment": "parentList", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] @@ -236100,322 +343911,346 @@ ] }, { - "segment": "currencies", + "segment": "microsoft.graph.delta()", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + } + ] + }, + { + "segment": "lists", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "{currency-id}", - "labels": [ + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/tasks-list-lists?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/tasks-post-lists?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "customerPaymentJournals", + "segment": "{baseTaskList-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{customerPaymentJournal-id}", + "segment": "extensions", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "account", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "customerPayments", + "segment": "{extension-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{customerPayment-id}", - "labels": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ + "name": "Get", + "documentationUrl": null + }, { - "segment": "customer", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "currency", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "paymentMethod", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "paymentTerm", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "picture", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{picture-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "content", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "shipmentMethod", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } ] } ] - } - ] - }, - { - "segment": "customerPayments", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + }, { - "segment": "{customerPayment-id}", + "segment": "tasks", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/basetasklist-list-tasks?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/basetasklist-post-tasks?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "customer", + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{baseTask-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "currency", + "segment": "checklistItems", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "paymentMethod", - "labels": [ + ], + "children": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{checklistItem-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "paymentTerm", + "segment": "extensions", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "picture", + "segment": "linkedResources", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/basetask-list-linkedresources?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/basetask-post-linkedresources?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "{picture-id}", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{linkedResource_v2-id}", + "labels": [ { - "segment": "content", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Put" - ] + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } @@ -236424,122 +344259,28 @@ ] }, { - "segment": "shipmentMethod", + "segment": "microsoft.graph.move", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/basetask-move?view=graph-rest-1.0" + } ] } ] - } - ] - } - ] - } - ] - }, - { - "segment": "customers", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{customer-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "currency", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "paymentMethod", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "paymentTerm", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "picture", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + }, { - "segment": "{picture-id}", + "segment": "parentList", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "content", - "labels": [ { - "name": "beta", - "methods": [ - "Get", - "Put" - ] + "name": "Get", + "documentationUrl": null } ] } @@ -236548,69 +344289,14 @@ ] }, { - "segment": "shipmentMethod", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "dimensions", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{dimension-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "dimensionValues", + "segment": "microsoft.graph.delta()", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{dimensionValue-id}", - "labels": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] } @@ -236621,830 +344307,846 @@ ] }, { - "segment": "dimensionValues", + "segment": "microsoft.graph.delta()", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{dimensionValue-id}", - "labels": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] } ] + } + ] + } + ] + }, + { + "segment": "teamwork", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "employees", - "labels": [ + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "associatedTeams", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/associatedteaminfo-list?view=graph-rest-1.0" + }, { - "segment": "{employee-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "picture", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{picture-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "content", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put" - ] - } - ] - } - ] - } - ] - } - ] + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "generalLedgerEntries", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/associatedteaminfo-list?view=graph-rest-1.0" + }, { - "segment": "{generalLedgerEntry-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "account", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "itemCategories", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{itemCategory-id}", - "labels": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] - } - ] - }, - { - "segment": "items", - "labels": [ + }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{item-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ { - "segment": "itemCategory", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "picture", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{picture-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "content", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put" - ] - } - ] - } - ] - } - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "journalLines", + "segment": "{associatedTeamInfo-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{journalLine-id}", - "labels": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ + "name": "Get", + "documentationUrl": null + }, { - "segment": "account", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] - } - ] - }, - { - "segment": "journals", - "labels": [ + }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{journal-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ { - "segment": "account", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "journalLines", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{journalLine-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "account", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.post", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] } ] + } + ] + }, + { + "segment": "installedApps", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/userteamwork-list-installedapps?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/userteamwork-post-installedapps?view=graph-rest-1.0" + } + ] }, { - "segment": "paymentMethods", + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/userteamwork-list-installedapps?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/userteamwork-post-installedapps?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] - } - ], - "children": [ + }, { - "segment": "{paymentMethod-id}", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "paymentTerms", + "segment": "{userScopeTeamsAppInstallation-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{paymentTerm-id}", + "segment": "chat", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/userscopeteamsappinstallation-get-chat?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/userscopeteamsappinstallation-get-chat?view=graph-rest-1.0" + } ] } ] } ] + } + ] + }, + { + "segment": "microsoft.graph.sendActivityNotification", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/userteamwork-sendactivitynotification?view=graph-rest-1.0" + } + ] }, { - "segment": "picture", + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/userteamwork-sendactivitynotification?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "todo", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "lists", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/todo-list-lists?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/todo-post-lists?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/todo-list-lists?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/todo-post-lists?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{picture-id}", - "labels": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } - ], - "children": [ + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "content", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put" - ] - } - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "purchaseInvoiceLines", + "segment": "{todoTaskList-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{purchaseInvoiceLine-id}", + "segment": "extensions", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "account", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "item", + "segment": "{extension-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "itemCategory", - "labels": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "picture", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + "name": "Get", + "documentationUrl": null + }, { - "segment": "{picture-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "content", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put" - ] - } - ] - } - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } ] } ] - } - ] - }, - { - "segment": "purchaseInvoices", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + }, { - "segment": "{purchaseInvoice-id}", + "segment": "tasks", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/todotasklist-list-tasks?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/todotasklist-post-tasks?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/todotasklist-list-tasks?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/todotasklist-post-tasks?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "currency", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] - } - ] - }, - { - "segment": "microsoft.graph.post", - "labels": [ + }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "purchaseInvoiceLines", + "segment": "{todoTask-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{purchaseInvoiceLine-id}", + "segment": "attachments", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/todotask-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/todotask-post-attachments?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "account", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "item", + "segment": "{attachmentBase-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] - } - ], - "children": [ + }, { - "segment": "itemCategory", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "picture", + "segment": "$value", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/todotask-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } ] - } - ], - "children": [ + }, { - "segment": "{picture-id}", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ + "name": "Get", + "documentationUrl": null + }, { - "segment": "content", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put" - ] - } - ] + "name": "Put", + "documentationUrl": null } ] } ] } ] - } - ] - } - ] - }, - { - "segment": "vendor", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "currency", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "paymentMethod", - "labels": [ + }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/taskfileattachment-createuploadsession?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "paymentTerm", + "segment": "attachmentSessions", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] - } - ] - }, - { - "segment": "picture", - "labels": [ + }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{picture-id}", + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachmentSession-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], @@ -237455,8 +345157,27 @@ { "name": "beta", "methods": [ - "Get", - "Put" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } ] } ] @@ -237464,248 +345185,190 @@ ] } ] - } - ] - } - ] - } - ] - }, - { - "segment": "salesCreditMemoLines", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{salesCreditMemoLine-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "account", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "item", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ + }, { - "segment": "itemCategory", + "segment": "checklistItems", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] - } - ] - }, - { - "segment": "picture", - "labels": [ + }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{picture-id}", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] - } - ], - "children": [ + }, { - "segment": "content", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Put" - ] + "name": "Get", + "documentationUrl": null } ] } ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "salesCreditMemos", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{salesCreditMemo-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "currency", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "customer", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "currency", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "paymentMethod", - "labels": [ + }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" + "segment": "{checklistItem-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "paymentTerm", + "segment": "extensions", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] - } - ] - }, - { - "segment": "picture", - "labels": [ + }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{picture-id}", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{extension-id}", + "labels": [ { - "segment": "content", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Put" - ] + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } @@ -237714,135 +345377,93 @@ ] }, { - "segment": "shipmentMethod", + "segment": "linkedResources", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/todotask-list-linkedresources?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/todotask-post-linkedresources?view=graph-rest-1.0" + } ] - } - ] - } - ] - }, - { - "segment": "paymentTerm", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "salesCreditMemoLines", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{salesCreditMemoLine-id}", - "labels": [ + }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/todotask-list-linkedresources?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/todotask-post-linkedresources?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "account", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "item", + "segment": "{linkedResource-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "itemCategory", - "labels": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "picture", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + "name": "Get", + "documentationUrl": null + }, { - "segment": "{picture-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "content", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put" - ] - } - ] - } - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } @@ -237851,1479 +345472,924 @@ ] } ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] } ] } ] }, { - "segment": "salesInvoiceLines", + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "transitiveMemberOf", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-transitivememberof?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-transitivememberof?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{directoryObject-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.application", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.device", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.group", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.orgContact", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.user", "labels": [ { - "name": "beta", + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{salesInvoiceLine-id}", + "segment": "microsoft.graph.activateServicePlan", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-activateserviceplan?view=graph-rest-1.0" + } ] } - ], - "children": [ + ] + }, + { + "segment": "microsoft.graph.assignLicense", + "labels": [ { - "segment": "account", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-assignlicense?view=graph-rest-1.0" } ] }, { - "segment": "item", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "itemCategory", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, + "name": "v1.0", + "methods": [ { - "segment": "picture", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{picture-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "content", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put" - ] - } - ] - } - ] - } - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-assignlicense?view=graph-rest-1.0" } ] } ] - } - ] - }, - { - "segment": "salesInvoices", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + }, { - "segment": "{salesInvoice-id}", + "segment": "microsoft.graph.changePassword", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "currency", - "labels": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-changepassword?view=graph-rest-1.0" } ] }, { - "segment": "customer", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-changepassword?view=graph-rest-1.0" } - ], - "children": [ - { - "segment": "currency", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "paymentMethod", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "paymentTerm", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "picture", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{picture-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "content", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put" - ] - } - ] - } - ] - } - ] - }, + ] + } + ] + }, + { + "segment": "microsoft.graph.checkMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "shipmentMethod", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.cancel", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.checkMemberObjects", + "labels": [ { - "segment": "microsoft.graph.cancelAndSend", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.post", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.exportDeviceAndAppManagementData()", + "labels": [ { - "segment": "microsoft.graph.postAndSend", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.exportDeviceAndAppManagementData(skip={skip},top={top})", + "labels": [ { - "segment": "microsoft.graph.send", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.exportPersonalData", + "labels": [ { - "segment": "paymentTerm", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-exportpersonaldata?view=graph-rest-1.0" } ] }, { - "segment": "salesInvoiceLines", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-exportpersonaldata?view=graph-rest-1.0" } - ], - "children": [ + ] + } + ] + }, + { + "segment": "microsoft.graph.findMeetingTimes", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "{salesInvoiceLine-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "account", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "item", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "itemCategory", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "picture", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{picture-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "content", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put" - ] - } - ] - } - ] - } - ] - } - ] - } - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-findmeetingtimes?view=graph-rest-1.0" } ] }, { - "segment": "shipmentMethod", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-findmeetingtimes?view=graph-rest-1.0" } ] } ] - } - ] - }, - { - "segment": "salesOrderLines", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + }, { - "segment": "{salesOrderLine-id}", + "segment": "microsoft.graph.findRoomLists()", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-findroomlists?view=graph-rest-1.0" + } ] } - ], - "children": [ + ] + }, + { + "segment": "microsoft.graph.findRooms()", + "labels": [ { - "segment": "account", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.findRooms(RoomList='{RoomList}')", + "labels": [ { - "segment": "item", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "itemCategory", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, + "name": "beta", + "methods": [ { - "segment": "picture", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{picture-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "content", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put" - ] - } - ] - } - ] - } - ] + "name": "Get", + "documentationUrl": null } ] } ] - } - ] - }, - { - "segment": "salesOrders", - "labels": [ + }, { - "name": "beta", - "methods": [ - "Get", - "Post" + "segment": "microsoft.graph.getEffectiveDeviceEnrollmentConfigurations()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] - } - ], - "children": [ + }, { - "segment": "{salesOrder-id}", + "segment": "microsoft.graph.getLoggedOnManagedDevices()", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "microsoft.graph.getMailTips", + "labels": [ { - "segment": "currency", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-getmailtips?view=graph-rest-1.0" } ] }, { - "segment": "customer", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-getmailtips?view=graph-rest-1.0" } - ], - "children": [ - { - "segment": "currency", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "paymentMethod", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "paymentTerm", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "picture", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{picture-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "content", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put" - ] - } - ] - } - ] - } - ] - }, + ] + } + ] + }, + { + "segment": "microsoft.graph.getManagedAppDiagnosticStatuses()", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "shipmentMethod", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "paymentTerm", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.getManagedAppPolicies()", + "labels": [ { - "segment": "salesOrderLines", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Post" - ] + "name": "Get", + "documentationUrl": null } - ], - "children": [ + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "{salesOrderLine-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "account", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "item", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "itemCategory", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "picture", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{picture-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "content", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put" - ] - } - ] - } - ] - } - ] - } - ] - } - ] + "name": "Get", + "documentationUrl": null } ] } ] - } - ] - }, - { - "segment": "salesQuoteLines", - "labels": [ + }, { - "name": "beta", - "methods": [ - "Get", - "Post" + "segment": "microsoft.graph.getManagedDevicesWithAppFailures()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] - } - ], - "children": [ + }, { - "segment": "{salesQuoteLine-id}", + "segment": "microsoft.graph.getManagedDevicesWithFailedOrPendingApps()", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "microsoft.graph.getMemberGroups", + "labels": [ { - "segment": "account", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" } ] }, { - "segment": "item", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" } - ], - "children": [ + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "itemCategory", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "picture", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{picture-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "content", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put" - ] - } - ] - } - ] - } - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0" } ] } ] - } - ] - }, - { - "segment": "salesQuotes", - "labels": [ + }, { - "name": "beta", - "methods": [ - "Get", - "Post" + "segment": "microsoft.graph.invalidateAllRefreshTokens", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-invalidateallrefreshtokens?view=graph-rest-1.0" + } + ] + } ] - } - ], - "children": [ + }, { - "segment": "{salesQuote-id}", + "segment": "microsoft.graph.isManagedAppUserBlocked()", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "microsoft.graph.reminderView(StartDateTime='{StartDateTime}',EndDateTime='{EndDateTime}')", + "labels": [ { - "segment": "currency", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "customer", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "currency", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "paymentMethod", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "paymentTerm", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "picture", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{picture-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "content", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put" - ] - } - ] - } - ] - } - ] - }, + "name": "v1.0", + "methods": [ { - "segment": "shipmentMethod", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.removeAllDevicesFromManagement", + "labels": [ { - "segment": "microsoft.graph.makeInvoice", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.send", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.reprocessLicenseAssignment", + "labels": [ { - "segment": "paymentTerm", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-reprocesslicenseassignment?view=graph-rest-1.0" } ] }, { - "segment": "salesQuoteLines", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-reprocesslicenseassignment?view=graph-rest-1.0" } - ], - "children": [ - { - "segment": "{salesQuoteLine-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "account", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "item", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "itemCategory", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "picture", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{picture-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "content", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put" - ] - } - ] - } - ] - } - ] - } - ] - } - ] + ] + } + ] + }, + { + "segment": "microsoft.graph.restore", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" } ] }, { - "segment": "shipmentMethod", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" } ] } ] - } - ] - }, - { - "segment": "shipmentMethods", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + }, { - "segment": "{shipmentMethod-id}", + "segment": "microsoft.graph.revokeSignInSessions", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } ] } ] - } - ] - }, - { - "segment": "taxAreas", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + }, { - "segment": "{taxArea-id}", + "segment": "microsoft.graph.sendMail", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-sendmail?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-sendmail?view=graph-rest-1.0" + } ] } ] - } - ] - }, - { - "segment": "taxGroups", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + }, { - "segment": "{taxGroup-id}", + "segment": "microsoft.graph.translateExchangeIds", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-translateexchangeids?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-translateexchangeids?view=graph-rest-1.0" + } ] } ] - } - ] - }, - { - "segment": "unitsOfMeasure", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + }, { - "segment": "{unitOfMeasure-id}", + "segment": "microsoft.graph.unblockManagedApps", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": null + } ] } ] - } - ] - }, - { - "segment": "vendors", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + }, { - "segment": "{vendor-id}", + "segment": "microsoft.graph.wipeAndBlockManagedApps", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "microsoft.graph.wipeManagedAppRegistrationByDeviceTag", + "labels": [ { - "segment": "currency", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.wipeManagedAppRegistrationsByAzureAdDeviceId", + "labels": [ { - "segment": "paymentMethod", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.wipeManagedAppRegistrationsByDeviceTag", + "labels": [ { - "segment": "paymentTerm", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "picture", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + "name": "v1.0", + "methods": [ { - "segment": "{picture-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "content", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put" - ] - } - ] - } - ] + "name": "Post", + "documentationUrl": null } ] } @@ -239332,97 +346398,145 @@ ] } ] - } - ] - } - ] - }, - { - "segment": "functions", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{attributeMappingFunctionSchema-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "governanceResources", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{governanceResource-id}", - "labels": [ + }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" + "segment": "microsoft.graph.application", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] - } - ], - "children": [ + }, { - "segment": "parent", + "segment": "microsoft.graph.device", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "roleAssignmentRequests", + "segment": "microsoft.graph.group", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{governanceRoleAssignmentRequest-id}", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } ] } ] @@ -239430,26 +346544,47 @@ ] }, { - "segment": "roleAssignments", + "segment": "microsoft.graph.orgContact", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{governanceRoleAssignment-id}", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } ] } ] @@ -239457,26 +346592,47 @@ ] }, { - "segment": "roleDefinitions", + "segment": "microsoft.graph.servicePrincipal", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{governanceRoleDefinition-id}", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } ] } ] @@ -239484,26 +346640,47 @@ ] }, { - "segment": "roleSettings", + "segment": "microsoft.graph.user", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{governanceRoleSetting-id}", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } ] } ] @@ -239513,101 +346690,200 @@ ] }, { - "segment": "microsoft.graph.register", + "segment": "transitiveReports", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{directoryObject-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] } ] - } - ] - }, - { - "segment": "governanceRoleAssignmentRequests", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + }, { - "segment": "{governanceRoleAssignmentRequest-id}", + "segment": "usageRights", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-usagerights?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "microsoft.graph.cancel", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.updateRequest", + "segment": "{usageRight-id}", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] - }, + } + ] + }, + { + "segment": "windowsInformationProtectionDeviceRegistrations", + "labels": [ { - "segment": "resource", + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "roleDefinition", + "segment": "{windowsInformationProtectionDeviceRegistration-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] + } + ] + } + ] + }, + { + "segment": "messageEvents", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "subject", - "labels": [ + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{messageEvent-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } @@ -239616,104 +346892,411 @@ ] }, { - "segment": "governanceRoleAssignments", + "segment": "messageRecipients", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{governanceRoleAssignment-id}", + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{messageRecipient-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "linkedEligibleRoleAssignment", + "segment": "events", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "$ref", + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{messageEvent-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Put", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] } ] + } + ] + } + ] + }, + { + "segment": "messageTraces", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "resource", - "labels": [ + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{messageTrace-id}", + "labels": [ { - "segment": "roleDefinition", + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "recipients", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{messageRecipient-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "events", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{messageEvent-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } ] } ] + } + ] + } + ] + }, + { + "segment": "mobilityManagementPolicies", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "subject", - "labels": [ + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "microsoft.graph.export()", + "segment": "{mobilityManagementPolicy-id}", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "includedGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/mobileappmanagementpolicies-list-includedgroups?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "$ref", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/mobileappmanagementpolicies-list-includedgroups?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{group-id}", + "labels": [], + "children": [ + { + "segment": "$ref", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } ] } ] @@ -239721,107 +347304,159 @@ ] }, { - "segment": "governanceRoleDefinitions", + "segment": "monitoring", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{governanceRoleDefinition-id}", + "segment": "alertRecords", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/devicemanagement-alertrecord-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "resource", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "roleSetting", + "segment": "{alertRecord-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.deviceManagement.setPortalNotificationAsSent", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/devicemanagement-alertrecord-setportalnotificationassent?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.deviceManagement.getPortalNotifications()", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] } ] - } - ] - }, - { - "segment": "governanceRoleSettings", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + }, { - "segment": "{governanceRoleSetting-id}", + "segment": "alertRules", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/devicemanagement-alertrule-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/devicemanagement-alertrule-post?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "resource", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "roleDefinition", + "segment": "{alertRule-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -239831,26 +347466,117 @@ ] }, { - "segment": "governanceSubjects", + "segment": "oauth2PermissionGrants", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/oauth2permissiongrant-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/oauth2permissiongrant-post?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/oauth2permissiongrant-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/oauth2permissiongrant-post?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "{governanceSubject-id}", + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{oAuth2PermissionGrant-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/oauth2permissiongrant-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/oauth2permissiongrant-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": "https://docs.microsoft.com/graph/api/oauth2permissiongrant-delete?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/oauth2permissiongrant-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/oauth2permissiongrant-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": "https://docs.microsoft.com/graph/api/oauth2permissiongrant-delete?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } ] } ] @@ -239858,3014 +347584,4787 @@ ] }, { - "segment": "groupLifecyclePolicies", + "segment": "officeConfiguration", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{groupLifecyclePolicy-id}", + "segment": "clientConfigurations", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "microsoft.graph.addGroup", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "{officeClientConfiguration-id}", + "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "assignments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{officeClientConfigurationAssignment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.assign", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "policyPayload", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "userPreferencePayload", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "microsoft.graph.removeGroup", + "segment": "microsoft.graph.updatePriorities", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] } ] - }, - { - "segment": "microsoft.graph.renewGroup", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] } ] }, { - "segment": "groups", + "segment": "onPremisesPublishingProfiles", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{group-id}", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{onPremisesPublishingProfile-id}", + "labels": [ { - "segment": "acceptedSenders", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ + "name": "Patch", + "documentationUrl": null + }, { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "appRoleAssignments", + "segment": "agentGroups", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{appRoleAssignment-id}", - "labels": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/onpremisesagentgroup-list?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/onpremisesagentgroup-post?view=graph-rest-1.0" } ] } - ] - }, - { - "segment": "calendar", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } ], "children": [ { - "segment": "calendarPermissions", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{calendarPermission-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "calendarView", + "segment": "{onPremisesAgentGroup-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{event-id}", + "segment": "agents", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "attachments", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{attachment-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.createUploadSession", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "calendar", + "segment": "{onPremisesAgent-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.allowedCalendarSharingRoles(User={User})", - "labels": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getSchedule", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] } - ] - }, - { - "segment": "exceptionOccurrences", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } ], "children": [ { - "segment": "{event-id1}", + "segment": "agentGroups", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "microsoft.graph.accept", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.cancel", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.decline", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.dismissReminder", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.forward", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.snoozeReminder", + "segment": "$ref", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.tentativelyAccept", - "labels": [ + "segment": "{onPremisesAgentGroup-id1}", + "labels": [], + "children": [ { - "name": "beta", - "methods": [ - "Post" + "segment": "$ref", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] } ] + } + ] + } + ] + }, + { + "segment": "publishedResources", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.delta()", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "extensions", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{extension-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "instances", + "segment": "{publishedResource-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{event-id1}", + "segment": "agentGroups", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.accept", - "labels": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.cancel", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.decline", + "segment": "$ref", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.dismissReminder", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "segment": "{onPremisesAgentGroup-id1}", + "labels": [], + "children": [ { - "name": "beta", - "methods": [ - "Post" + "segment": "$ref", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] - }, + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "agents", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/onpremisesagent-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{onPremisesAgent-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "agentGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.forward", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "$ref", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.snoozeReminder", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.tentativelyAccept", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{onPremisesAgentGroup-id}", + "labels": [], + "children": [ { - "segment": "microsoft.graph.delta()", + "segment": "$ref", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Delete", + "documentationUrl": null + } ] } ] } ] + } + ] + } + ] + } + ] + }, + { + "segment": "connectorGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/connectorgroup-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/connectorgroup-post-connectorgroups?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{connectorGroup-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.accept", - "labels": [ + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "applications", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.cancel", + "segment": "{application-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ], + "children": [ { - "name": "beta", - "methods": [ - "Post" + "segment": "logo", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } ] } ] - }, + } + ] + }, + { + "segment": "members", + "labels": [ { - "segment": "microsoft.graph.decline", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.dismissReminder", + "segment": "$ref", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.forward", - "labels": [ + "segment": "{connector-id}", + "labels": [], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "$ref", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] - }, + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "connectors", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/connector-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{connector-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "memberOf", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.snoozeReminder", + "segment": "$ref", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.tentativelyAccept", - "labels": [ + "segment": "{connectorGroup-id}", + "labels": [], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "$ref", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "publishedResources", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/publishedresource-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/publishedresource-post?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{publishedResource-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "agentGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "multiValueExtendedProperties", + "segment": "$ref", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } - ], + ] + }, + { + "segment": "{onPremisesAgentGroup-id}", + "labels": [], "children": [ { - "segment": "{multiValueLegacyExtendedProperty-id}", + "segment": "$ref", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Delete", + "documentationUrl": null + } ] } ] } ] + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "organization", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/organization-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/organization-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{organization-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/organization-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/organization-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/organization-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/organization-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "branding", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/organizationalbranding-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/organizationalbranding-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": "https://docs.microsoft.com/graph/api/organizationalbranding-delete?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/organizationalbranding-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/organizationalbranding-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": "https://docs.microsoft.com/graph/api/organizationalbranding-delete?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "backgroundImage", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/organizationalbranding-get?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/organizationalbranding-get?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "bannerLogo", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/organizationalbranding-get?view=graph-rest-1.0" }, { - "segment": "singleValueExtendedProperties", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{singleValueLegacyExtendedProperty-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] + "name": "Put", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.delta()", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/organizationalbranding-get?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Put", + "documentationUrl": null } ] } ] }, { - "segment": "events", + "segment": "favicon", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/organizationalbranding-get?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "localizations", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/organizationalbranding-list-localizations?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/organizationalbranding-post-localizations?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/organizationalbranding-list-localizations?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/organizationalbranding-post-localizations?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "{event-id}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{organizationalBrandingLocalization-id}", + "labels": [ { - "segment": "attachments", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{attachment-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.createUploadSession", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "calendar", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } - ], - "children": [ + ] + } + ], + "children": [ + { + "segment": "backgroundImage", + "labels": [ { - "segment": "microsoft.graph.allowedCalendarSharingRoles(User={User})", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/organizationalbranding-list-localizations?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Put", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.getSchedule", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/organizationalbranding-list-localizations?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Put", + "documentationUrl": null } ] } ] }, { - "segment": "exceptionOccurrences", + "segment": "bannerLogo", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{event-id1}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.accept", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, { - "segment": "microsoft.graph.cancel", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.decline", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.dismissReminder", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.forward", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.snoozeReminder", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/organizationalbranding-list-localizations?view=graph-rest-1.0" }, { - "segment": "microsoft.graph.tentativelyAccept", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Put", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.delta()", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/organizationalbranding-list-localizations?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null } ] } ] }, { - "segment": "extensions", + "segment": "favicon", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{extension-id}", - "labels": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/organizationalbranding-list-localizations?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Put", + "documentationUrl": null } ] } ] }, { - "segment": "instances", + "segment": "squareLogo", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{event-id1}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.accept", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.cancel", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.decline", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.dismissReminder", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.forward", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, { - "segment": "microsoft.graph.snoozeReminder", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/organizationalbranding-list-localizations?view=graph-rest-1.0" }, { - "segment": "microsoft.graph.tentativelyAccept", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Put", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.delta()", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/organizationalbranding-list-localizations?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Put", + "documentationUrl": null } ] } ] }, { - "segment": "microsoft.graph.accept", + "segment": "squareLogoDark", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/organizationalbranding-list-localizations?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } ] } ] + } + ] + } + ] + }, + { + "segment": "squareLogo", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/organizationalbranding-get?view=graph-rest-1.0" }, { - "segment": "microsoft.graph.cancel", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Put", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/organizationalbranding-get?view=graph-rest-1.0" }, { - "segment": "microsoft.graph.decline", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Put", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "squareLogoDark", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/organizationalbranding-get?view=graph-rest-1.0" }, { - "segment": "microsoft.graph.dismissReminder", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Put", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "certificateBasedAuthConfiguration", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/certificatebasedauthconfiguration-list?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/certificatebasedauthconfiguration-list?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{certificateBasedAuthConfiguration-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.forward", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.snoozeReminder", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.tentativelyAccept", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "multiValueExtendedProperties", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.activateService", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/organization-activateservice?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.restore", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.setMobileDeviceManagementAuthority", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "settings", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/organizationsettings-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "contactInsights", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/organizationsettings-list-contactinsights?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/insightssettings-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "itemInsights", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/organizationsettings-list-iteminsights?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/insightssettings-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoftApplicationDataAccess", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/organizationsettings-list-microsoftapplicationdataaccess?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/microsoftapplicationdataaccesssettings-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "peopleInsights", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/organizationsettings-list-peopleinsights?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/insightssettings-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "profileCardProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/organizationsettings-list-profilecardproperties?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/organizationsettings-post-profilecardproperties?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "{multiValueLegacyExtendedProperty-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{profileCardProperty-id}", + "labels": [ { - "segment": "singleValueExtendedProperties", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + "name": "Patch", + "documentationUrl": null + }, { - "segment": "{singleValueLegacyExtendedProperty-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] } ] - }, + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getAvailableExtensionProperties", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getByIds", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getUserOwnedObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.validateProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "payloadResponse", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{payloadResponse-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "permissionGrants", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "{resourceSpecificPermissionGrant-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.checkMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.delta()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.allowedCalendarSharingRoles(User={User})", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.getSchedule", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" } ] }, { - "segment": "multiValueExtendedProperties", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Post" - ] + "name": "Post", + "documentationUrl": null } - ], - "children": [ + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "{multiValueLegacyExtendedProperty-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.restore", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" } ] }, { - "segment": "singleValueExtendedProperties", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getAvailableExtensionProperties", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getByIds", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getUserOwnedObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.validateProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "places", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{place-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/place-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/place-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/place-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/place-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.room", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Post" - ] + "name": "Get", + "documentationUrl": null } - ], - "children": [ + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "{singleValueLegacyExtendedProperty-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] + "name": "Get", + "documentationUrl": null } ] } ] + } + ] + }, + { + "segment": "microsoft.graph.room", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] }, { - "segment": "calendarView", + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, { "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "planner", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "buckets", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/planner-list-buckets?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/planner-post-buckets?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/planner-list-buckets?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/planner-post-buckets?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{plannerBucket-id}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{event-id}", + "segment": "tasks", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerbucket-list-tasks?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerbucket-list-tasks?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "attachments", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{attachment-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.createUploadSession", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "calendar", + "segment": "{plannerTask-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "calendarPermissions", + "segment": "assignedToTaskBoardFormat", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{calendarPermission-id}", - "labels": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-get?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null } ] } ] }, { - "segment": "calendarView", + "segment": "bucketTaskBoardFormat", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{event-id1}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.accept", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.cancel", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.decline", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.dismissReminder", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, { - "segment": "microsoft.graph.forward", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-get?view=graph-rest-1.0" }, { - "segment": "microsoft.graph.snoozeReminder", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-update?view=graph-rest-1.0" }, { - "segment": "microsoft.graph.tentativelyAccept", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.delta()", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-get?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null } ] } ] }, { - "segment": "events", + "segment": "details", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{event-id1}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.accept", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.cancel", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.decline", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.dismissReminder", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, { - "segment": "microsoft.graph.forward", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannertaskdetails-get?view=graph-rest-1.0" }, { - "segment": "microsoft.graph.snoozeReminder", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannertaskdetails-update?view=graph-rest-1.0" }, { - "segment": "microsoft.graph.tentativelyAccept", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.delta()", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannertaskdetails-get?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannertaskdetails-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null } ] } ] }, { - "segment": "microsoft.graph.allowedCalendarSharingRoles(User={User})", + "segment": "progressTaskBoardFormat", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getSchedule", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "multiValueExtendedProperties", - "labels": [ { "name": "v1.0", "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{multiValueLegacyExtendedProperty-id}", - "labels": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-get?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null } ] } ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "plans", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/planner-list-plans?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/planner-post-plans?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/planner-list-plans?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/planner-post-plans?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{plannerPlan-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "buckets", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerplan-list-buckets?view=graph-rest-1.0" }, { - "segment": "singleValueExtendedProperties", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerplan-list-buckets?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Post" - ] + "name": "Get", + "documentationUrl": null } - ], - "children": [ + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "{singleValueLegacyExtendedProperty-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "exceptionOccurrences", + "segment": "{plannerBucket-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{event-id1}", + "segment": "tasks", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.accept", - "labels": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerbucket-list-tasks?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.cancel", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerbucket-list-tasks?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.decline", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] - } - ] - }, - { - "segment": "microsoft.graph.dismissReminder", - "labels": [ + }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.forward", + "segment": "{plannerTask-id}", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] - } - ] - }, - { - "segment": "microsoft.graph.snoozeReminder", - "labels": [ + }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.tentativelyAccept", - "labels": [ + ], + "children": [ { - "name": "beta", - "methods": [ - "Post" + "segment": "assignedToTaskBoardFormat", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "bucketTaskBoardFormat", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "details", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannertaskdetails-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannertaskdetails-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannertaskdetails-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannertaskdetails-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "progressTaskBoardFormat", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] } ] + } + ] + } + ] + }, + { + "segment": "details", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerplandetails-get?view=graph-rest-1.0" }, { - "segment": "microsoft.graph.delta()", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerplandetails-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "extensions", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerplandetails-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerplandetails-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "tasks", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerplan-list-tasks?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerplan-list-tasks?view=graph-rest-1.0" }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] - } - ], - "children": [ + }, { - "segment": "{extension-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "instances", + "segment": "{plannerTask-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{event-id1}", + "segment": "assignedToTaskBoardFormat", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.accept", - "labels": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-get?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "bucketTaskBoardFormat", + "labels": [ { - "segment": "microsoft.graph.cancel", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-get?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.decline", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-get?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "details", + "labels": [ { - "segment": "microsoft.graph.dismissReminder", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannertaskdetails-get?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannertaskdetails-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.forward", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannertaskdetails-get?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannertaskdetails-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "progressTaskBoardFormat", + "labels": [ { - "segment": "microsoft.graph.snoozeReminder", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-get?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.tentativelyAccept", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-get?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null } ] } ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "rosters", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/planner-post-rosters?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{plannerRoster-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "members", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerroster-list-members?view=graph-rest-1.0" }, { - "segment": "microsoft.graph.delta()", - "labels": [ + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerroster-post-members?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{plannerRosterMember-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "plans", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerroster-list-plans?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{plannerPlan-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "tasks", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/planner-list-tasks?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/planner-post-tasks?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/planner-list-tasks?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/planner-post-tasks?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{plannerTask-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "assignedToTaskBoardFormat", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "bucketTaskBoardFormat", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "details", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannertaskdetails-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannertaskdetails-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannertaskdetails-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannertaskdetails-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "progressTaskBoardFormat", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "policies", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "accessReviewPolicy", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewpolicy-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewpolicy-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "activityBasedTimeoutPolicies", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/activitybasedtimeoutpolicy-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/activitybasedtimeoutpolicy-post-activitybasedtimeoutpolicies?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/activitybasedtimeoutpolicy-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/activitybasedtimeoutpolicy-post-activitybasedtimeoutpolicies?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{activityBasedTimeoutPolicy-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "adminConsentRequestPolicy", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/adminconsentrequestpolicy-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/adminconsentrequestpolicy-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/adminconsentrequestpolicy-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/adminconsentrequestpolicy-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "appManagementPolicies", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/appmanagementpolicy-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/appmanagementpolicy-post?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{appManagementPolicy-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "appliesTo", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/appManagementPolicy-list-appliesTo?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{directoryObject-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null } ] } ] + } + ] + } + ] + } + ] + }, + { + "segment": "authenticationFlowsPolicy", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/authenticationflowspolicy-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/authenticationflowspolicy-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/authenticationflowspolicy-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/authenticationflowspolicy-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "authenticationMethodsPolicy", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/authenticationmethodspolicy-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/authenticationmethodspolicy-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/authenticationmethodspolicy-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/authenticationmethodspolicy-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "authenticationMethodConfigurations", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.accept", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.cancel", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.decline", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{authenticationMethodConfiguration-id}", + "labels": [ { - "segment": "microsoft.graph.dismissReminder", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.forward", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.snoozeReminder", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] + } + ] + } + ] + } + ] + }, + { + "segment": "authenticationStrengthPolicies", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/authenticationstrengthroot-list-policies?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/authenticationstrengthroot-post-policies?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{authenticationStrengthPolicy-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.tentativelyAccept", - "labels": [ + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "combinationConfigurations", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/authenticationstrengthpolicy-list-combinationconfigurations?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/authenticationstrengthpolicy-post-combinationconfigurations?view=graph-rest-1.0" } ] - }, + } + ], + "children": [ { - "segment": "multiValueExtendedProperties", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{multiValueLegacyExtendedProperty-id}", - "labels": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "singleValueExtendedProperties", + "segment": "{authenticationCombinationConfiguration-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{singleValueLegacyExtendedProperty-id}", - "labels": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } @@ -242874,18 +352373,29 @@ ] }, { - "segment": "microsoft.graph.delta()", + "segment": "microsoft.graph.updateAllowedCombinations", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/authenticationstrengthpolicy-updateallowedcombinations?view=graph-rest-1.0" + } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.usage()", + "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] @@ -242893,448 +352403,141 @@ ] }, { - "segment": "conversations", + "segment": "microsoft.graph.findByMethodMode(authenticationMethodModes={authenticationMethodModes})", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] + } + ] + } + ] + }, + { + "segment": "authorizationPolicy", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/authorizationpolicy-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{authorizationPolicy-id}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{conversation-id}", + "segment": "defaultUserRoleOverrides", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "threads", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{defaultUserRoleOverride-id}", + "labels": [ { - "segment": "{conversationThread-id}", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.reply", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "posts", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{post-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "attachments", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{attachment-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.createUploadSession", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "extensions", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{extension-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "inReplyTo", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.forward", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.reply", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "mentions", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{mention-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.forward", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.reply", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "multiValueExtendedProperties", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{multiValueLegacyExtendedProperty-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "singleValueExtendedProperties", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{singleValueLegacyExtendedProperty-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] } @@ -243343,104 +352546,318 @@ ] } ] + } + ] + }, + { + "segment": "b2cAuthenticationMethodsPolicy", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/b2cauthenticationmethodspolicy-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/b2cauthenticationmethodspolicy-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "claimsMappingPolicies", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/claimsmappingpolicy-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/claimsmappingpolicy-post-claimsmappingpolicies?view=graph-rest-1.0" + } + ] }, { - "segment": "createdOnBehalfOf", + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/claimsmappingpolicy-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/claimsmappingpolicy-post-claimsmappingpolicies?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{claimsMappingPolicy-id}", + "labels": [ { - "segment": "$ref", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } ] + } + ] + }, + { + "segment": "conditionalAccessPolicies", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] }, { - "segment": "drive", + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "drives", + "segment": "{conditionalAccessPolicy-id}", "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, { "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] + } + ] + } + ] + }, + { + "segment": "crossTenantAccessPolicy", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/crosstenantaccesspolicy-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/crosstenantaccesspolicy-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/crosstenantaccesspolicy-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/crosstenantaccesspolicy-update?view=graph-rest-1.0" }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "default", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationdefault-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationdefault-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationdefault-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationdefault-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{drive-id}", + "segment": "microsoft.graph.resetToSystemDefault", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationdefault-resettosystemdefault?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationdefault-resettosystemdefault?view=graph-rest-1.0" + } ] } ] @@ -243448,125 +352865,557 @@ ] }, { - "segment": "endpoints", + "segment": "partners", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/crosstenantaccesspolicy-list-partners?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/crosstenantaccesspolicy-post-partners?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/crosstenantaccesspolicy-list-partners?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/crosstenantaccesspolicy-post-partners?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "{endpoint-id}", + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{crossTenantAccessPolicyConfigurationPartner-tenantId}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] } ] + } + ] + }, + { + "segment": "defaultAppManagementPolicy", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/tenantappmanagementpolicy-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/tenantappmanagementpolicy-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "deviceRegistrationPolicy", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/deviceregistrationpolicy-get?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "directoryRoleAccessReviewPolicy", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "externalIdentitiesPolicy", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/externalidentitiespolicy-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/externalidentitiespolicy-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "featureRolloutPolicies", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/list-featurerolloutpolicies?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/post-featurerolloutpolicies?view=graph-rest-1.0" + } + ] }, { - "segment": "events", + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/featurerolloutpolicies-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/featurerolloutpolicies-post?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{featureRolloutPolicy-id}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{event-id}", + "segment": "appliesTo", "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, { "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "$ref", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{directoryObject-id}", + "labels": [], + "children": [ + { + "segment": "$ref", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "attachments", - "labels": [ + "segment": "microsoft.graph.administrativeUnit", + "labels": [], + "children": [ { - "name": "v1.0", - "methods": [ - "Get", - "Post" + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get", - "Post" + "segment": "microsoft.graph.getByIds", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getUserOwnedObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.validateProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + } ] } - ], + ] + }, + { + "segment": "microsoft.graph.application", + "labels": [], "children": [ { - "segment": "{attachment-id}", + "segment": "microsoft.graph.delta()", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.createUploadSession", + "segment": "microsoft.graph.getAvailableExtensionProperties", "labels": [ { "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getByIds", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getUserOwnedObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.validateProperties", + "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } ] } ] @@ -243574,541 +353423,811 @@ ] }, { - "segment": "calendar", - "labels": [ + "segment": "microsoft.graph.contract", + "labels": [], + "children": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" + "segment": "microsoft.graph.getAvailableExtensionProperties", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0" + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" + "segment": "microsoft.graph.getByIds", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + } ] - } - ], - "children": [ + }, { - "segment": "calendarPermissions", + "segment": "microsoft.graph.getUserOwnedObjects", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Post", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.validateProperties", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } ] } - ], - "children": [ + ] + } + ] + }, + { + "segment": "microsoft.graph.device", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.delta()", + "labels": [ { - "segment": "{calendarPermission-id}", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "calendarView", + "segment": "microsoft.graph.getAvailableExtensionProperties", "labels": [ { "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getByIds", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getUserOwnedObjects", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "microsoft.graph.validateProperties", + "labels": [ { - "segment": "{event-id1}", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" } - ], - "children": [ + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.directoryRole", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.accept", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.cancel", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getAvailableExtensionProperties", + "labels": [ + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.decline", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getByIds", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.dismissReminder", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.forward", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getUserOwnedObjects", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.snoozeReminder", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.validateProperties", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.tentativelyAccept", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.delta()", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.directoryRoleTemplate", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.getAvailableExtensionProperties", + "labels": [ + { + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0" } ] } ] }, { - "segment": "events", + "segment": "microsoft.graph.getByIds", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getUserOwnedObjects", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "microsoft.graph.validateProperties", + "labels": [ { - "segment": "{event-id1}", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" } - ], - "children": [ + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.directorySettingTemplate", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.getByIds", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.accept", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getUserOwnedObjects", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.cancel", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.validateProperties", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.decline", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getAvailableExtensionProperties", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getByIds", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getUserOwnedObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.group", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.dismissReminder", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.forward", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.evaluateDynamicMembership", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.snoozeReminder", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-evaluatedynamicmembership?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getAvailableExtensionProperties", + "labels": [ + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.tentativelyAccept", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getByIds", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.delta()", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getUserOwnedObjects", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": null } ] } ] }, { - "segment": "microsoft.graph.allowedCalendarSharingRoles(User={User})", + "segment": "microsoft.graph.validateProperties", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.groupSettingTemplate", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.getAvailableExtensionProperties", + "labels": [ + { + "name": "v1.0", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.getSchedule", + "segment": "microsoft.graph.getByIds", "labels": [ { "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.validateProperties", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.organization", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.getAvailableExtensionProperties", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getByIds", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getUserOwnedObjects", + "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "multiValueExtendedProperties", + "segment": "microsoft.graph.validateProperties", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } ] } - ], - "children": [ + ] + } + ] + }, + { + "segment": "microsoft.graph.orgContact", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.delta()", + "labels": [ { - "segment": "{multiValueLegacyExtendedProperty-id}", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "singleValueExtendedProperties", + "segment": "microsoft.graph.getAvailableExtensionProperties", "labels": [ { "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getByIds", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getUserOwnedObjects", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "microsoft.graph.validateProperties", + "labels": [ { - "segment": "{singleValueLegacyExtendedProperty-id}", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" } ] } @@ -244117,158 +354236,182 @@ ] }, { - "segment": "exceptionOccurrences", - "labels": [ + "segment": "microsoft.graph.resourceSpecificPermissionGrant", + "labels": [], + "children": [ { - "name": "beta", - "methods": [ - "Get", - "Post" + "segment": "microsoft.graph.getAvailableExtensionProperties", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0" + } + ] + } ] - } - ], - "children": [ + }, { - "segment": "{event-id1}", + "segment": "microsoft.graph.getByIds", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } ] } - ], - "children": [ + ] + }, + { + "segment": "microsoft.graph.getUserOwnedObjects", + "labels": [ { - "segment": "microsoft.graph.accept", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.validateProperties", + "labels": [ { - "segment": "microsoft.graph.cancel", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.decline", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" } ] - }, + } + ] + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.delta()", + "labels": [ { - "segment": "microsoft.graph.dismissReminder", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.forward", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.getAvailableExtensionProperties", + "labels": [ { - "segment": "microsoft.graph.snoozeReminder", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getByIds", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.tentativelyAccept", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" } ] } ] }, { - "segment": "microsoft.graph.delta()", + "segment": "microsoft.graph.getUserOwnedObjects", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": null + } ] } ] - } - ] - }, - { - "segment": "extensions", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{extension-id}", + "segment": "microsoft.graph.validateProperties", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } ] } ] @@ -244276,340 +354419,130 @@ ] }, { - "segment": "instances", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], + "segment": "microsoft.graph.user", + "labels": [], "children": [ { - "segment": "{event-id1}", + "segment": "microsoft.graph.delta()", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.accept", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.cancel", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.getAvailableExtensionProperties", + "labels": [ { - "segment": "microsoft.graph.decline", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.getByIds", + "labels": [ { - "segment": "microsoft.graph.dismissReminder", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.forward", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.getManagedAppBlockedUsers()", + "labels": [ { - "segment": "microsoft.graph.snoozeReminder", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.getUserOwnedObjects", + "labels": [ { - "segment": "microsoft.graph.tentativelyAccept", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] } ] }, { - "segment": "microsoft.graph.delta()", + "segment": "microsoft.graph.validatePassword", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-validatepassword?view=graph-rest-1.0" + } ] } ] - } - ] - }, - { - "segment": "microsoft.graph.accept", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.cancel", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.decline", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.dismissReminder", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.forward", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.snoozeReminder", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.tentativelyAccept", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "multiValueExtendedProperties", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{multiValueLegacyExtendedProperty-id}", + "segment": "microsoft.graph.validateProperties", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } ] } ] @@ -244617,1757 +354550,1218 @@ ] }, { - "segment": "singleValueExtendedProperties", + "segment": "microsoft.graph.validateProperties", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{singleValueLegacyExtendedProperty-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" } ] } ] } ] + } + ] + } + ] + }, + { + "segment": "homeRealmDiscoveryPolicies", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/homerealmdiscoverypolicy-list?view=graph-rest-1.0" }, { - "segment": "microsoft.graph.delta()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/homerealmdiscoverypolicy-post-homerealmdiscoverypolicies?view=graph-rest-1.0" } ] }, { - "segment": "extensions", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/homerealmdiscoverypolicy-list?view=graph-rest-1.0" }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/homerealmdiscoverypolicy-post-homerealmdiscoverypolicies?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] - } - ], - "children": [ + }, { - "segment": "{extension-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "groupLifecyclePolicies", + "segment": "{homeRealmDiscoveryPolicy-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{groupLifecyclePolicy-id}", - "labels": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } ] + } + ] + }, + { + "segment": "identitySecurityDefaultsEnforcementPolicy", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/identitysecuritydefaultsenforcementpolicy-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/identitysecuritydefaultsenforcementpolicy-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] }, { - "segment": "memberOf", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/identitysecuritydefaultsenforcementpolicy-get?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/identitysecuritydefaultsenforcementpolicy-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null } - ], - "children": [ + ] + } + ] + }, + { + "segment": "mobileAppManagementPolicies", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/mobileappmanagementpolicies-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Post" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "members", + "segment": "{mobilityManagementPolicy-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "$ref", + "segment": "includedGroups", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/mobileappmanagementpolicies-list-includedgroups?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get", - "Post" + "segment": "$ref", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/mobileappmanagementpolicies-list-includedgroups?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{group-id}", + "labels": [], + "children": [ + { + "segment": "$ref", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } ] } ] } ] - }, + } + ] + }, + { + "segment": "mobileDeviceManagementPolicies", + "labels": [ { - "segment": "membersWithLicenseErrors", + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/mobiledevicemanagementpolicies-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "{mobilityManagementPolicy-id}", + "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "$ref", + "segment": "includedGroups", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/mobileappmanagementpolicies-list-includedgroups?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get", - "Post" + "segment": "$ref", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/mobileappmanagementpolicies-list-includedgroups?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{group-id}", + "labels": [], + "children": [ + { + "segment": "$ref", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } ] } ] } ] - }, + } + ] + }, + { + "segment": "permissionGrantPolicies", + "labels": [ { - "segment": "microsoft.graph.addFavorite", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/permissiongrantpolicy-list?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/permissiongrantpolicy-post-permissiongrantpolicies?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.assignLicense", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/permissiongrantpolicy-list?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/permissiongrantpolicy-post-permissiongrantpolicies?view=graph-rest-1.0" } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.checkGrantedPermissionsForApp", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.checkMemberGroups", + "segment": "{permissionGrantPolicy-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.checkMemberObjects", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "excludes", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/permissiongrantpolicy-list-excludes?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/permissiongrantpolicy-post-excludes?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/permissiongrantpolicy-list-excludes?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/permissiongrantpolicy-post-excludes?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{permissionGrantConditionSet-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "includes", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/permissiongrantpolicy-list-includes?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/permissiongrantpolicy-post-includes?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/permissiongrantpolicy-list-includes?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/permissiongrantpolicy-post-includes?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{permissionGrantConditionSet-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } ] } ] - }, + } + ] + }, + { + "segment": "roleManagementPolicies", + "labels": [ { - "segment": "microsoft.graph.evaluateDynamicMembership", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/policyroot-list-rolemanagementpolicies?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.getMemberGroups", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/policyroot-list-rolemanagementpolicies?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.getMemberObjects", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.removeFavorite", + "segment": "{unifiedRoleManagementPolicy-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.renew", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "effectiveRules", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/unifiedrolemanagementpolicy-list-effectiverules?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{unifiedRoleManagementPolicyRule-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "rules", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/unifiedrolemanagementpolicy-list-rules?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/unifiedrolemanagementpolicy-list-rules?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{unifiedRoleManagementPolicyRule-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } ] } ] - }, + } + ] + }, + { + "segment": "roleManagementPolicyAssignments", + "labels": [ { - "segment": "microsoft.graph.resetUnseenCount", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/policyroot-list-rolemanagementpolicyassignments?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.restore", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/policyroot-list-rolemanagementpolicyassignments?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.subscribeByMail", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.unsubscribeByMail", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.validateProperties", - "labels": [ { "name": "v1.0", "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "onenote", + "segment": "{unifiedRoleManagementPolicyAssignment-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "notebooks", + "segment": "policy", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{notebook-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } - ], - "children": [ - { - "segment": "microsoft.graph.copyNotebook", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "sectionGroups", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{sectionGroup-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "parentNotebook", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.copyNotebook", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "parentSectionGroup", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "sectionGroups", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{sectionGroup-id1}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "sections", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{onenoteSection-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.copyToNotebook", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.copyToSectionGroup", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "pages", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{onenotePage-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "content", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Put" - ] - } - ] - }, - { - "segment": "microsoft.graph.copyToSection", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.onenotePatchContent", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.preview()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "parentNotebook", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.copyNotebook", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "parentSection", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.copyToNotebook", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.copyToSectionGroup", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "parentNotebook", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.copyNotebook", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "parentSectionGroup", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "sections", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{onenoteSection-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.copyToNotebook", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.copyToSectionGroup", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "pages", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{onenotePage-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "content", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Put" - ] - } - ] - }, - { - "segment": "microsoft.graph.copyToSection", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.onenotePatchContent", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.preview()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "parentNotebook", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.copyNotebook", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "parentSection", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.copyToNotebook", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.copyToSectionGroup", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "parentNotebook", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.copyNotebook", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "parentSectionGroup", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "parentNotebook", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.copyNotebook", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "parentSectionGroup", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "sectionGroups", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{sectionGroup-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "sections", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{onenoteSection-id1}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.copyToNotebook", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.copyToSectionGroup", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - } - ] - } - ] + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null } ] + } + ] + } + ] + } + ] + }, + { + "segment": "servicePrincipalCreationPolicies", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{servicePrincipalCreationPolicy-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.getNotebookFromWebUrl", - "labels": [ + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "excludes", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})", + "segment": "{servicePrincipalCreationConditionSet-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -246375,723 +355769,771 @@ ] }, { - "segment": "operations", + "segment": "includes", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{onenoteOperation-id}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "{servicePrincipalCreationConditionSet-id}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] } ] + } + ] + } + ] + }, + { + "segment": "tokenIssuancePolicies", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/tokenissuancepolicy-list?view=graph-rest-1.0" }, { - "segment": "pages", + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/tokenissuancepolicy-post-tokenissuancepolicy?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/tokenissuancepolicy-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/tokenissuancepolicy-post-tokenissuancepolicy?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{tokenIssuancePolicy-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "tokenLifetimePolicies", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/tokenlifetimepolicy-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/tokenlifetimepolicy-post-tokenlifetimepolicies?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/tokenlifetimepolicy-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/tokenlifetimepolicy-post-tokenlifetimepolicies?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{tokenLifetimePolicy-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "print", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "connectors", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/print-list-connectors?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/print-list-connectors?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{printConnector-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "operations", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{printOperation-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "printers", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/print-list-printers?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/print-list-printers?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{printer-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "connectors", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/printer-list-connectors?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/printer-list-connectors?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "{onenotePage-id}", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "content", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put" - ] - }, { - "name": "beta", - "methods": [ - "Get", - "Put" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.copyToSection", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{printConnector-id}", + "labels": [ { - "segment": "microsoft.graph.onenotePatchContent", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.preview()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getCapabilities()", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "parentNotebook", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.copyNotebook", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.resetDefaults", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "parentSection", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.copyToNotebook", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.copyToSectionGroup", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "pages", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{onenotePage-id1}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "content", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Put" - ] - } - ] - }, - { - "segment": "microsoft.graph.copyToSection", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.onenotePatchContent", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.preview()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "parentNotebook", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.copyNotebook", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "parentSectionGroup", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "parentNotebook", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.copyNotebook", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "parentSectionGroup", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "sectionGroups", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{sectionGroup-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "sections", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{onenoteSection-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.copyToNotebook", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.copyToSectionGroup", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - } - ] + "name": "Post", + "documentationUrl": null } ] } ] }, { - "segment": "resources", + "segment": "microsoft.graph.restoreFactoryDefaults", "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/printer-restorefactorydefaults?view=graph-rest-1.0" + } + ] + }, { "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/printer-restorefactorydefaults?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "share", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "shares", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/printer-list-shares?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "{onenoteResource-id}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{printerShare-id}", + "labels": [ { - "segment": "content", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Put" - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Put" - ] + "name": "Get", + "documentationUrl": null } ] } @@ -247100,544 +356542,116 @@ ] }, { - "segment": "sectionGroups", + "segment": "taskTriggers", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/printer-list-tasktriggers?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/printer-post-tasktriggers?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/printer-list-tasktriggers?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/printer-post-tasktriggers?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "{sectionGroup-id}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{printTaskTrigger-id}", + "labels": [ { - "segment": "parentNotebook", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.copyNotebook", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "parentSectionGroup", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "sectionGroups", + "segment": "definition", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{sectionGroup-id1}", - "labels": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] - } - ] - }, - { - "segment": "sections", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{onenoteSection-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.copyToNotebook", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.copyToSectionGroup", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "pages", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{onenotePage-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "content", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Put" - ] - } - ] - }, - { - "segment": "microsoft.graph.copyToSection", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.onenotePatchContent", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.preview()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "parentNotebook", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.copyNotebook", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "parentSection", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.copyToNotebook", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.copyToSectionGroup", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "parentNotebook", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.copyNotebook", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, { - "segment": "parentSectionGroup", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] + "name": "Get", + "documentationUrl": null } ] } @@ -247646,582 +356660,215 @@ ] } ] + } + ] + }, + { + "segment": "microsoft.graph.create", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/printer-create?view=graph-rest-1.0" + } + ] }, { - "segment": "sections", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/printer-create?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "printerShares", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{printerShare-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "allowedGroups", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/printershare-list-allowedgroups?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "{onenoteSection-id}", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.copyToNotebook", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "$ref", + "labels": [ { - "segment": "microsoft.graph.copyToSectionGroup", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/printershare-list-allowedgroups?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{group-id}", + "labels": [], + "children": [ { - "segment": "pages", + "segment": "$ref", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{onenotePage-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "content", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Put" - ] - } - ] - }, - { - "segment": "microsoft.graph.copyToSection", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.onenotePatchContent", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.preview()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "parentNotebook", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.copyNotebook", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, { - "segment": "parentSection", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.copyToNotebook", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.copyToSectionGroup", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] } ] - }, + } + ] + } + ] + }, + { + "segment": "allowedUsers", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "parentNotebook", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/printershare-list-allowedusers?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } - ], - "children": [ + ] + } + ] + }, + { + "segment": "$ref", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/printershare-list-allowedusers?view=graph-rest-1.0" }, { - "segment": "microsoft.graph.copyNotebook", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{user-id}", + "labels": [], + "children": [ { - "segment": "parentSectionGroup", + "segment": "$ref", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "parentNotebook", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.copyNotebook", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "parentSectionGroup", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "sectionGroups", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{sectionGroup-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "sections", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ { - "segment": "{onenoteSection-id1}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.copyToNotebook", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.copyToSectionGroup", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] } @@ -248230,41 +356877,233 @@ ] } ] + }, + { + "segment": "printer", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "reports", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "applicationSignInDetailedSummary", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/reportroot-list-applicationsignindetailedsummary?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{applicationSignInDetailedSummary-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] } ] }, { - "segment": "owners", + "segment": "authenticationMethods", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "$ref", + "segment": "microsoft.graph.usersRegisteredByFeature()", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.usersRegisteredByFeature(includedUserTypes='{includedUserTypes}',includedUserRoles='{includedUserRoles}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.usersRegisteredByMethod()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.usersRegisteredByMethod(includedUserTypes='{includedUserTypes}',includedUserRoles='{includedUserRoles}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "userRegistrationDetails", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/authenticationmethodsroot-list-userregistrationdetails?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{userRegistrationDetails-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] @@ -248272,41 +357111,55 @@ ] }, { - "segment": "permissionGrants", + "segment": "credentialUserRegistrationDetails", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/reportroot-list-credentialuserregistrationdetails?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{resourceSpecificPermissionGrant-id}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "{credentialUserRegistrationDetails-id}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -248314,41 +357167,55 @@ ] }, { - "segment": "photo", + "segment": "dailyPrintUsage", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "$value", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Put" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "{printUsage-id}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Put" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -248356,61 +357223,54 @@ ] }, { - "segment": "photos", + "segment": "dailyPrintUsageByPrinter", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/reportroot-list-dailyprintusagebyprinter?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{profilePhoto-id}", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{printUsageByPrinter-id}", + "labels": [ { - "segment": "$value", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Put" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Put" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } @@ -248419,386 +357279,54 @@ ] }, { - "segment": "planner", + "segment": "dailyPrintUsageByUser", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/reportroot-list-dailyprintusagebyuser?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "plans", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{printUsageByUser-id}", + "labels": [ { - "segment": "{plannerPlan-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ + "name": "beta", + "methods": [ { - "segment": "buckets", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{plannerBucket-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "tasks", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{plannerTask-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "assignedToTaskBoardFormat", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "bucketTaskBoardFormat", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "details", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "progressTaskBoardFormat", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - } - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "details", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "tasks", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{plannerTask-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "assignedToTaskBoardFormat", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "bucketTaskBoardFormat", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "details", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "progressTaskBoardFormat", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] } @@ -248807,37 +357335,55 @@ ] }, { - "segment": "rejectedSenders", + "segment": "dailyPrintUsageSummariesByPrinter", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "$ref", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "{printUsageByPrinter-id}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -248845,46 +357391,55 @@ ] }, { - "segment": "settings", + "segment": "dailyPrintUsageSummariesByUser", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{directorySetting-id}", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "{groupSetting-id}", + "segment": "{printUsageByUser-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -248892,2242 +357447,1903 @@ ] }, { - "segment": "sites", + "segment": "microsoft.graph.deviceConfigurationDeviceActivity()", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.deviceConfigurationUserActivity()", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "microsoft.graph.getAttackSimulationRepeatOffenders()", + "labels": [ { - "segment": "{site-id}", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getAttackSimulationSimulationUserCoverage()", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "team", + "segment": "microsoft.graph.getAttackSimulationTrainingUserCoverage()", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.getAzureADApplicationSignInSummary(period='{period}')", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "threads", + "segment": "microsoft.graph.getBrowserDistributionUserCounts(period='{period}')", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.getBrowserUserCounts(period='{period}')", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "microsoft.graph.getBrowserUserDetail(period='{period}')", + "labels": [ { - "segment": "{conversationThread-id}", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getCredentialUsageSummary(period='{period}')", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } - ], - "children": [ + ] + } + ] + }, + { + "segment": "microsoft.graph.getCredentialUserRegistrationCount()", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.reply", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/reportroot-getcredentialuserregistrationcount?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getEmailActivityCounts(period='{period}')", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "posts", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{post-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "attachments", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{attachment-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.createUploadSession", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "extensions", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{extension-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "inReplyTo", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.forward", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.reply", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "mentions", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{mention-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.forward", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.reply", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "multiValueExtendedProperties", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{multiValueLegacyExtendedProperty-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "singleValueExtendedProperties", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{singleValueLegacyExtendedProperty-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - } - ] + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getEmailActivityUserCounts(period='{period}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getEmailActivityUserDetail(date={date})", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getEmailActivityUserDetail(period='{period}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getEmailAppUsageAppsUserCounts(period='{period}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getEmailAppUsageUserCounts(period='{period}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getEmailAppUsageUserDetail(date={date})", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getEmailAppUsageUserDetail(period='{period}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getEmailAppUsageVersionsUserCounts(period='{period}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getGroupArchivedPrintJobs(groupId='{groupId}',startDateTime={startDateTime},endDateTime={endDateTime})", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "transitiveMemberOf", + "segment": "microsoft.graph.getM365AppPlatformUserCounts(period='{period}')", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.getM365AppUserCounts(period='{period}')", + "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "microsoft.graph.getM365AppUserDetail(date={date})", + "labels": [ { - "segment": "$ref", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getM365AppUserDetail(period='{period}')", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Post" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "transitiveMembers", + "segment": "microsoft.graph.getMailboxUsageDetail(period='{period}')", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.getMailboxUsageMailboxCounts(period='{period}')", + "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "microsoft.graph.getMailboxUsageQuotaStatusMailboxCounts(period='{period}')", + "labels": [ { - "segment": "$ref", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMailboxUsageStorage(period='{period}')", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Post" - ] + "name": "Get", + "documentationUrl": null } ] } ] - } - ] - }, - { - "segment": "microsoft.graph.delta()", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Get" + "segment": "microsoft.graph.getOffice365ActivationCounts()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get" + "segment": "microsoft.graph.getOffice365ActivationsUserCounts()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] - } - ] - }, - { - "segment": "microsoft.graph.evaluateDynamicMembership", - "labels": [ + }, { - "name": "beta", - "methods": [ - "Post" + "segment": "microsoft.graph.getOffice365ActivationsUserDetail()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] - } - ] - }, - { - "segment": "microsoft.graph.getAvailableExtensionProperties", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.getOffice365ActiveUserCounts(period='{period}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] - } - ] - }, - { - "segment": "microsoft.graph.getByIds", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.getOffice365ActiveUserDetail(date={date})", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "microsoft.graph.getOffice365ActiveUserDetail(period='{period}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] - } - ] - }, - { - "segment": "microsoft.graph.getUserOwnedObjects", - "labels": [ + }, { - "name": "beta", - "methods": [ - "Post" + "segment": "microsoft.graph.getOffice365GroupsActivityCounts(period='{period}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] - } - ] - }, - { - "segment": "microsoft.graph.validateProperties", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.getOffice365GroupsActivityDetail(date={date})", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "microsoft.graph.getOffice365GroupsActivityDetail(period='{period}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] - } - ] - } - ] - }, - { - "segment": "groupSettings", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{groupSetting-id}", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" + "segment": "microsoft.graph.getOffice365GroupsActivityFileCounts(period='{period}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] - } - ] - } - ] - }, - { - "segment": "groupSettingTemplates", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{groupSettingTemplate-id}", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" + "segment": "microsoft.graph.getOffice365GroupsActivityGroupCounts(period='{period}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] - } - ], - "children": [ + }, { - "segment": "microsoft.graph.checkMemberGroups", + "segment": "microsoft.graph.getOffice365GroupsActivityStorage(period='{period}')", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.checkMemberObjects", + "segment": "microsoft.graph.getOffice365ServicesUserCounts(period='{period}')", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.getMemberGroups", + "segment": "microsoft.graph.getOneDriveActivityFileCounts(period='{period}')", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.getMemberObjects", + "segment": "microsoft.graph.getOneDriveActivityUserCounts(period='{period}')", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.restore", + "segment": "microsoft.graph.getOneDriveActivityUserDetail(date={date})", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] - } - ] - }, - { - "segment": "microsoft.graph.getAvailableExtensionProperties", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.getOneDriveActivityUserDetail(period='{period}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] - } - ] - }, - { - "segment": "microsoft.graph.getByIds", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.getOneDriveUsageAccountCounts(period='{period}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] - } - ] - }, - { - "segment": "microsoft.graph.validateProperties", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.getOneDriveUsageAccountDetail(date={date})", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] - } - ] - } - ] - }, - { - "segment": "identity", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch" - ] - } - ], - "children": [ - { - "segment": "apiConnectors", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Get", - "Post" + "segment": "microsoft.graph.getOneDriveUsageAccountDetail(period='{period}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get", - "Post" + "segment": "microsoft.graph.getOneDriveUsageFileCounts(period='{period}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] - } - ], - "children": [ + }, { - "segment": "{identityApiConnector-id}", + "segment": "microsoft.graph.getOneDriveUsageStorage(period='{period}')", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.getPrinterArchivedPrintJobs(printerId='{printerId}',startDateTime={startDateTime},endDateTime={endDateTime})", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "microsoft.graph.getRelyingPartyDetailedSummary(period='{period}')", + "labels": [ { - "segment": "microsoft.graph.uploadClientCertificate", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getSharePointActivityFileCounts(period='{period}')", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] } ] - } - ] - }, - { - "segment": "b2cUserFlows", - "labels": [ + }, { - "name": "beta", - "methods": [ - "Get", - "Post" + "segment": "microsoft.graph.getSharePointActivityPages(period='{period}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] - } - ], - "children": [ + }, { - "segment": "{b2cIdentityUserFlow-id}", + "segment": "microsoft.graph.getSharePointActivityUserCounts(period='{period}')", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "microsoft.graph.getSharePointActivityUserDetail(date={date})", + "labels": [ { - "segment": "identityProviders", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } - ], - "children": [ + ] + } + ] + }, + { + "segment": "microsoft.graph.getSharePointActivityUserDetail(period='{period}')", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.getSharePointSiteUsageDetail(date={date})", + "labels": [ { - "segment": "languages", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Post" - ] + "name": "Get", + "documentationUrl": null } - ], - "children": [ + ] + } + ] + }, + { + "segment": "microsoft.graph.getSharePointSiteUsageDetail(period='{period}')", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "{userFlowLanguageConfiguration-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "defaultPages", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{userFlowLanguagePage-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "$value", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "overridesPages", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{userFlowLanguagePage-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "$value", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put" - ] - } - ] - } - ] - } - ] - } - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.getSharePointSiteUsageFileCounts(period='{period}')", + "labels": [ { - "segment": "userAttributeAssignments", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Post" - ] + "name": "Get", + "documentationUrl": null } - ], - "children": [ + ] + } + ] + }, + { + "segment": "microsoft.graph.getSharePointSiteUsagePages(period='{period}')", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "{identityUserFlowAttributeAssignment-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "userAttribute", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getSharePointSiteUsageSiteCounts(period='{period}')", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.getOrder()", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getSharePointSiteUsageStorage(period='{period}')", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.setOrder", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.getSkypeForBusinessActivityCounts(period='{period}')", + "labels": [ { - "segment": "userFlowIdentityProviders", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } - ], - "children": [ + ] + } + ] + }, + { + "segment": "microsoft.graph.getSkypeForBusinessActivityUserCounts(period='{period}')", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getSkypeForBusinessActivityUserDetail(date={date})", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.availableProviderTypes()", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Get", + "documentationUrl": null } ] } ] - } - ] - }, - { - "segment": "b2xUserFlows", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Get", - "Post" + "segment": "microsoft.graph.getSkypeForBusinessActivityUserDetail(period='{period}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get", - "Post" + "segment": "microsoft.graph.getSkypeForBusinessDeviceUsageDistributionUserCounts(period='{period}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] - } - ], - "children": [ + }, { - "segment": "{b2xIdentityUserFlow-id}", + "segment": "microsoft.graph.getSkypeForBusinessDeviceUsageUserCounts(period='{period}')", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.getSkypeForBusinessDeviceUsageUserDetail(date={date})", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "microsoft.graph.getSkypeForBusinessDeviceUsageUserDetail(period='{period}')", + "labels": [ { - "segment": "identityProviders", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getSkypeForBusinessOrganizerActivityCounts(period='{period}')", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } - ], - "children": [ + ] + } + ] + }, + { + "segment": "microsoft.graph.getSkypeForBusinessOrganizerActivityMinuteCounts(period='{period}')", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.getSkypeForBusinessOrganizerActivityUserCounts(period='{period}')", + "labels": [ { - "segment": "languages", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getSkypeForBusinessParticipantActivityCounts(period='{period}')", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Post" - ] + "name": "Get", + "documentationUrl": null } - ], - "children": [ + ] + } + ] + }, + { + "segment": "microsoft.graph.getSkypeForBusinessParticipantActivityMinuteCounts(period='{period}')", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "{userFlowLanguageConfiguration-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "defaultPages", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{userFlowLanguagePage-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "$value", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Put" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "overridesPages", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{userFlowLanguagePage-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "$value", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Put" - ] - } - ] - } - ] - } - ] - } - ] + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getSkypeForBusinessParticipantActivityUserCounts(period='{period}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getSkypeForBusinessPeerToPeerActivityCounts(period='{period}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getSkypeForBusinessPeerToPeerActivityMinuteCounts(period='{period}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getSkypeForBusinessPeerToPeerActivityUserCounts(period='{period}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.getTeamsDeviceUsageDistributionTotalUserCounts(period='{period}')", + "labels": [ { - "segment": "userAttributeAssignments", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getTeamsDeviceUsageDistributionUserCounts(period='{period}')", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Post" - ] + "name": "Get", + "documentationUrl": null } - ], - "children": [ + ] + } + ] + }, + { + "segment": "microsoft.graph.getTeamsDeviceUsageTotalUserCounts(period='{period}')", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "{identityUserFlowAttributeAssignment-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "userAttribute", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getTeamsDeviceUsageUserCounts(period='{period}')", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.getOrder()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getTeamsDeviceUsageUserDetail(date={date})", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.setOrder", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.getTeamsDeviceUsageUserDetail(period='{period}')", + "labels": [ { - "segment": "userFlowIdentityProviders", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getTeamsTeamActivityCounts(period='{period}')", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } - ], - "children": [ + ] + } + ] + }, + { + "segment": "microsoft.graph.getTeamsTeamActivityDetail(date={date})", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getTeamsTeamActivityDetail(period='{period}')", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.availableProviderTypes()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Get", + "documentationUrl": null } ] } ] - } - ] - }, - { - "segment": "conditionalAccess", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" + "segment": "microsoft.graph.getTeamsTeamActivityDistributionCounts(period='{period}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" + "segment": "microsoft.graph.getTeamsUserActivityCounts(period='{period}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] - } - ], - "children": [ + }, { - "segment": "authenticationContextClassReferences", + "segment": "microsoft.graph.getTeamsUserActivityDistributionTotalUserCounts(period='{period}')", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "microsoft.graph.getTeamsUserActivityDistributionUserCounts(period='{period}')", + "labels": [ { - "segment": "{authenticationContextClassReference-id}", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "namedLocations", + "segment": "microsoft.graph.getTeamsUserActivityTotalCounts(period='{period}')", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.getTeamsUserActivityTotalDistributionCounts(period='{period}')", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "microsoft.graph.getTeamsUserActivityTotalUserCounts(period='{period}')", + "labels": [ { - "segment": "{namedLocation-id}", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getTeamsUserActivityUserCounts(period='{period}')", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "policies", + "segment": "microsoft.graph.getTeamsUserActivityUserDetail(date={date})", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.getTeamsUserActivityUserDetail(period='{period}')", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "microsoft.graph.getUserArchivedPrintJobs(userId='{userId}',startDateTime={startDateTime},endDateTime={endDateTime})", + "labels": [ { - "segment": "{conditionalAccessPolicy-id}", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getYammerActivityCounts(period='{period}')", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] } ] - } - ] - }, - { - "segment": "continuousAccessEvaluationPolicy", - "labels": [ + }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" + "segment": "microsoft.graph.getYammerActivityUserCounts(period='{period}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] - } - ] - }, - { - "segment": "identityProviders", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Get", - "Post" + "segment": "microsoft.graph.getYammerActivityUserDetail(date={date})", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get", - "Post" + "segment": "microsoft.graph.getYammerActivityUserDetail(period='{period}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] - } - ], - "children": [ + }, { - "segment": "{identityProviderBase-id}", + "segment": "microsoft.graph.getYammerDeviceUsageDistributionUserCounts(period='{period}')", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.getYammerDeviceUsageUserCounts(period='{period}')", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.availableProviderTypes()", + "segment": "microsoft.graph.getYammerDeviceUsageUserDetail(date={date})", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.getYammerDeviceUsageUserDetail(period='{period}')", + "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] - } - ] - }, - { - "segment": "userFlowAttributes", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Get", - "Post" + "segment": "microsoft.graph.getYammerGroupsActivityCounts(period='{period}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get", - "Post" + "segment": "microsoft.graph.getYammerGroupsActivityDetail(date={date})", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] - } - ], - "children": [ + }, { - "segment": "{identityUserFlowAttribute-id}", + "segment": "microsoft.graph.getYammerGroupsActivityDetail(period='{period}')", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.getYammerGroupsActivityGroupCounts(period='{period}')", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] - } - ] - }, - { - "segment": "userFlows", - "labels": [ + }, { - "name": "beta", - "methods": [ - "Get", - "Post" + "segment": "microsoft.graph.managedDeviceEnrollmentAbandonmentDetails(skip={skip},top={top},filter='{filter}',skipToken='{skipToken}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] - } - ], - "children": [ + }, { - "segment": "{identityUserFlow-id}", + "segment": "microsoft.graph.managedDeviceEnrollmentAbandonmentSummary(skip={skip},top={top},filter='{filter}',skipToken='{skipToken}')", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] - } - ] - } - ] - }, - { - "segment": "identityGovernance", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch" - ] - } - ], - "children": [ - { - "segment": "accessReviews", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" + "segment": "microsoft.graph.managedDeviceEnrollmentFailureDetails()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" + "segment": "microsoft.graph.managedDeviceEnrollmentFailureDetails(skip={skip},top={top},filter='{filter}',skipToken='{skipToken}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] - } - ], - "children": [ + }, { - "segment": "definitions", + "segment": "microsoft.graph.managedDeviceEnrollmentFailureTrends()", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.managedDeviceEnrollmentTopFailures()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.managedDeviceEnrollmentTopFailures(period='{period}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "monthlyPrintUsageByPrinter", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/reportroot-list-monthlyprintusagebyprinter?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{accessReviewScheduleDefinition-id}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{printUsageByPrinter-id}", + "labels": [ + { + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] + } + ] + } + ] + }, + { + "segment": "monthlyPrintUsageByUser", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/reportroot-list-monthlyprintusagebyuser?view=graph-rest-1.0" }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{printUsageByUser-id}", + "labels": [ { - "segment": "instances", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessReviewInstance-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "contactedReviewers", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessReviewReviewer-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "decisions", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessReviewInstanceDecisionItem-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.filterByCurrentUser(on={on})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "definition", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.stop", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.acceptRecommendations", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyDecisions", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.batchRecordDecisions", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.resetDecisions", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.sendReminder", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.stop", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.filterByCurrentUser(on={on})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] + } + ] + } + ] + }, + { + "segment": "monthlyPrintUsageSummariesByPrinter", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.stop", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "microsoft.graph.filterByCurrentUser(on={on})", + "segment": "{printUsageByPrinter-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] + } + ] + } + ] + }, + { + "segment": "monthlyPrintUsageSummariesByUser", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{printUsageByUser-id}", + "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -251135,38 +359351,64 @@ ] }, { - "segment": "historyDefinitions", + "segment": "security", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{accessReviewHistoryDefinition-id}", + "segment": "microsoft.graph.getAttackSimulationRepeatOffenders()", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "microsoft.graph.getAttackSimulationSimulationUserCoverage()", + "labels": [ { - "segment": "microsoft.graph.generateDownloadUri", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getAttackSimulationTrainingUserCoverage()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null } ] } @@ -251175,14 +359417,57 @@ ] }, { - "segment": "policy", + "segment": "userCredentialUsageDetails", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/reportroot-list-usercredentialusagedetails?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{userCredentialUsageDetails-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] @@ -251190,336 +359475,390 @@ ] }, { - "segment": "appConsent", + "segment": "services", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/print-list-services?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/print-list-services?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "appConsentRequests", + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{printService-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{appConsentRequest-id}", + "segment": "endpoints", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/printservice-list-endpoints?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/printservice-list-endpoints?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "userConsentRequests", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{printServiceEndpoint-id}", + "labels": [ { - "segment": "{userConsentRequest-id}", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ + "name": "Patch", + "documentationUrl": null + }, { - "segment": "approval", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "stages", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{approvalStage-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "steps", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{approvalStep-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.filterByCurrentUser(on={on})", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } ] } ] - }, - { - "segment": "microsoft.graph.filterByCurrentUser(on={on})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] } ] } ] }, { - "segment": "entitlementManagement", + "segment": "shares", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/print-list-shares?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/print-post-shares?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/print-list-shares?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/print-post-shares?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "accessPackageAssignmentApprovals", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{printerShare-id}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{approval-id}", + "segment": "allowedGroups", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/printershare-list-allowedgroups?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/printershare-list-allowedgroups?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "stages", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] - } - ], - "children": [ + }, { - "segment": "{approvalStage-id}", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "steps", + "segment": "$ref", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/printershare-list-allowedgroups?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/printershare-list-allowedgroups?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } - ], + ] + }, + { + "segment": "{group-id}", + "labels": [], "children": [ { - "segment": "{approvalStep-id}", + "segment": "$ref", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -251529,1024 +359868,104 @@ ] }, { - "segment": "microsoft.graph.filterByCurrentUser(on={on})", + "segment": "allowedUsers", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/printershare-list-allowedusers?view=graph-rest-1.0" + } ] - } - ] - } - ] - }, - { - "segment": "accessPackageAssignmentPolicies", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackageAssignmentPolicy-id}", - "labels": [ + }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/printershare-list-allowedusers?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "accessPackage", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.getApplicablePolicyRequirements", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "accessPackageCatalog", + "segment": "$ref", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResourceRoles", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackageResourceRole-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResource", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResourceEnvironment", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "accessPackageResourceRoles", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackageResourceRole-id1}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "accessPackageResourceScopes", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackageResourceScope-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResource", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "accessPackageResources", - "labels": [ { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/printershare-list-allowedusers?view=graph-rest-1.0" + }, { - "segment": "{accessPackageResource-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResourceEnvironment", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "accessPackageResourceRoles", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackageResourceRole-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResource", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "accessPackageResourceScopes", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackageResourceScope-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResource", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - } - ] + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "accessPackageResourceScopes", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/printershare-list-allowedusers?view=graph-rest-1.0" + }, { - "segment": "{accessPackageResourceScope-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResource", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResourceEnvironment", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "accessPackageResourceRoles", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackageResourceRole-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResource", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "accessPackageResourceScopes", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackageResourceScope-id1}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - } - ] + "name": "Post", + "documentationUrl": null } ] - }, - { - "segment": "accessPackages", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackage-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageAssignmentPolicies", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackageAssignmentPolicy-id1}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "accessPackageCatalog", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "accessPackageResourceRoleScopes", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackageResourceRoleScope-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResourceRole", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResource", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResourceEnvironment", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "accessPackageResourceRoles", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackageResourceRole-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "accessPackageResourceScopes", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackageResourceScope-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResource", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "accessPackageResourceScope", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResource", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResourceEnvironment", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "accessPackageResourceRoles", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackageResourceRole-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResource", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "accessPackageResourceScopes", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackageResourceScope-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "accessPackagesIncompatibleWith", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.filterByCurrentUser(on={on})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.Search()", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "incompatibleAccessPackages", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.filterByCurrentUser(on={on})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.Search()", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "incompatibleGroups", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.getApplicablePolicyRequirements", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, + } + ] + }, + { + "segment": "{user-id}", + "labels": [], + "children": [ + { + "segment": "$ref", + "labels": [ { - "segment": "microsoft.graph.filterByCurrentUser(on={on})", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.Search()", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Delete", + "documentationUrl": null } ] } @@ -252555,1050 +359974,834 @@ ] } ] + }, + { + "segment": "printer", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "taskDefinitions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/print-list-taskdefinitions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/print-post-taskdefinitions?view=graph-rest-1.0" } ] }, { - "segment": "accessPackageAssignmentRequests", + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/print-list-taskdefinitions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/print-post-taskdefinitions?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{printTaskDefinition-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{accessPackageAssignmentRequest-id}", + "segment": "tasks", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/printtaskdefinition-list-tasks?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/printtaskdefinition-list-tasks?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "accessPackage", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.getApplicablePolicyRequirements", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "accessPackageAssignment", + "segment": "{printTask-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "accessPackage", + "segment": "definition", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageAssignmentPolicies", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ { - "segment": "{accessPackageAssignmentPolicy-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackage", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.getApplicablePolicyRequirements", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "accessPackageCatalog", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResourceRoles", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackageResourceRole-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResource", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResourceEnvironment", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "accessPackageResourceRoles", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackageResourceRole-id1}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "accessPackageResourceScopes", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackageResourceScope-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResource", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "accessPackageResources", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackageResource-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResourceEnvironment", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "accessPackageResourceRoles", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackageResourceRole-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResource", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "accessPackageResourceScopes", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackageResourceScope-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResource", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "accessPackageResourceScopes", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackageResourceScope-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResource", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResourceEnvironment", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "accessPackageResourceRoles", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackageResourceRole-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResource", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "accessPackageResourceScopes", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackageResourceScope-id1}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "accessPackages", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackage-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.getApplicablePolicyRequirements", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.filterByCurrentUser(on={on})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.Search()", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - } - ] - } - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "accessPackageCatalog", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } - ], - "children": [ + ] + } + ] + }, + { + "segment": "trigger", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "accessPackageResourceRoleScopes", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Post" - ] + "name": "Get", + "documentationUrl": null } - ], - "children": [ - { - "segment": "{accessPackageResourceRoleScope-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResourceRole", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResource", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResourceEnvironment", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "accessPackageResourceRoles", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackageResourceRole-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "accessPackageResourceScopes", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackageResourceScope-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResource", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "accessPackageResourceScope", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResource", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResourceEnvironment", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "accessPackageResourceRoles", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackageResourceRole-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResource", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "accessPackageResourceScopes", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackageResourceScope-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - } - ] - } - ] + ] + } + ] + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "privacy", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "subjectRightsRequests", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/subjectrightsrequest-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/subjectrightsrequest-post?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/subjectrightsrequest-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/subjectrightsrequest-post?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{subjectRightsRequest-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.getFinalAttachment()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getFinalReport()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "notes", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/subjectrightsrequest-list-notes?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/subjectrightsrequest-post-notes?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/subjectrightsrequest-list-notes?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/subjectrightsrequest-post-notes?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{authoredNote-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "team", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "privilegedAccess", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{privilegedAccess-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "resources", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/governanceresource-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{governanceResource-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "parent", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "roleAssignmentRequests", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{governanceRoleAssignmentRequest-id}", + "labels": [ { - "segment": "accessPackagesIncompatibleWith", + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.cancel", "labels": [ { "name": "beta", "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ { - "name": "beta", - "methods": [ - "Get", - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.updateRequest", + "labels": [ { - "segment": "microsoft.graph.filterByCurrentUser(on={on})", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "resource", + "labels": [ { - "segment": "microsoft.graph.Search()", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "incompatibleAccessPackages", + "segment": "roleDefinition", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.filterByCurrentUser(on={on})", + "segment": "resource", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.Search()", + "segment": "roleSetting", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] @@ -253606,1031 +360809,404 @@ ] }, { - "segment": "incompatibleGroups", + "segment": "subject", "labels": [ { "name": "beta", "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ { - "name": "beta", - "methods": [ - "Get", - "Post" - ] + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } ] + } + ] + } + ] + }, + { + "segment": "roleAssignments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.getApplicablePolicyRequirements", - "labels": [ + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "accessPackageAssignmentPolicy", + "segment": "{governanceRoleAssignment-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "accessPackage", + "segment": "linkedEligibleRoleAssignment", "labels": [ { "name": "beta", "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "resource", + "labels": [ { - "segment": "microsoft.graph.getApplicablePolicyRequirements", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "accessPackageCatalog", + "segment": "roleDefinition", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResourceRoles", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ { - "segment": "{accessPackageResourceRole-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResource", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResourceEnvironment", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "accessPackageResourceRoles", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackageResourceRole-id1}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "accessPackageResourceScopes", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackageResourceScope-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResource", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "accessPackageResources", - "labels": [ + "name": "Get", + "documentationUrl": null + }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + "name": "Patch", + "documentationUrl": null + }, { - "segment": "{accessPackageResource-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResourceEnvironment", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "accessPackageResourceRoles", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackageResourceRole-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResource", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "accessPackageResourceScopes", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackageResourceScope-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResource", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "accessPackageResourceScopes", + "segment": "resource", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackageResourceScope-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ { - "segment": "accessPackageResource", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResourceEnvironment", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "accessPackageResourceRoles", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackageResourceRole-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResource", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "accessPackageResourceScopes", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackageResourceScope-id1}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "accessPackages", + "segment": "roleSetting", "labels": [ { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackage-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageAssignmentPolicies", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackageAssignmentPolicy-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "accessPackageCatalog", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "accessPackageResourceRoleScopes", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackageResourceRoleScope-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResourceRole", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResource", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResourceEnvironment", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "accessPackageResourceRoles", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackageResourceRole-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "accessPackageResourceScopes", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackageResourceScope-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResource", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "accessPackageResourceScope", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResource", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResourceEnvironment", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "accessPackageResourceRoles", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackageResourceRole-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResource", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "accessPackageResourceScopes", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackageResourceScope-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "accessPackagesIncompatibleWith", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.filterByCurrentUser(on={on})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.Search()", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "incompatibleAccessPackages", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.filterByCurrentUser(on={on})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.Search()", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "incompatibleGroups", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ] - } - ] - }, + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.getApplicablePolicyRequirements", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null } ] + } + ] + } + ] + }, + { + "segment": "subject", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.filterByCurrentUser(on={on})", - "labels": [ + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.export()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "roleDefinitions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{governanceRoleDefinition-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "resource", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "roleSetting", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "roleSettings", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{governanceRoleSetting-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "resource", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "roleDefinition", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "resource", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "roleSetting", + "labels": [ { - "segment": "microsoft.graph.Search()", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } ] } @@ -254639,496 +361215,5982 @@ ] } ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.register", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "roleAssignmentRequests", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/governanceroleassignmentrequest-post?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{governanceRoleAssignmentRequest-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.updateRequest", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "resource", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "roleDefinition", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "resource", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "roleSetting", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "subject", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "roleAssignments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{governanceRoleAssignment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "linkedEligibleRoleAssignment", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "resource", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "roleDefinition", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "resource", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "roleSetting", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "subject", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.export()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "roleDefinitions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{governanceRoleDefinition-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "resource", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "roleSetting", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "roleSettings", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{governanceRoleSetting-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "resource", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "roleDefinition", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "resource", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "roleSetting", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "privilegedApproval", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/privilegedapproval-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/privilegedapproval-post-privilegedapproval?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{privilegedApproval-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/privilegedapproval-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/privilegedapproval-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "request", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "roleInfo", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "assignments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/privilegedrole-list-assignments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{privilegedRoleAssignment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.selfActivate", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/privilegedrole-selfactivate?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.selfDeactivate", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/privilegedrole-selfdeactivate?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "settings", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/privilegedrolesettings-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/privilegedrolesettings-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "summary", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/privilegedrolesummary-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.myRequests()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "privilegedOperationEvents", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/privilegedoperationevent-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{privilegedOperationEvent-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "privilegedRoleAssignmentRequests", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/privilegedroleassignmentrequest-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/privilegedroleassignmentrequest-post?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{privilegedRoleAssignmentRequest-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/privilegedroleassignmentrequest-cancel?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "roleInfo", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "assignments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/privilegedrole-list-assignments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{privilegedRoleAssignment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.selfActivate", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/privilegedrole-selfactivate?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.selfDeactivate", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/privilegedrole-selfdeactivate?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "settings", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/privilegedrolesettings-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/privilegedrolesettings-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "summary", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/privilegedrolesummary-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.my()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "privilegedRoleAssignments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/privilegedroleassignment-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/privilegedroleassignment-post-privilegedroleassignments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{privilegedRoleAssignment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/privilegedroleassignment-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": "https://docs.microsoft.com/graph/api/privilegedroleassignment-delete?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.makeEligible", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/privilegedroleassignment-makeeligible?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.makePermanent", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/privilegedroleassignment-makepermanent?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "roleInfo", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "assignments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/privilegedrole-list-assignments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{privilegedRoleAssignment-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.selfActivate", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/privilegedrole-selfactivate?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.selfDeactivate", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/privilegedrole-selfdeactivate?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "settings", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/privilegedrolesettings-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/privilegedrolesettings-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "summary", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/privilegedrolesummary-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.my()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "privilegedRoles", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/privilegedrole-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{privilegedRole-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/privilegedrole-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "assignments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/privilegedrole-list-assignments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{privilegedRoleAssignment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.selfActivate", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/privilegedrole-selfactivate?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.selfDeactivate", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/privilegedrole-selfdeactivate?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "settings", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/privilegedrolesettings-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/privilegedrolesettings-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "summary", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/privilegedrolesummary-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "privilegedSignupStatus", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{privilegedSignupStatus-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.canSignUp()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.completeSetup", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.isSignedUp()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.signUp", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "programControls", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/programcontrol-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/programcontrol-create?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{programControl-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": "https://docs.microsoft.com/graph/api/programcontrol-delete?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "program", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "controls", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/program-listcontrols?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{programControl-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "programControlTypes", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/programcontroltype-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{programControlType-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "programs", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/program-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/program-create?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{program-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/program-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": "https://docs.microsoft.com/graph/api/program-delete?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "controls", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/program-listcontrols?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{programControl-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "program", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "reports", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "applicationSignInDetailedSummary", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/reportroot-list-applicationsignindetailedsummary?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{applicationSignInDetailedSummary-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "authenticationMethods", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.usersRegisteredByFeature()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.usersRegisteredByFeature(includedUserTypes='{includedUserTypes}',includedUserRoles='{includedUserRoles}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.usersRegisteredByMethod()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.usersRegisteredByMethod(includedUserTypes='{includedUserTypes}',includedUserRoles='{includedUserRoles}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "userRegistrationDetails", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/authenticationmethodsroot-list-userregistrationdetails?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{userRegistrationDetails-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "credentialUserRegistrationDetails", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/reportroot-list-credentialuserregistrationdetails?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{credentialUserRegistrationDetails-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "dailyPrintUsage", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{printUsage-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "dailyPrintUsageByPrinter", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/reportroot-list-dailyprintusagebyprinter?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/reportroot-list-dailyprintusagebyprinter?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{printUsageByPrinter-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "dailyPrintUsageByUser", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/reportroot-list-dailyprintusagebyuser?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/reportroot-list-dailyprintusagebyuser?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{printUsageByUser-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "dailyPrintUsageSummariesByPrinter", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{printUsageByPrinter-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "dailyPrintUsageSummariesByUser", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{printUsageByUser-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.deviceConfigurationDeviceActivity()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.deviceConfigurationUserActivity()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getAttackSimulationRepeatOffenders()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getAttackSimulationSimulationUserCoverage()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getAttackSimulationTrainingUserCoverage()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getAzureADApplicationSignInSummary(period='{period}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getBrowserDistributionUserCounts(period='{period}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getBrowserUserCounts(period='{period}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getBrowserUserDetail(period='{period}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getCredentialUsageSummary(period='{period}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getCredentialUserRegistrationCount()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/reportroot-getcredentialuserregistrationcount?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getEmailActivityCounts(period='{period}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getEmailActivityUserCounts(period='{period}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getEmailActivityUserDetail(date={date})", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getEmailActivityUserDetail(period='{period}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getEmailAppUsageAppsUserCounts(period='{period}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getEmailAppUsageUserCounts(period='{period}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getEmailAppUsageUserDetail(date={date})", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getEmailAppUsageUserDetail(period='{period}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getEmailAppUsageVersionsUserCounts(period='{period}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getGroupArchivedPrintJobs(groupId='{groupId}',startDateTime={startDateTime},endDateTime={endDateTime})", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getM365AppPlatformUserCounts(period='{period}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getM365AppUserCounts(period='{period}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getM365AppUserDetail(date={date})", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getM365AppUserDetail(period='{period}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMailboxUsageDetail(period='{period}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMailboxUsageMailboxCounts(period='{period}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMailboxUsageQuotaStatusMailboxCounts(period='{period}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMailboxUsageStorage(period='{period}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getOffice365ActivationCounts()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getOffice365ActivationsUserCounts()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getOffice365ActivationsUserDetail()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getOffice365ActiveUserCounts(period='{period}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getOffice365ActiveUserDetail(date={date})", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getOffice365ActiveUserDetail(period='{period}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getOffice365GroupsActivityCounts(period='{period}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getOffice365GroupsActivityDetail(date={date})", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getOffice365GroupsActivityDetail(period='{period}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getOffice365GroupsActivityFileCounts(period='{period}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getOffice365GroupsActivityGroupCounts(period='{period}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getOffice365GroupsActivityStorage(period='{period}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getOffice365ServicesUserCounts(period='{period}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getOneDriveActivityFileCounts(period='{period}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getOneDriveActivityUserCounts(period='{period}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getOneDriveActivityUserDetail(date={date})", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getOneDriveActivityUserDetail(period='{period}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getOneDriveUsageAccountCounts(period='{period}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getOneDriveUsageAccountDetail(date={date})", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getOneDriveUsageAccountDetail(period='{period}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getOneDriveUsageFileCounts(period='{period}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getOneDriveUsageStorage(period='{period}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getPrinterArchivedPrintJobs(printerId='{printerId}',startDateTime={startDateTime},endDateTime={endDateTime})", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getRelyingPartyDetailedSummary(period='{period}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getSharePointActivityFileCounts(period='{period}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getSharePointActivityPages(period='{period}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getSharePointActivityUserCounts(period='{period}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getSharePointActivityUserDetail(date={date})", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getSharePointActivityUserDetail(period='{period}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getSharePointSiteUsageDetail(date={date})", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getSharePointSiteUsageDetail(period='{period}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getSharePointSiteUsageFileCounts(period='{period}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getSharePointSiteUsagePages(period='{period}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getSharePointSiteUsageSiteCounts(period='{period}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getSharePointSiteUsageStorage(period='{period}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getSkypeForBusinessActivityCounts(period='{period}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getSkypeForBusinessActivityUserCounts(period='{period}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getSkypeForBusinessActivityUserDetail(date={date})", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getSkypeForBusinessActivityUserDetail(period='{period}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getSkypeForBusinessDeviceUsageDistributionUserCounts(period='{period}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getSkypeForBusinessDeviceUsageUserCounts(period='{period}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getSkypeForBusinessDeviceUsageUserDetail(date={date})", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getSkypeForBusinessDeviceUsageUserDetail(period='{period}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getSkypeForBusinessOrganizerActivityCounts(period='{period}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getSkypeForBusinessOrganizerActivityMinuteCounts(period='{period}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getSkypeForBusinessOrganizerActivityUserCounts(period='{period}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getSkypeForBusinessParticipantActivityCounts(period='{period}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getSkypeForBusinessParticipantActivityMinuteCounts(period='{period}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getSkypeForBusinessParticipantActivityUserCounts(period='{period}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getSkypeForBusinessPeerToPeerActivityCounts(period='{period}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getSkypeForBusinessPeerToPeerActivityMinuteCounts(period='{period}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getSkypeForBusinessPeerToPeerActivityUserCounts(period='{period}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getTeamsDeviceUsageDistributionTotalUserCounts(period='{period}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getTeamsDeviceUsageDistributionUserCounts(period='{period}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getTeamsDeviceUsageTotalUserCounts(period='{period}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getTeamsDeviceUsageUserCounts(period='{period}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getTeamsDeviceUsageUserDetail(date={date})", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getTeamsDeviceUsageUserDetail(period='{period}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getTeamsTeamActivityCounts(period='{period}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getTeamsTeamActivityDetail(date={date})", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getTeamsTeamActivityDetail(period='{period}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getTeamsTeamActivityDistributionCounts(period='{period}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getTeamsUserActivityCounts(period='{period}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getTeamsUserActivityDistributionTotalUserCounts(period='{period}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getTeamsUserActivityDistributionUserCounts(period='{period}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getTeamsUserActivityTotalCounts(period='{period}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getTeamsUserActivityTotalDistributionCounts(period='{period}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getTeamsUserActivityTotalUserCounts(period='{period}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getTeamsUserActivityUserCounts(period='{period}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getTeamsUserActivityUserDetail(date={date})", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getTeamsUserActivityUserDetail(period='{period}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getUserArchivedPrintJobs(userId='{userId}',startDateTime={startDateTime},endDateTime={endDateTime})", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getYammerActivityCounts(period='{period}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getYammerActivityUserCounts(period='{period}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getYammerActivityUserDetail(date={date})", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getYammerActivityUserDetail(period='{period}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getYammerDeviceUsageDistributionUserCounts(period='{period}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getYammerDeviceUsageUserCounts(period='{period}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getYammerDeviceUsageUserDetail(date={date})", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getYammerDeviceUsageUserDetail(period='{period}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getYammerGroupsActivityCounts(period='{period}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getYammerGroupsActivityDetail(date={date})", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getYammerGroupsActivityDetail(period='{period}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getYammerGroupsActivityGroupCounts(period='{period}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.managedDeviceEnrollmentAbandonmentDetails(skip={skip},top={top},filter='{filter}',skipToken='{skipToken}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.managedDeviceEnrollmentAbandonmentSummary(skip={skip},top={top},filter='{filter}',skipToken='{skipToken}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.managedDeviceEnrollmentFailureDetails()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.managedDeviceEnrollmentFailureDetails(skip={skip},top={top},filter='{filter}',skipToken='{skipToken}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.managedDeviceEnrollmentFailureTrends()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.managedDeviceEnrollmentTopFailures()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.managedDeviceEnrollmentTopFailures(period='{period}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "monthlyPrintUsageByPrinter", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/reportroot-list-monthlyprintusagebyprinter?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/reportroot-list-monthlyprintusagebyprinter?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{printUsageByPrinter-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "monthlyPrintUsageByUser", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/reportroot-list-monthlyprintusagebyuser?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/reportroot-list-monthlyprintusagebyuser?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{printUsageByUser-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "monthlyPrintUsageSummariesByPrinter", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{printUsageByPrinter-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "monthlyPrintUsageSummariesByUser", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{printUsageByUser-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "security", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.getAttackSimulationRepeatOffenders()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getAttackSimulationSimulationUserCoverage()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getAttackSimulationTrainingUserCoverage()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "userCredentialUsageDetails", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/reportroot-list-usercredentialusagedetails?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{userCredentialUsageDetails-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "riskDetections", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/riskdetection-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "{riskDetection-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "riskyUsers", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/riskyusers-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{riskyUser-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/riskyusers-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "history", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/riskyuser-list-history?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{riskyUserHistoryItem-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "accessPackageAssignmentRequests", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackageAssignmentRequest-id1}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.cancel", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.reprocess", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.filterByCurrentUser(on={on})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "accessPackageAssignmentResourceRoles", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackageAssignmentResourceRole-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageAssignments", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackageAssignment-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.reprocess", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.filterByCurrentUser(on={on})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "accessPackageResourceRole", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResource", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResourceEnvironment", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "accessPackageResourceRoles", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackageResourceRole-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "accessPackageResourceScopes", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackageResourceScope-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResource", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "accessPackageResourceScope", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResource", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResourceEnvironment", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "accessPackageResourceRoles", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackageResourceRole-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResource", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "accessPackageResourceScopes", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackageResourceScope-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "accessPackageSubject", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "connectedOrganization", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] - } - ] - } - ] + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.confirmCompromised", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/riskyusers-confirmcompromised?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.dismiss", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/riskyusers-dismiss?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "roleManagement", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "cloudPC", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "resourceNamespaces", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{unifiedRbacResourceNamespace-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.importResourceActions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "resourceActions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/unifiedrbacresourcenamespace-list-resourceactions?view=graph-rest-1.0" }, { - "segment": "microsoft.graph.My()", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.reprocess", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "target", + "segment": "{unifiedRbacResourceAction-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "connectedOrganization", + "segment": "resourceScope", "labels": [ { "name": "beta", "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } @@ -255137,79 +367199,221 @@ ] } ] + } + ] + } + ] + }, + { + "segment": "roleAssignments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/unifiedroleassignmentmultiple-get?view=graph-rest-1.0" }, { - "segment": "microsoft.graph.cancel", + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/rbacapplicationmultiple-post-roleassignments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{unifiedRoleAssignmentMultiple-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "appScopes", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{appScope-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "microsoft.graph.reprocess", + "segment": "directoryScopes", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{directoryObject-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "requestor", + "segment": "principals", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "connectedOrganization", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{directoryObject-id}", + "labels": [ { - "segment": "$ref", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] } ] } ] - } - ] - }, - { - "segment": "microsoft.graph.filterByCurrentUser(on={on})", - "labels": [ + }, { - "name": "beta", - "methods": [ - "Get" + "segment": "roleDefinition", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] } ] @@ -255217,2574 +367421,2852 @@ ] }, { - "segment": "accessPackageAssignmentResourceRoles", + "segment": "roleDefinitions", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/rbacapplication-list-roledefinitions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/rbacapplication-post-roledefinitions?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "{accessPackageAssignmentResourceRole-id}", + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{unifiedRoleDefinition-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "accessPackageAssignments", + "segment": "inheritsPermissionsFrom", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{accessPackageAssignment-id}", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackage", - "labels": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } - ], - "children": [ - { - "segment": "accessPackageAssignmentPolicies", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackageAssignmentPolicy-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackage", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.getApplicablePolicyRequirements", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "accessPackageCatalog", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResourceRoles", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackageResourceRole-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResource", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResourceEnvironment", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "accessPackageResourceRoles", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackageResourceRole-id1}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "accessPackageResourceScopes", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackageResourceScope-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResource", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "accessPackageResources", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackageResource-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResourceEnvironment", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "accessPackageResourceRoles", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackageResourceRole-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResource", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "accessPackageResourceScopes", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackageResourceScope-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResource", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "accessPackageResourceScopes", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackageResourceScope-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResource", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResourceEnvironment", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "accessPackageResourceRoles", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackageResourceRole-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResource", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "accessPackageResourceScopes", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackageResourceScope-id1}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "accessPackages", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackage-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.getApplicablePolicyRequirements", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.filterByCurrentUser(on={on})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.Search()", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "accessPackageCatalog", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "accessPackageResourceRoleScopes", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackageResourceRoleScope-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResourceRole", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResource", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResourceEnvironment", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "accessPackageResourceRoles", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackageResourceRole-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "accessPackageResourceScopes", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackageResourceScope-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResource", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "accessPackageResourceScope", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResource", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResourceEnvironment", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "accessPackageResourceRoles", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackageResourceRole-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResource", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "accessPackageResourceScopes", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackageResourceScope-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "accessPackagesIncompatibleWith", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.filterByCurrentUser(on={on})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.Search()", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "incompatibleAccessPackages", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.filterByCurrentUser(on={on})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.Search()", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] + ] + } + ] + }, + { + "segment": "{unifiedRoleDefinition-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "incompatibleGroups", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.getApplicablePolicyRequirements", - "labels": [ + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] } ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "deviceManagement", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "resourceNamespaces", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{unifiedRbacResourceNamespace-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.importResourceActions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "resourceActions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/unifiedrbacresourcenamespace-list-resourceactions?view=graph-rest-1.0" }, { - "segment": "accessPackageAssignmentPolicy", + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{unifiedRbacResourceAction-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "resourceScope", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackage", - "labels": [ { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ + "name": "Get", + "documentationUrl": null + }, { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.getApplicablePolicyRequirements", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "roleAssignments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/unifiedroleassignmentmultiple-get?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/rbacapplicationmultiple-post-roleassignments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{unifiedRoleAssignmentMultiple-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "appScopes", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{appScope-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "accessPackageCatalog", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResourceRoles", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackageResourceRole-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResource", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResourceEnvironment", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "accessPackageResourceRoles", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackageResourceRole-id1}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "accessPackageResourceScopes", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackageResourceScope-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResource", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "accessPackageResources", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackageResource-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResourceEnvironment", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "accessPackageResourceRoles", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackageResourceRole-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResource", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "accessPackageResourceScopes", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackageResourceScope-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResource", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "accessPackageResourceScopes", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackageResourceScope-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResource", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResourceEnvironment", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "accessPackageResourceRoles", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackageResourceRole-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResource", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "accessPackageResourceScopes", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackageResourceScope-id1}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "accessPackages", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackage-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageAssignmentPolicies", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackageAssignmentPolicy-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "accessPackageCatalog", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "accessPackageResourceRoleScopes", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackageResourceRoleScope-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResourceRole", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResource", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResourceEnvironment", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "accessPackageResourceRoles", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackageResourceRole-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "accessPackageResourceScopes", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackageResourceScope-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResource", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "accessPackageResourceScope", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResource", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResourceEnvironment", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "accessPackageResourceRoles", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackageResourceRole-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResource", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "accessPackageResourceScopes", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackageResourceScope-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "accessPackagesIncompatibleWith", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.filterByCurrentUser(on={on})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.Search()", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "incompatibleAccessPackages", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.filterByCurrentUser(on={on})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.Search()", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "incompatibleGroups", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.getApplicablePolicyRequirements", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.filterByCurrentUser(on={on})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.Search()", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "directoryScopes", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{directoryObject-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "principals", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{directoryObject-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "roleDefinition", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "roleDefinitions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/rbacapplication-list-roledefinitions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/rbacapplication-post-roledefinitions?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{unifiedRoleDefinition-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "inheritsPermissionsFrom", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{unifiedRoleDefinition-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "directory", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.roleScheduleInstances(directoryScopeId='@directoryScopeId',appScopeId='@appScopeId',principalId='@principalId',roleDefinitionId='@roleDefinitionId')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.roleSchedules(directoryScopeId='@directoryScopeId',appScopeId='@appScopeId',principalId='@principalId',roleDefinitionId='@roleDefinitionId')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "resourceNamespaces", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/rbacapplicationmultiple-list-resourcenamespaces?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{unifiedRbacResourceNamespace-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.importResourceActions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "resourceActions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/unifiedrbacresourcenamespace-list-resourceactions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{unifiedRbacResourceAction-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "resourceScope", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "roleAssignmentApprovals", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{approval-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "steps", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/approval-list-steps?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{approvalStep-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.filterByCurrentUser(on='{on}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "roleAssignments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/rbacapplication-list-roleassignments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/rbacapplication-post-roleassignments?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/rbacapplication-list-roleassignments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/rbacapplication-post-roleassignments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{unifiedRoleAssignment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "appScope", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "directoryScope", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "principal", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "roleDefinition", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "roleAssignmentScheduleInstances", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/rbacapplication-list-roleassignmentscheduleinstances?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/rbacapplication-list-roleassignmentscheduleinstances?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{unifiedRoleAssignmentScheduleInstance-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "activatedUsing", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.filterByCurrentUser(on='{on}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "roleAssignmentScheduleRequests", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/rbacapplication-list-roleassignmentschedulerequests?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/rbacapplication-post-roleassignmentschedulerequests?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/rbacapplication-list-roleassignmentschedulerequests?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/rbacapplication-post-roleassignmentschedulerequests?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{unifiedRoleAssignmentScheduleRequest-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "activatedUsing", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "appScope", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "directoryScope", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-cancel?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-cancel?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "principal", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "roleDefinition", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "targetSchedule", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.filterByCurrentUser(on='{on}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "roleAssignmentSchedules", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/rbacapplication-list-roleassignmentschedules?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/rbacapplication-list-roleassignmentschedules?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{unifiedRoleAssignmentSchedule-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "activatedUsing", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.filterByCurrentUser(on='{on}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "roleDefinitions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/rbacapplication-list-roledefinitions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/rbacapplication-post-roledefinitions?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/rbacapplication-list-roledefinitions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/rbacapplication-post-roledefinitions?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{unifiedRoleDefinition-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "inheritsPermissionsFrom", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "accessPackageAssignmentRequests", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackageAssignmentRequest-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackage", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.getApplicablePolicyRequirements", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "accessPackageAssignment", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.reprocess", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.cancel", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.reprocess", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "requestor", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "connectedOrganization", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] - } - ] - } - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.filterByCurrentUser(on={on})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "accessPackageAssignmentResourceRoles", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Post" - ] + "name": "Get", + "documentationUrl": null } - ], - "children": [ + ] + } + ] + }, + { + "segment": "{unifiedRoleDefinition-id1}", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "{accessPackageAssignmentResourceRole-id1}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.My()", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.reprocess", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "target", + "segment": "microsoft.graph.assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "connectedOrganization", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] + "name": "Get", + "documentationUrl": null } ] } ] } ] + } + ] + }, + { + "segment": "microsoft.graph.assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "roleEligibilityScheduleInstances", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/rbacapplication-list-roleeligibilityscheduleinstances?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/rbacapplication-list-roleeligibilityscheduleinstances?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{unifiedRoleEligibilityScheduleInstance-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.filterByCurrentUser(on={on})", - "labels": [ + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.filterByCurrentUser(on='{on}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "roleEligibilityScheduleRequests", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/rbacapplication-list-roleeligibilityschedulerequests?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/rbacapplication-post-roleeligibilityschedulerequests?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/rbacapplication-list-roleeligibilityschedulerequests?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/rbacapplication-post-roleeligibilityschedulerequests?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{unifiedRoleEligibilityScheduleRequest-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "appScope", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "accessPackageResourceRole", + "segment": "directoryScope", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "microsoft.graph.cancel", + "labels": [ { - "segment": "accessPackageResource", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-cancel?view=graph-rest-1.0" } - ], - "children": [ + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "accessPackageResourceEnvironment", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-cancel?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "principal", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "roleDefinition", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "targetSchedule", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.filterByCurrentUser(on='{on}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "roleEligibilitySchedules", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/rbacapplication-list-roleeligibilityschedules?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/rbacapplication-list-roleeligibilityschedules?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{unifiedRoleEligibilitySchedule-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.filterByCurrentUser(on='{on}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "transitiveRoleAssignments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/rbacapplication-list-transitiveroleassignments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{unifiedRoleAssignment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "appScope", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "accessPackageResourceRoles", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackageResourceRole-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "accessPackageResourceScopes", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackageResourceScope-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResource", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] } ] }, { - "segment": "accessPackageResourceScope", + "segment": "directoryScope", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "principal", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "roleDefinition", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "entitlementManagement", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.roleScheduleInstances(directoryScopeId='@directoryScopeId',appScopeId='@appScopeId',principalId='@principalId',roleDefinitionId='@roleDefinitionId')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.roleSchedules(directoryScopeId='@directoryScopeId',appScopeId='@appScopeId',principalId='@principalId',roleDefinitionId='@roleDefinitionId')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "resourceNamespaces", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/rbacapplicationmultiple-list-resourcenamespaces?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{unifiedRbacResourceNamespace-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.importResourceActions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "resourceActions", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/unifiedrbacresourcenamespace-list-resourceactions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "accessPackageResource", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResourceEnvironment", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{unifiedRbacResourceAction-id}", + "labels": [ { - "segment": "accessPackageResourceRoles", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + "name": "Get", + "documentationUrl": null + }, { - "segment": "{accessPackageResourceRole-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResource", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "accessPackageResourceScopes", + "segment": "resourceScope", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackageResourceScope-id}", - "labels": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } @@ -257793,41 +370275,114 @@ ] } ] + } + ] + } + ] + }, + { + "segment": "roleAssignmentApprovals", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "accessPackageSubject", + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{approval-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "steps", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/approval-list-steps?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "connectedOrganization", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{approvalStep-id}", + "labels": [ { - "segment": "$ref", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } @@ -257838,12 +370393,15 @@ ] }, { - "segment": "microsoft.graph.My()", + "segment": "microsoft.graph.filterByCurrentUser(on='{on}')", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] @@ -257851,2028 +370409,972 @@ ] }, { - "segment": "accessPackageAssignments", + "segment": "roleAssignments", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/rbacapplication-list-roleassignments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/rbacapplication-post-roleassignments?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/rbacapplication-list-roleassignments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/rbacapplication-post-roleassignments?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "{accessPackageAssignment-id}", + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{unifiedRoleAssignment-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "accessPackage", + "segment": "appScope", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "directoryScope", + "labels": [ { - "segment": "accessPackageAssignmentPolicies", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Post" - ] + "name": "Get", + "documentationUrl": null } - ], - "children": [ + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "{accessPackageAssignmentPolicy-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackage", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.getApplicablePolicyRequirements", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "accessPackageCatalog", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResourceRoles", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackageResourceRole-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResource", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResourceEnvironment", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "accessPackageResourceRoles", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackageResourceRole-id1}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "accessPackageResourceScopes", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackageResourceScope-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResource", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "accessPackageResources", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackageResource-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResourceEnvironment", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "accessPackageResourceRoles", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackageResourceRole-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResource", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "accessPackageResourceScopes", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackageResourceScope-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResource", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "accessPackageResourceScopes", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackageResourceScope-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResource", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResourceEnvironment", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "accessPackageResourceRoles", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackageResourceRole-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResource", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "accessPackageResourceScopes", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackageResourceScope-id1}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "accessPackages", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackage-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.getApplicablePolicyRequirements", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.filterByCurrentUser(on={on})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.Search()", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - } - ] - } - ] + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "principal", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "accessPackageCatalog", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } - ], - "children": [ + ] + } + ] + }, + { + "segment": "roleDefinition", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "accessPackageResourceRoleScopes", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Post" - ] + "name": "Get", + "documentationUrl": null } - ], - "children": [ + ] + } + ] + } + ] + } + ] + }, + { + "segment": "roleAssignmentScheduleInstances", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/rbacapplication-list-roleassignmentscheduleinstances?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/rbacapplication-list-roleassignmentscheduleinstances?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{unifiedRoleAssignmentScheduleInstance-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "activatedUsing", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "{accessPackageResourceRoleScope-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResourceRole", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResource", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResourceEnvironment", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "accessPackageResourceRoles", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackageResourceRole-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "accessPackageResourceScopes", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackageResourceScope-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResource", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "accessPackageResourceScope", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResource", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResourceEnvironment", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "accessPackageResourceRoles", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackageResourceRole-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResource", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "accessPackageResourceScopes", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackageResourceScope-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - } - ] - } - ] + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.filterByCurrentUser(on='{on}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "roleAssignmentScheduleRequests", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/rbacapplication-list-roleassignmentschedulerequests?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/rbacapplication-post-roleassignmentschedulerequests?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/rbacapplication-list-roleassignmentschedulerequests?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/rbacapplication-post-roleassignmentschedulerequests?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{unifiedRoleAssignmentScheduleRequest-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "activatedUsing", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "accessPackagesIncompatibleWith", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.filterByCurrentUser(on={on})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, + ] + } + ] + }, + { + "segment": "appScope", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.Search()", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "incompatibleAccessPackages", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.filterByCurrentUser(on={on})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, + ] + } + ] + }, + { + "segment": "directoryScope", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.Search()", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "incompatibleGroups", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } - ], - "children": [ + ] + } + ] + }, + { + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-cancel?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.getApplicablePolicyRequirements", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-cancel?view=graph-rest-1.0" } ] } ] }, { - "segment": "accessPackageAssignmentPolicy", + "segment": "principal", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] - } - ], - "children": [ + }, { - "segment": "accessPackage", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - }, + ] + } + ] + }, + { + "segment": "roleDefinition", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.getApplicablePolicyRequirements", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "accessPackageCatalog", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } - ], - "children": [ - { - "segment": "accessPackageResourceRoles", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackageResourceRole-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResource", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResourceEnvironment", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "accessPackageResourceRoles", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackageResourceRole-id1}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "accessPackageResourceScopes", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackageResourceScope-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResource", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "accessPackageResources", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackageResource-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResourceEnvironment", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "accessPackageResourceRoles", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackageResourceRole-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResource", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "accessPackageResourceScopes", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackageResourceScope-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResource", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - } - ] - } - ] - }, + ] + } + ] + }, + { + "segment": "targetSchedule", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "accessPackageResourceScopes", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackageResourceScope-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResource", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResourceEnvironment", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "accessPackageResourceRoles", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackageResourceRole-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResource", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "accessPackageResourceScopes", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackageResourceScope-id1}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - } - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "accessPackages", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackage-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageAssignmentPolicies", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackageAssignmentPolicy-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "accessPackageCatalog", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "accessPackageResourceRoleScopes", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackageResourceRoleScope-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResourceRole", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResource", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResourceEnvironment", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "accessPackageResourceRoles", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackageResourceRole-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "accessPackageResourceScopes", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackageResourceScope-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResource", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "accessPackageResourceScope", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResource", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResourceEnvironment", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "accessPackageResourceRoles", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackageResourceRole-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResource", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "accessPackageResourceScopes", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackageResourceScope-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "accessPackagesIncompatibleWith", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.filterByCurrentUser(on={on})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.Search()", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "incompatibleAccessPackages", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.filterByCurrentUser(on={on})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.Search()", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "incompatibleGroups", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.getApplicablePolicyRequirements", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.filterByCurrentUser(on='{on}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "roleAssignmentSchedules", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/rbacapplication-list-roleassignmentschedules?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/rbacapplication-list-roleassignmentschedules?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{unifiedRoleAssignmentSchedule-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "activatedUsing", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.filterByCurrentUser(on='{on}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "roleDefinitions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/rbacapplication-list-roledefinitions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/rbacapplication-post-roledefinitions?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/rbacapplication-list-roledefinitions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/rbacapplication-post-roledefinitions?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{unifiedRoleDefinition-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "inheritsPermissionsFrom", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{unifiedRoleDefinition-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.filterByCurrentUser(on={on})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.Search()", - "labels": [ + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } ] } @@ -259883,1462 +371385,2167 @@ ] }, { - "segment": "accessPackageAssignmentRequests", + "segment": "microsoft.graph.assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "roleEligibilityScheduleInstances", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/rbacapplication-list-roleeligibilityscheduleinstances?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/rbacapplication-list-roleeligibilityscheduleinstances?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{unifiedRoleEligibilityScheduleInstance-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.filterByCurrentUser(on='{on}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "roleEligibilityScheduleRequests", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/rbacapplication-list-roleeligibilityschedulerequests?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/rbacapplication-post-roleeligibilityschedulerequests?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/rbacapplication-list-roleeligibilityschedulerequests?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/rbacapplication-post-roleeligibilityschedulerequests?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{unifiedRoleEligibilityScheduleRequest-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "appScope", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "directoryScope", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-cancel?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-cancel?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "principal", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "roleDefinition", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "targetSchedule", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.filterByCurrentUser(on='{on}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "roleEligibilitySchedules", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/rbacapplication-list-roleeligibilityschedules?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/rbacapplication-list-roleeligibilityschedules?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{unifiedRoleEligibilitySchedule-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.filterByCurrentUser(on='{on}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "transitiveRoleAssignments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/rbacapplication-list-transitiveroleassignments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{unifiedRoleAssignment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "appScope", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "directoryScope", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "principal", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "roleDefinition", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "schemaExtensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/schemaextension-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/schemaextension-post-schemaextensions?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/schemaextension-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/schemaextension-post-schemaextensions?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{schemaExtension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/schemaextension-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/schemaextension-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": "https://docs.microsoft.com/graph/api/schemaextension-delete?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/schemaextension-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/schemaextension-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": "https://docs.microsoft.com/graph/api/schemaextension-delete?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "scopedRoleMemberships", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{scopedRoleMembership-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "search", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "acronyms", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/search-searchentity-list-acronyms?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/search-searchentity-post-acronyms?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{acronym-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "bookmarks", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/search-searchentity-list-bookmarks?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/search-searchentity-post-bookmarks?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{bookmark-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.query", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/search-query?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "qnas", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/search-searchentity-list-qnas?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/search-searchentity-post-qnas?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{qna-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "security", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "alerts", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/alert-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/alert-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{alert-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.updateAlerts", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/alert-updatealerts?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "alerts_v2", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/security-list-alerts_v2?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{alert-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "attackSimulation", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "simulationAutomations", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/attacksimulationroot-list-simulationautomations?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/attacksimulationroot-list-simulationautomations?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{simulationAutomation-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "runs", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/simulationautomation-list-runs?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/simulationautomation-list-runs?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{accessPackageAssignmentRequest-id}", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackage", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.getApplicablePolicyRequirements", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "accessPackageAssignment", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.reprocess", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.cancel", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.reprocess", - "labels": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "requestor", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ + "name": "v1.0", + "methods": [ { - "segment": "connectedOrganization", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "microsoft.graph.filterByCurrentUser(on={on})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "accessPackageAssignmentResourceRoles", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackageAssignmentResourceRole-id}", + "segment": "{simulationAutomationRun-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageAssignments", - "labels": [ { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackageAssignment-id1}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.reprocess", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.filterByCurrentUser(on={on})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "accessPackageResourceRole", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ + "name": "Patch", + "documentationUrl": null + }, { - "segment": "accessPackageResource", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResourceEnvironment", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "accessPackageResourceRoles", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackageResourceRole-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "accessPackageResourceScopes", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackageResourceScope-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResource", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "accessPackageResourceScope", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ + "name": "v1.0", + "methods": [ { - "segment": "accessPackageResource", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResourceEnvironment", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "accessPackageResourceRoles", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackageResourceRole-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResource", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "accessPackageResourceScopes", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackageResourceScope-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "accessPackageSubject", - "labels": [ + "name": "Get", + "documentationUrl": null + }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ + "name": "Patch", + "documentationUrl": null + }, { - "segment": "connectedOrganization", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] } ] - }, - { - "segment": "microsoft.graph.My()", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] } ] + } + ] + } + ] + }, + { + "segment": "simulations", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/attacksimulationroot-list-simulations?view=graph-rest-1.0" }, { - "segment": "microsoft.graph.reprocess", - "labels": [ + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/attacksimulationroot-list-simulations?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "target", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ + "name": "v1.0", + "methods": [ { - "segment": "connectedOrganization", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "microsoft.graph.filterByCurrentUser(on={on})", + "segment": "{simulation-id}", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] } ] + } + ] + }, + { + "segment": "cases", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] }, { - "segment": "accessPackageCatalogs", + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "ediscoveryCases", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/security-casesroot-list-ediscoverycases?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/security-casesroot-post-ediscoverycases?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/security-casesroot-list-ediscoverycases?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/security-casesroot-post-ediscoverycases?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "{accessPackageCatalog-id}", + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{ediscoveryCase-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "accessPackageResourceRoles", + "segment": "custodians", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/security-ediscoverycase-list-custodians?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/security-ediscoverycase-post-custodians?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/security-ediscoverycase-list-custodians?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/security-ediscoverycase-post-custodians?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "{accessPackageResourceRole-id}", + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{ediscoveryCustodian-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "accessPackageResource", + "segment": "lastIndexOperation", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResourceEnvironment", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "accessPackageResourceRoles", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ { - "segment": "{accessPackageResourceRole-id1}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/security-ediscoverycustodian-list-lastindexoperation?view=graph-rest-1.0" } ] }, { - "segment": "accessPackageResourceScopes", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + "name": "v1.0", + "methods": [ { - "segment": "{accessPackageResourceScope-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResource", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/security-ediscoverycustodian-list-lastindexoperation?view=graph-rest-1.0" } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "accessPackageResources", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackageResource-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" + ] + } ] - } - ], - "children": [ + }, { - "segment": "accessPackageResourceEnvironment", + "segment": "microsoft.graph.security.activate", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/security-ediscoverycustodian-activate?view=graph-rest-1.0" + } ] - } - ], - "children": [ + }, { - "segment": "$ref", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/security-ediscoverycustodian-activate?view=graph-rest-1.0" } ] } ] }, { - "segment": "accessPackageResourceRoles", + "segment": "microsoft.graph.security.applyHold", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/security-ediscoverycustodian-applyhold?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/security-ediscoverycustodian-applyhold?view=graph-rest-1.0" + } ] } - ], - "children": [ + ] + }, + { + "segment": "microsoft.graph.security.release", + "labels": [ { - "segment": "{accessPackageResourceRole-id}", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/security-ediscoverycustodian-release?view=graph-rest-1.0" } - ], - "children": [ + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "accessPackageResource", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/security-ediscoverycustodian-release?view=graph-rest-1.0" } ] } ] }, { - "segment": "accessPackageResourceScopes", + "segment": "microsoft.graph.security.removeHold", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/security-ediscoverycustodian-removehold?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/security-ediscoverycustodian-removehold?view=graph-rest-1.0" + } ] } - ], - "children": [ + ] + }, + { + "segment": "microsoft.graph.security.updateIndex", + "labels": [ { - "segment": "{accessPackageResourceScope-id}", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/security-ediscoverycustodian-updateindex?view=graph-rest-1.0" } - ], - "children": [ + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "accessPackageResource", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/security-ediscoverycustodian-updateindex?view=graph-rest-1.0" } ] } ] - } - ] - } - ] - }, - { - "segment": "accessPackageResourceScopes", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackageResourceScope-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ + }, { - "segment": "accessPackageResource", + "segment": "siteSources", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/security-ediscoverycustodian-list-sitesources?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/security-ediscoverycustodian-post-sitesources?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/security-ediscoverycustodian-list-sitesources?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/security-ediscoverycustodian-post-sitesources?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "accessPackageResourceEnvironment", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] - } - ] - }, - { - "segment": "accessPackageResourceRoles", - "labels": [ + }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackageResourceRole-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ { - "segment": "accessPackageResource", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "accessPackageResourceScopes", + "segment": "{siteSource-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackageResourceScope-id1}", - "labels": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "accessPackages", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackage-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageAssignmentPolicies", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackageAssignmentPolicy-id}", - "labels": [ + }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "accessPackage", + "segment": "site", "labels": [ { "name": "beta", "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.getApplicablePolicyRequirements", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] } ] - }, - { - "segment": "accessPackageCatalog", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] } ] } ] }, { - "segment": "accessPackageCatalog", + "segment": "unifiedGroupSources", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/security-ediscoverycustodian-list-unifiedgroupsources?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/security-ediscoverycustodian-post-unifiedgroupsources?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/security-ediscoverycustodian-list-unifiedgroupsources?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/security-ediscoverycustodian-post-unifiedgroupsources?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "$ref", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Put", - "Delete" + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } ] } ] - } - ] - }, - { - "segment": "accessPackageResourceRoleScopes", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + }, { - "segment": "{accessPackageResourceRoleScope-id}", + "segment": "{unifiedGroupSource-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "accessPackageResourceRole", + "segment": "group", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResource", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResourceEnvironment", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "accessPackageResourceRoles", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackageResourceRole-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, { - "segment": "accessPackageResourceScopes", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackageResourceScope-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResource", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] + "name": "Get", + "documentationUrl": null } ] - } - ] - }, - { - "segment": "accessPackageResourceScope", - "labels": [ + }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResource", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResourceEnvironment", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "accessPackageResourceRoles", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackageResourceRole-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResource", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - }, { - "segment": "accessPackageResourceScopes", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackageResourceScope-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] + "name": "Get", + "documentationUrl": null } ] } @@ -261349,93 +373556,270 @@ ] }, { - "segment": "accessPackagesIncompatibleWith", + "segment": "userSources", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/security-ediscoverycustodian-list-usersources?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/security-ediscoverycustodian-post-usersources?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/security-ediscoverycustodian-list-usersources?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/security-ediscoverycustodian-post-usersources?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "$ref", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] - } - ] - }, - { - "segment": "microsoft.graph.filterByCurrentUser(on={on})", - "labels": [ + }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.Search()", + "segment": "{userSource-id}", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] } ] + } + ] + }, + { + "segment": "microsoft.graph.security.applyHold", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] }, { - "segment": "incompatibleAccessPackages", + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.security.removeHold", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "legalHolds", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/security-ediscoverycase-list-legalholds?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/security-ediscoverycase-post-legalholds?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{ediscoveryHoldPolicy-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "siteSources", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/security-ediscoveryholdpolicy-post-sitesources?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "$ref", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.filterByCurrentUser(on={on})", + "segment": "{siteSource-id}", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.Search()", - "labels": [ + ], + "children": [ { - "name": "beta", - "methods": [ - "Get" + "segment": "site", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] } ] @@ -261443,556 +373827,402 @@ ] }, { - "segment": "incompatibleGroups", + "segment": "userSources", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/security-ediscoveryholdpolicy-post-usersources?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "$ref", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] - } - ] - }, - { - "segment": "microsoft.graph.getApplicablePolicyRequirements", - "labels": [ + }, { - "name": "beta", - "methods": [ - "Post" + "segment": "{userSource-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.security.close", + "labels": [ { - "segment": "microsoft.graph.filterByCurrentUser(on={on})", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/security-ediscoverycase-close?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.Search()", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/security-ediscoverycase-close?view=graph-rest-1.0" } ] } ] - } - ] - }, - { - "segment": "microsoft.graph.Search()", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "accessPackageResourceEnvironments", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackageResourceEnvironment-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ + }, { - "segment": "accessPackageResources", + "segment": "microsoft.graph.security.reopen", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/security-ediscoverycase-reopen?view=graph-rest-1.0" + } ] - } - ], - "children": [ + }, { - "segment": "$ref", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/security-ediscoverycase-reopen?view=graph-rest-1.0" } ] } ] - } - ] - } - ] - }, - { - "segment": "accessPackageResourceRequests", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackageResourceRequest-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ + }, { - "segment": "accessPackageResource", + "segment": "noncustodialDataSources", "labels": [ { "name": "beta", "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/security-ediscoverycase-post-noncustodialdatasources?view=graph-rest-1.0" } ] - } - ] - }, - { - "segment": "requestor", - "labels": [ + }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/security-ediscoverycase-post-noncustodialdatasources?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "connectedOrganization", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] - } - ], - "children": [ + }, { - "segment": "$ref", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] } ] - } - ] - } - ] - } - ] - }, - { - "segment": "accessPackageResourceRoleScopes", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackageResourceRoleScope-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResourceRole", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ + }, { - "segment": "accessPackageResource", + "segment": "{ediscoveryNoncustodialDataSource-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "accessPackageResourceEnvironment", + "segment": "dataSource", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] - } - ], - "children": [ + }, { - "segment": "$ref", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } ] }, { - "segment": "accessPackageResourceRoles", + "segment": "lastIndexOperation", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] - } - ], - "children": [ + }, { - "segment": "{accessPackageResourceRole-id}", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "accessPackageResourceScopes", + "segment": "microsoft.graph.security.applyHold", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackageResourceScope-id}", - "labels": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-applyhold?view=graph-rest-1.0" } - ], - "children": [ + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "accessPackageResource", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-applyhold?view=graph-rest-1.0" } ] } ] - } - ] - } - ] - }, - { - "segment": "accessPackageResourceScope", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResource", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ + }, { - "segment": "accessPackageResourceEnvironment", + "segment": "microsoft.graph.security.release", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-release?view=graph-rest-1.0" + } ] - } - ], - "children": [ + }, { - "segment": "$ref", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-release?view=graph-rest-1.0" } ] } ] }, { - "segment": "accessPackageResourceRoles", + "segment": "microsoft.graph.security.removeHold", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackageResourceRole-id}", - "labels": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-removehold?view=graph-rest-1.0" } - ], - "children": [ + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "accessPackageResource", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-removehold?view=graph-rest-1.0" } ] } ] }, { - "segment": "accessPackageResourceScopes", + "segment": "microsoft.graph.security.updateIndex", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-updateindex?view=graph-rest-1.0" + } ] - } - ], - "children": [ + }, { - "segment": "{accessPackageResourceScope-id}", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-updateindex?view=graph-rest-1.0" } ] } ] } ] - } - ] - } - ] - } - ] - }, - { - "segment": "accessPackageResources", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackageResource-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResourceEnvironment", - "labels": [ + }, { - "name": "beta", - "methods": [ - "Get" + "segment": "microsoft.graph.security.applyHold", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } ] - } - ], - "children": [ + }, { - "segment": "$ref", + "segment": "microsoft.graph.security.removeHold", "labels": [ { "name": "beta", "methods": [ - "Get", - "Put", - "Delete" + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } ] } ] @@ -262000,39 +374230,114 @@ ] }, { - "segment": "accessPackageResourceRoles", + "segment": "operations", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/security-ediscoverycase-list-operations?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/security-ediscoverycase-list-operations?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{accessPackageResourceRole-id}", + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{caseOperation-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "accessPackageResource", - "labels": [ + "segment": "microsoft.graph.security.ediscoveryExportOperation", + "labels": [], + "children": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" + "segment": "microsoft.graph.security.getDownloadUrl()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] } ] @@ -262042,420 +374347,239 @@ ] }, { - "segment": "accessPackageResourceScopes", + "segment": "reviewSets", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/security-ediscoverycase-list-reviewsets?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/security-ediscoverycase-post-reviewsets?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/security-ediscoverycase-list-reviewsets?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/security-ediscoverycase-post-reviewsets?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "{accessPackageResourceScope-id}", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] - } - ], - "children": [ + }, { - "segment": "accessPackageResource", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] } ] - } - ] - } - ] - } - ] - }, - { - "segment": "accessPackages", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackage-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageAssignmentPolicies", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + }, { - "segment": "{accessPackageAssignmentPolicy-id}", + "segment": "{ediscoveryReviewSet-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "accessPackage", + "segment": "files", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/security-ediscoveryreviewset-list-files?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "$ref", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Put", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.getApplicablePolicyRequirements", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "accessPackageCatalog", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResourceRoles", + "segment": "{ediscoveryFile-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{accessPackageResourceRole-id}", + "segment": "content", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/security-ediscoveryreviewset-list-files?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "custodian", + "labels": [ { - "segment": "accessPackageResource", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } - ], - "children": [ - { - "segment": "accessPackageResourceEnvironment", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] - }, + ] + } + ] + }, + { + "segment": "extractedTextContent", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "accessPackageResourceRoles", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackageResourceRole-id1}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/security-ediscoveryreviewset-list-files?view=graph-rest-1.0" }, { - "segment": "accessPackageResourceScopes", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackageResourceScope-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResource", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] + "name": "Put", + "documentationUrl": null } ] } ] - } - ] - }, - { - "segment": "accessPackageResources", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + }, { - "segment": "{accessPackageResource-id}", + "segment": "tags", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "accessPackageResourceEnvironment", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "accessPackageResourceRoles", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackageResourceRole-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ { - "segment": "accessPackageResource", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "accessPackageResourceScopes", + "segment": "{ediscoveryReviewTag-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackageResourceScope-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ { - "segment": "accessPackageResource", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] + "name": "Get", + "documentationUrl": null } ] } @@ -262464,202 +374588,186 @@ ] } ] + } + ] + }, + { + "segment": "microsoft.graph.security.addToReviewSet", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/security-ediscoveryreviewset-addtoreviewset?view=graph-rest-1.0" + } + ] }, { - "segment": "accessPackageResourceScopes", + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/security-ediscoveryreviewset-addtoreviewset?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.security.export", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/security-ediscoveryreviewset-export?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "queries", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/security-ediscoveryreviewset-list-queries?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/security-ediscoveryreviewset-post-queries?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/security-ediscoveryreviewset-list-queries?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/security-ediscoveryreviewset-post-queries?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackageResourceScope-id}", - "labels": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } - ], - "children": [ + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "accessPackageResource", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResourceEnvironment", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "accessPackageResourceRoles", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackageResourceRole-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResource", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "accessPackageResourceScopes", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessPackageResourceScope-id1}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "accessPackages", + "segment": "{ediscoveryReviewSetQuery-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{accessPackage-id1}", + "segment": "microsoft.graph.security.applyTags", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/security-ediscoveryreviewsetquery-applytags?view=graph-rest-1.0" + } ] - } - ], - "children": [ + }, { - "segment": "microsoft.graph.getApplicablePolicyRequirements", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/security-ediscoveryreviewsetquery-applytags?view=graph-rest-1.0" } ] } ] }, { - "segment": "microsoft.graph.filterByCurrentUser(on={on})", + "segment": "microsoft.graph.security.export", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/security-ediscoveryreviewsetquery-export?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.Search()", + "segment": "microsoft.graph.security.run()", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] @@ -262673,174 +374781,186 @@ ] }, { - "segment": "accessPackageCatalog", + "segment": "searches", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/security-ediscoverycase-list-searches?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/security-ediscoverycase-post-searches?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/security-ediscoverycase-list-searches?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/security-ediscoverycase-post-searches?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "$ref", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Put", - "Delete" + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } ] } ] - } - ] - }, - { - "segment": "accessPackageResourceRoleScopes", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + }, { - "segment": "{accessPackageResourceRoleScope-id}", + "segment": "{ediscoverySearch-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "accessPackageResourceRole", + "segment": "additionalSources", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/security-ediscoverysearch-list-additionalsources?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/security-ediscoverysearch-post-additionalsources?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/security-ediscoverysearch-list-additionalsources?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/security-ediscoverysearch-post-additionalsources?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "accessPackageResource", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResourceEnvironment", - "labels": [ { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "accessPackageResourceRoles", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Post" - ] + "name": "Get", + "documentationUrl": null } - ], - "children": [ + ] + } + ] + }, + { + "segment": "{dataSource-id}", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "{accessPackageResourceRole-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "accessPackageResourceScopes", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + "name": "Get", + "documentationUrl": null + }, { - "segment": "{accessPackageResourceScope-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResource", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } @@ -262849,123 +374969,223 @@ ] }, { - "segment": "accessPackageResourceScope", + "segment": "addToReviewSetOperation", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "custodianSources", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/security-ediscoverysearch-list-custodiansources?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/security-ediscoverysearch-list-custodiansources?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "accessPackageResource", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] - } - ], - "children": [ + }, { - "segment": "accessPackageResourceEnvironment", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } - ], - "children": [ + ] + } + ] + }, + { + "segment": "{dataSource-id}", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "accessPackageResourceRoles", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Post" - ] + "name": "Get", + "documentationUrl": null } - ], - "children": [ + ] + } + ] + } + ] + }, + { + "segment": "lastEstimateStatisticsOperation", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/security-ediscoverysearch-list-lastestimatestatisticsoperation?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/security-ediscoverysearch-list-lastestimatestatisticsoperation?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.security.estimateStatistics", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/security-ediscoverysearch-estimatestatistics?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/security-ediscoverysearch-estimatestatistics?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.security.purgeData", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/security-ediscoverysearch-purgedata?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "noncustodialSources", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "{accessPackageResourceRole-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "accessPackageResource", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "accessPackageResourceScopes", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Post" - ] + "name": "Get", + "documentationUrl": null } - ], - "children": [ + ] + } + ] + }, + { + "segment": "{ediscoveryNoncustodialDataSource-id}", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "{accessPackageResourceScope-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null } ] } @@ -262978,46 +375198,63 @@ ] }, { - "segment": "accessPackagesIncompatibleWith", + "segment": "settings", "labels": [ { - "name": "beta", + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/security-ediscoverycasesettings-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/security-ediscoverycasesettings-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/security-ediscoverycasesettings-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/security-ediscoverycasesettings-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.filterByCurrentUser(on={on})", + "segment": "microsoft.graph.security.resetToDefault", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/security-ediscoverycasesettings-resettodefault?view=graph-rest-1.0" + } ] - } - ] - }, - { - "segment": "microsoft.graph.Search()", - "labels": [ + }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/security-ediscoverycasesettings-resettodefault?view=graph-rest-1.0" + } ] } ] @@ -263025,206 +375262,275 @@ ] }, { - "segment": "incompatibleAccessPackages", + "segment": "tags", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/security-ediscoverycase-list-tags?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/security-ediscoverycase-post-tags?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/security-ediscoverycase-list-tags?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/security-ediscoverycase-post-tags?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "$ref", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.filterByCurrentUser(on={on})", + "segment": "{ediscoveryReviewTag-id}", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "childTags", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{ediscoveryReviewTag-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "parent", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "microsoft.graph.Search()", + "segment": "microsoft.graph.security.asHierarchy()", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] - } - ] - } - ] - }, - { - "segment": "incompatibleGroups", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ + }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] } ] - }, - { - "segment": "microsoft.graph.getApplicablePolicyRequirements", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] } ] - }, + } + ] + } + ] + }, + { + "segment": "cloudAppSecurityProfiles", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.filterByCurrentUser(on={on})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.Search()", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "connectedOrganizations", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{connectedOrganization-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "externalSponsors", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{directoryObject-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, { - "segment": "internalSponsors", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{directoryObject-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "settings", + "segment": "{cloudAppSecurityProfile-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -263232,317 +375538,267 @@ ] }, { - "segment": "termsOfUse", + "segment": "domainSecurityProfiles", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "agreementAcceptances", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{agreementAcceptance-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "agreements", + "segment": "{domainSecurityProfile-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{agreement-id}", - "labels": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } ] } ] - } - ] - }, - { - "segment": "identityProtection", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch" - ] - } - ], - "children": [ + }, { - "segment": "riskDetections", + "segment": "fileSecurityProfiles", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{riskDetection-id}", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] - } - ] - }, - { - "segment": "riskyUsers", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + }, { - "segment": "{riskyUser-id}", + "segment": "{fileSecurityProfile-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] } ] - } - ] - }, - { - "segment": "identityProviders", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{identityProvider-id}", + "segment": "hostSecurityProfiles", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.availableProviderTypes()", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Get" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get" + "segment": "{hostSecurityProfile-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] - } - ] - }, - { - "segment": "informationProtection", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Patch" - ] - } - ], - "children": [ - { - "segment": "bitlocker", + "segment": "incidents", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/security-list-incidents?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "recoveryKeys", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "{incident-id}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{bitlockerRecoveryKey-id}", + "segment": "alerts", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" + "segment": "{alert-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] } ] @@ -263552,165 +375808,179 @@ ] }, { - "segment": "dataLossPreventionPolicies", + "segment": "informationProtection", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{dataLossPreventionPolicy-id}", + "segment": "labelPolicySettings", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/security-informationprotectionpolicysetting-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.evaluate", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.decryptBuffer", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.encryptBuffer", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.signDigest", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.verifySignature", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "policy", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "labels", + "segment": "sensitivityLabels", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/security-informationprotection-list-sensitivitylabels?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{informationProtectionLabel-id}", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.evaluateApplication", + "segment": "{sensitivityLabel-id}", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "parent", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "microsoft.graph.evaluateClassificationResults", + "segment": "microsoft.graph.security.evaluateApplication", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.evaluateRemoval", + "segment": "microsoft.graph.security.evaluateClassificationResults", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.extractLabel", + "segment": "microsoft.graph.security.evaluateRemoval", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.security.extractContentLabel", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] @@ -263720,77 +375990,55 @@ ] }, { - "segment": "sensitivityLabels", + "segment": "ipSecurityProfiles", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{sensitivityLabel-id}", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "sublabels", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{sensitivityLabel-id1}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, { - "segment": "microsoft.graph.evaluate", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "microsoft.graph.evaluate", + "segment": "{ipSecurityProfile-id}", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -263798,94 +376046,147 @@ ] }, { - "segment": "sensitivityPolicySettings", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "threatAssessmentRequests", + "segment": "labels", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{threatAssessmentRequest-id}", + "segment": "retentionLabels", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/security-retentionlabel-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/security-retentionlabel-post?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "results", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "{retentionLabel-id}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{threatAssessmentResult-id}", + "segment": "dispositionReviewStages", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, + { + "segment": "{dispositionReviewStage-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "retentionEventType", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] @@ -263895,278 +376196,166 @@ ] } ] - } - ] - }, - { - "segment": "invitations", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{invitation-id}", + "segment": "microsoft.graph.security.runHuntingQuery", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "providerTenantSettings", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "invitedUser", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{providerTenantSetting-id}", + "labels": [ { - "segment": "$ref", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } ] } ] - } - ] - }, - { - "segment": "localizations", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{organizationalBrandingLocalization-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "me", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Patch" - ] - } - ], - "children": [ - { - "segment": "activities", + "segment": "secureScoreControlProfiles", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/securescorecontrolprofiles-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/security-list-securescorecontrolprofiles?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{userActivity-id}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "historyItems", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ { - "segment": "{activityHistoryItem-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "activity", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] - } - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "microsoft.graph.recent()", + "segment": "{secureScoreControlProfile-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -264174,37 +376363,94 @@ ] }, { - "segment": "agreementAcceptances", + "segment": "secureScores", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/securescores-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/security-list-securescores?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "$ref", + "segment": "$count", "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, { "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{secureScore-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -264212,39 +376458,69 @@ ] }, { - "segment": "analytics", + "segment": "securityActions", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/securityactions-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/securityactions-post?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "activityStatistics", + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{securityAction-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{activityStatistics-id}", + "segment": "microsoft.graph.cancelSecurityAction", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/securityaction-cancelsecurityaction?view=graph-rest-1.0" + } ] } ] @@ -264254,121 +376530,155 @@ ] }, { - "segment": "appConsentRequestsForApproval", + "segment": "subjectRightsRequests", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{appConsentRequest-id}", + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{subjectRightsRequest-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "userConsentRequests", + "segment": "microsoft.graph.getFinalAttachment()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getFinalReport()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "notes", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/subjectrightsrequest-list-notes?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/subjectrightsrequest-post-notes?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "{userConsentRequest-id}", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "approval", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ { - "segment": "steps", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{approvalStep-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "microsoft.graph.filterByCurrentUser(on={on})", + "segment": "{authoredNote-id}", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] } ] - } - ] - }, - { - "segment": "microsoft.graph.filterByCurrentUser(on={on})", - "labels": [ + }, { - "name": "beta", - "methods": [ - "Get" + "segment": "team", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] } ] @@ -264376,94 +376686,188 @@ ] }, { - "segment": "appRoleAssignments", + "segment": "threatSubmission", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{appRoleAssignment-id}", + "segment": "emailThreats", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/security-emailthreatsubmission-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/security-emailthreatsubmission-post-emailthreats?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" + "segment": "{emailThreatSubmission-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] - } - ] - }, - { - "segment": "approvals", - "labels": [ + }, { - "name": "beta", - "methods": [ - "Get", - "Post" + "segment": "emailThreatSubmissionPolicies", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/security-emailthreatsubmissionpolicy-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{emailThreatSubmissionPolicy-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } ] - } - ], - "children": [ + }, { - "segment": "{approval-id}", + "segment": "fileThreats", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/security-filethreatsubmission-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "steps", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{fileThreatSubmission-id}", + "labels": [ { - "segment": "{approvalStep-id}", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } @@ -264472,12 +376876,57 @@ ] }, { - "segment": "microsoft.graph.filterByCurrentUser(on={on})", + "segment": "urlThreats", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/security-urlthreatsubmission-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/security-urlthreatsubmission-post-urlthreats?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{urlThreatSubmission-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] @@ -264485,164 +376934,203 @@ ] }, { - "segment": "authentication", + "segment": "tiIndicators", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/tiindicators-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/tiindicators-post?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "emailMethods", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{tiIndicator-id}", + "labels": [ { - "segment": "{emailAuthenticationMethod-id}", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } ] }, { - "segment": "fido2Methods", + "segment": "microsoft.graph.deleteTiIndicators", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/tiindicator-deletetiindicators?view=graph-rest-1.0" + } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.deleteTiIndicatorsByExternalId", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/tiindicator-deletetiindicatorsbyexternalid?view=graph-rest-1.0" + } ] } - ], - "children": [ + ] + }, + { + "segment": "microsoft.graph.submitTiIndicators", + "labels": [ { - "segment": "{fido2AuthenticationMethod-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/tiindicator-submittiindicators?view=graph-rest-1.0" } ] } ] }, { - "segment": "methods", + "segment": "microsoft.graph.updateTiIndicators", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/tiindicator-updatetiindicators?view=graph-rest-1.0" + } ] + } + ] + } + ] + }, + { + "segment": "triggers", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "retentionEvents", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/security-retentionevent-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/security-retentionevent-post?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "{authenticationMethod-id}", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.disableSmsSignIn", - "labels": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{retentionEvent-id}", + "labels": [ { - "segment": "microsoft.graph.enableSmsSignIn", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.resetPassword", + "segment": "retentionEventType", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] @@ -264650,134 +377138,277 @@ ] } ] - }, + } + ] + }, + { + "segment": "triggerTypes", + "labels": [ { - "segment": "microsoftAuthenticatorMethods", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "retentionEventTypes", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/security-retentioneventtype-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/security-retentioneventtype-post?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "{microsoftAuthenticatorAuthenticationMethod-id}", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{retentionEventType-id}", + "labels": [ { - "segment": "device", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } ] } ] - }, + } + ] + }, + { + "segment": "userSecurityProfiles", + "labels": [ { - "segment": "operations", + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{userSecurityProfile-id}", + "labels": [ { - "segment": "{longRunningOperation-id}", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } ] + } + ] + } + ] + }, + { + "segment": "servicePrincipals", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceprincipal-list?view=graph-rest-1.0" }, { - "segment": "passwordlessMicrosoftAuthenticatorMethods", + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceprincipal-post-serviceprincipals?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceprincipal-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceprincipal-post-serviceprincipals?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{servicePrincipal-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceprincipal-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceprincipal-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceprincipal-delete?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceprincipal-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceprincipal-delete?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "appManagementPolicies", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{appManagementPolicy-id}", + "labels": [ { - "segment": "device", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] } @@ -264786,53 +377417,94 @@ ] }, { - "segment": "passwordMethods", + "segment": "appRoleAssignedTo", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceprincipal-list-approleassignedto?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceprincipal-post-approleassignedto?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceprincipal-list-approleassignedto?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceprincipal-post-approleassignedto?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "{passwordAuthenticationMethod-id}", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } ] } ] - } - ] - }, - { - "segment": "phoneMethods", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + }, { - "segment": "{phoneAuthenticationMethod-id}", + "segment": "{appRoleAssignment-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -264840,53 +377512,94 @@ ] }, { - "segment": "softwareOathMethods", + "segment": "appRoleAssignments", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceprincipal-list-approleassignments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceprincipal-post-approleassignments?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceprincipal-list-approleassignments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceprincipal-post-approleassignments?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "{softwareOathAuthenticationMethod-id}", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } ] } ] - } - ] - }, - { - "segment": "temporaryAccessPassMethods", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + }, { - "segment": "{temporaryAccessPassAuthenticationMethod-id}", + "segment": "{appRoleAssignment-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -264894,62 +377607,105 @@ ] }, { - "segment": "windowsHelloForBusinessMethods", + "segment": "claimsMappingPolicies", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceprincipal-list-claimsmappingpolicies?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceprincipal-list-claimsmappingpolicies?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "{windowsHelloForBusinessAuthenticationMethod-id}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "$ref", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceprincipal-list-claimsmappingpolicies?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceprincipal-list-claimsmappingpolicies?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } - ], + ] + }, + { + "segment": "{claimsMappingPolicy-id}", + "labels": [], "children": [ { - "segment": "device", + "segment": "$ref", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -264957,785 +377713,846 @@ ] } ] - } - ] - }, - { - "segment": "calendar", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "calendarPermissions", + "segment": "createdObjects", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceprincipal-list-createdobjects?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{calendarPermission-id}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] - } - ] - }, - { - "segment": "calendarView", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{event-id}", + "segment": "{directoryObject-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "attachments", + "segment": "microsoft.graph.servicePrincipal", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{attachment-id}", + "segment": "microsoft.graph.addKey", "labels": [ { "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceprincipal-addkey?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.createUploadSession", + "segment": "microsoft.graph.addPassword", "labels": [ { "name": "v1.0", "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceprincipal-addpassword?view=graph-rest-1.0" + } ] } ] - } - ] - }, - { - "segment": "calendar", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.allowedCalendarSharingRoles(User={User})", + "segment": "microsoft.graph.addTokenSigningCertificate", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceprincipal-addtokensigningcertificate?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceprincipal-addtokensigningcertificate?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.getSchedule", + "segment": "microsoft.graph.checkMemberGroups", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } ] } ] - } - ] - }, - { - "segment": "exceptionOccurrences", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + }, { - "segment": "{event-id1}", + "segment": "microsoft.graph.checkMemberObjects", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.accept", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.cancel", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.decline", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.dismissReminder", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.forward", - "labels": [ { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.snoozeReminder", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.tentativelyAccept", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] } ] }, { - "segment": "microsoft.graph.delta()", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "extensions", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{extension-id}", + "segment": "microsoft.graph.createPasswordSingleSignOnCredentials", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceprincipal-createpasswordsinglesignoncredentials?view=graph-rest-1.0" + } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.deletePasswordSingleSignOnCredentials", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceprincipal-deletepasswordsinglesignoncredentials?view=graph-rest-1.0" + } ] } ] - } - ] - }, - { - "segment": "instances", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{event-id1}", + "segment": "microsoft.graph.getMemberGroups", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } ] } - ], - "children": [ + ] + }, + { + "segment": "microsoft.graph.getMemberObjects", + "labels": [ { - "segment": "microsoft.graph.accept", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.cancel", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.getPasswordSingleSignOnCredentials", + "labels": [ { - "segment": "microsoft.graph.decline", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceprincipal-getpasswordsinglesignoncredentials?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.removeKey", + "labels": [ { - "segment": "microsoft.graph.dismissReminder", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceprincipal-removekey?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.removePassword", + "labels": [ { - "segment": "microsoft.graph.forward", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceprincipal-removepassword?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.restore", + "labels": [ { - "segment": "microsoft.graph.snoozeReminder", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.tentativelyAccept", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" } ] } ] }, { - "segment": "microsoft.graph.delta()", + "segment": "microsoft.graph.updatePasswordSingleSignOnCredentials", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceprincipal-updatepasswordsinglesignoncredentials?view=graph-rest-1.0" + } ] } ] } ] + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] }, { - "segment": "microsoft.graph.accept", + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] + } + ] + } + ] + }, + { + "segment": "delegatedPermissionClassifications", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceprincipal-list-delegatedpermissionclassifications?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceprincipal-post-delegatedpermissionclassifications?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceprincipal-list-delegatedpermissionclassifications?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceprincipal-post-delegatedpermissionclassifications?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] }, { - "segment": "microsoft.graph.cancel", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{delegatedPermissionClassification-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.decline", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] + } + ] + } + ] + }, + { + "segment": "endpoints", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.dismissReminder", - "labels": [ + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{endpoint-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.forward", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] + } + ] + } + ] + }, + { + "segment": "federatedIdentityCredentials", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.snoozeReminder", - "labels": [ + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{federatedIdentityCredential-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.tentativelyAccept", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "homeRealmDiscoveryPolicies", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceprincipal-list-homerealmdiscoverypolicies?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceprincipal-list-homerealmdiscoverypolicies?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "multiValueExtendedProperties", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "$ref", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceprincipal-list-homerealmdiscoverypolicies?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] + "name": "Post", + "documentationUrl": null } - ], - "children": [ + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "{multiValueLegacyExtendedProperty-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceprincipal-list-homerealmdiscoverypolicies?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{homeRealmDiscoveryPolicy-id}", + "labels": [], + "children": [ { - "segment": "singleValueExtendedProperties", + "segment": "$ref", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{singleValueLegacyExtendedProperty-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Delete", + "documentationUrl": null } ] } ] } ] - }, + } + ] + }, + { + "segment": "licenseDetails", + "labels": [ { - "segment": "microsoft.graph.delta()", + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "{licenseDetails-id}", + "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -265743,494 +378560,435 @@ ] }, { - "segment": "events", + "segment": "memberOf", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceprincipal-list-memberof?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceprincipal-list-memberof?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "{event-id}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{directoryObject-id}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "attachments", + "segment": "microsoft.graph.application", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "microsoft.graph.device", + "labels": [ { - "segment": "{attachment-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.createUploadSession", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "calendar", + "segment": "microsoft.graph.group", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "microsoft.graph.orgContact", + "labels": [ { - "segment": "microsoft.graph.allowedCalendarSharingRoles(User={User})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.getSchedule", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "exceptionOccurrences", + "segment": "microsoft.graph.servicePrincipal", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{event-id1}", + "segment": "microsoft.graph.addKey", "labels": [ { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceprincipal-addkey?view=graph-rest-1.0" + } ] } - ], - "children": [ + ] + }, + { + "segment": "microsoft.graph.addPassword", + "labels": [ { - "segment": "microsoft.graph.accept", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceprincipal-addpassword?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.addTokenSigningCertificate", + "labels": [ { - "segment": "microsoft.graph.cancel", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceprincipal-addtokensigningcertificate?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.decline", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceprincipal-addtokensigningcertificate?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.checkMemberGroups", + "labels": [ { - "segment": "microsoft.graph.dismissReminder", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.forward", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.checkMemberObjects", + "labels": [ { - "segment": "microsoft.graph.snoozeReminder", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.tentativelyAccept", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] } ] }, { - "segment": "microsoft.graph.delta()", + "segment": "microsoft.graph.createPasswordSingleSignOnCredentials", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceprincipal-createpasswordsinglesignoncredentials?view=graph-rest-1.0" + } ] } ] - } - ] - }, - { - "segment": "extensions", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{extension-id}", + "segment": "microsoft.graph.deletePasswordSingleSignOnCredentials", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceprincipal-deletepasswordsinglesignoncredentials?view=graph-rest-1.0" + } ] } ] - } - ] - }, - { - "segment": "instances", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{event-id1}", + "segment": "microsoft.graph.getMemberGroups", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } ] } - ], - "children": [ + ] + }, + { + "segment": "microsoft.graph.getMemberObjects", + "labels": [ { - "segment": "microsoft.graph.accept", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.cancel", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.getPasswordSingleSignOnCredentials", + "labels": [ { - "segment": "microsoft.graph.decline", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceprincipal-getpasswordsinglesignoncredentials?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.removeKey", + "labels": [ { - "segment": "microsoft.graph.dismissReminder", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceprincipal-removekey?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.removePassword", + "labels": [ { - "segment": "microsoft.graph.forward", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceprincipal-removepassword?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.restore", + "labels": [ { - "segment": "microsoft.graph.snoozeReminder", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.tentativelyAccept", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" } ] } ] }, { - "segment": "microsoft.graph.delta()", + "segment": "microsoft.graph.updatePasswordSingleSignOnCredentials", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceprincipal-updatepasswordsinglesignoncredentials?view=graph-rest-1.0" + } ] } ] @@ -266238,2111 +378996,1855 @@ ] }, { - "segment": "microsoft.graph.accept", + "segment": "microsoft.graph.user", "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, { "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.application", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.device", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } ] } ] + } + ] + }, + { + "segment": "microsoft.graph.group", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] }, { - "segment": "microsoft.graph.cancel", + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.orgContact", + "labels": [ { - "segment": "microsoft.graph.decline", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.dismissReminder", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.forward", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [ { - "segment": "microsoft.graph.snoozeReminder", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.tentativelyAccept", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "multiValueExtendedProperties", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{multiValueLegacyExtendedProperty-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] } ] + } + ] + }, + { + "segment": "microsoft.graph.user", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] }, { - "segment": "singleValueExtendedProperties", + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{singleValueLegacyExtendedProperty-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] } ] } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.addKey", + "labels": [ { - "segment": "microsoft.graph.delta()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceprincipal-addkey?view=graph-rest-1.0" } ] } ] }, { - "segment": "microsoft.graph.allowedCalendarSharingRoles(User={User})", + "segment": "microsoft.graph.addPassword", "labels": [ { "name": "v1.0", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceprincipal-addpassword?view=graph-rest-1.0" + } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.addTokenSigningCertificate", + "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceprincipal-addtokensigningcertificate?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceprincipal-addtokensigningcertificate?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.getSchedule", + "segment": "microsoft.graph.checkMemberGroups", "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } + ] + }, { "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createPasswordSingleSignOnCredentials", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceprincipal-createpasswordsinglesignoncredentials?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.deletePasswordSingleSignOnCredentials", + "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceprincipal-deletepasswordsinglesignoncredentials?view=graph-rest-1.0" + } ] } ] }, { - "segment": "multiValueExtendedProperties", + "segment": "microsoft.graph.getMemberGroups", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberObjects", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0" + } ] } - ], - "children": [ + ] + }, + { + "segment": "microsoft.graph.getPasswordSingleSignOnCredentials", + "labels": [ { - "segment": "{multiValueLegacyExtendedProperty-id}", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceprincipal-getpasswordsinglesignoncredentials?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.removeKey", + "labels": [ + { + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceprincipal-removekey?view=graph-rest-1.0" } ] } ] }, { - "segment": "singleValueExtendedProperties", + "segment": "microsoft.graph.removePassword", "labels": [ { "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceprincipal-removepassword?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.restore", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.updatePasswordSingleSignOnCredentials", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceprincipal-updatepasswordsinglesignoncredentials?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "oauth2PermissionGrants", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceprincipal-list-oauth2permissiongrants?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceprincipal-list-oauth2permissiongrants?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "{singleValueLegacyExtendedProperty-id}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{oAuth2PermissionGrant-id}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } ] } ] } ] - } - ] - }, - { - "segment": "calendarGroups", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{calendarGroup-id}", + "segment": "ownedObjects", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceprincipal-list-ownedobjects?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "calendars", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{directoryObject-id}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{calendar-id}", + "segment": "microsoft.graph.application", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.appRoleAssignment", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.endpoint", "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, { "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.group", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "calendarPermissions", + "segment": "microsoft.graph.addKey", "labels": [ { "name": "v1.0", "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{calendarPermission-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceprincipal-addkey?view=graph-rest-1.0" } ] } ] }, { - "segment": "calendarView", + "segment": "microsoft.graph.addPassword", "labels": [ { "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{event-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "attachments", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{attachment-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.createUploadSession", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "calendar", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.allowedCalendarSharingRoles(User={User})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getSchedule", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "exceptionOccurrences", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{event-id1}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.accept", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.cancel", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.decline", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.dismissReminder", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.forward", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.snoozeReminder", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.tentativelyAccept", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.delta()", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "extensions", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{extension-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "instances", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{event-id1}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.accept", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.cancel", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.decline", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.dismissReminder", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.forward", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.snoozeReminder", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.tentativelyAccept", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.delta()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.accept", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.cancel", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.decline", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.dismissReminder", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.forward", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.snoozeReminder", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.tentativelyAccept", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "methods": [ { - "segment": "multiValueExtendedProperties", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{multiValueLegacyExtendedProperty-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceprincipal-addpassword?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.addTokenSigningCertificate", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "singleValueExtendedProperties", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{singleValueLegacyExtendedProperty-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceprincipal-addtokensigningcertificate?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.delta()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceprincipal-addtokensigningcertificate?view=graph-rest-1.0" } ] } ] }, { - "segment": "events", + "segment": "microsoft.graph.checkMemberGroups", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } ] } - ], - "children": [ + ] + }, + { + "segment": "microsoft.graph.checkMemberObjects", + "labels": [ { - "segment": "{event-id}", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Post", + "documentationUrl": null } - ], - "children": [ + ] + } + ] + }, + { + "segment": "microsoft.graph.createPasswordSingleSignOnCredentials", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "attachments", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{attachment-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.createUploadSession", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceprincipal-createpasswordsinglesignoncredentials?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.deletePasswordSingleSignOnCredentials", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "calendar", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.allowedCalendarSharingRoles(User={User})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getSchedule", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceprincipal-deletepasswordsinglesignoncredentials?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "exceptionOccurrences", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{event-id1}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.accept", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.cancel", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.decline", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.dismissReminder", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.forward", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.snoozeReminder", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.tentativelyAccept", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.delta()", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "extensions", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{extension-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "instances", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{event-id1}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.accept", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.cancel", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.decline", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.dismissReminder", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.forward", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.snoozeReminder", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.tentativelyAccept", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.delta()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.accept", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getPasswordSingleSignOnCredentials", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.cancel", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceprincipal-getpasswordsinglesignoncredentials?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.removeKey", + "labels": [ + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.decline", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceprincipal-removekey?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.removePassword", + "labels": [ + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.dismissReminder", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceprincipal-removepassword?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.restore", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.forward", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.snoozeReminder", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.updatePasswordSingleSignOnCredentials", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.tentativelyAccept", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceprincipal-updatepasswordsinglesignoncredentials?view=graph-rest-1.0" + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.application", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.appRoleAssignment", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.endpoint", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.group", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "owners", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceprincipal-list-owners?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceprincipal-list-owners?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "$ref", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceprincipal-list-owners?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceprincipal-list-owners?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{directoryObject-id}", + "labels": [], + "children": [ + { + "segment": "$ref", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.appRoleAssignment", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.endpoint", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.addKey", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceprincipal-addkey?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.addPassword", + "labels": [ + { + "name": "v1.0", + "methods": [ { - "segment": "multiValueExtendedProperties", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{multiValueLegacyExtendedProperty-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceprincipal-addpassword?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.addTokenSigningCertificate", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "singleValueExtendedProperties", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{singleValueLegacyExtendedProperty-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceprincipal-addtokensigningcertificate?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.delta()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceprincipal-addtokensigningcertificate?view=graph-rest-1.0" } ] } ] }, { - "segment": "microsoft.graph.allowedCalendarSharingRoles(User={User})", + "segment": "microsoft.graph.checkMemberGroups", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.getSchedule", + "segment": "microsoft.graph.checkMemberObjects", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createPasswordSingleSignOnCredentials", + "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceprincipal-createpasswordsinglesignoncredentials?view=graph-rest-1.0" + } ] } ] }, { - "segment": "multiValueExtendedProperties", + "segment": "microsoft.graph.deletePasswordSingleSignOnCredentials", "labels": [ { - "name": "v1.0", + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceprincipal-deletepasswordsinglesignoncredentials?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberGroups", + "labels": [ + { + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberObjects", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0" + } ] } - ], - "children": [ + ] + }, + { + "segment": "microsoft.graph.getPasswordSingleSignOnCredentials", + "labels": [ { - "segment": "{multiValueLegacyExtendedProperty-id}", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceprincipal-getpasswordsinglesignoncredentials?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.removeKey", + "labels": [ + { + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceprincipal-removekey?view=graph-rest-1.0" } ] } ] }, { - "segment": "singleValueExtendedProperties", + "segment": "microsoft.graph.removePassword", "labels": [ { "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceprincipal-removepassword?view=graph-rest-1.0" + } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.restore", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } ] - } - ], - "children": [ + }, { - "segment": "{singleValueLegacyExtendedProperty-id}", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.updatePasswordSingleSignOnCredentials", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceprincipal-updatepasswordsinglesignoncredentials?view=graph-rest-1.0" } ] } ] } ] + }, + { + "segment": "microsoft.graph.user", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] } ] - } - ] - } - ] - }, - { - "segment": "calendars", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{calendar-id}", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" + "segment": "microsoft.graph.appRoleAssignment", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" + "segment": "microsoft.graph.endpoint", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] - } - ], - "children": [ + }, { - "segment": "calendarPermissions", + "segment": "microsoft.graph.servicePrincipal", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{calendarPermission-id}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] @@ -268350,698 +380852,1168 @@ ] }, { - "segment": "calendarView", + "segment": "microsoft.graph.user", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{event-id}", + "segment": "$count", "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, { "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] + } + ] + } + ] + } + ] + }, + { + "segment": "synchronization", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "jobs", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/synchronization-synchronizationjob-list?view=graph-rest-1.0" }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/synchronization-synchronizationjob-post?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{synchronizationJob-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "attachments", + "segment": "microsoft.graph.pause", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/synchronization-synchronizationjob-pause?view=graph-rest-1.0" + } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.provisionOnDemand", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/synchronization-synchronizationjob-provision-on-demand?view=graph-rest-1.0" + } ] } - ], - "children": [ + ] + }, + { + "segment": "microsoft.graph.restart", + "labels": [ { - "segment": "{attachment-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/synchronization-synchronizationjob-restart?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.start", + "labels": [ { - "segment": "microsoft.graph.createUploadSession", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/synchronization-synchronizationjob-start?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.stop", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] } ] }, { - "segment": "calendar", + "segment": "microsoft.graph.validateCredentials", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/synchronization-synchronizationjob-validatecredentials?view=graph-rest-1.0" + } ] - }, + } + ] + }, + { + "segment": "schema", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/synchronization-synchronizationschema-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/synchronization-synchronizationschema-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "microsoft.graph.allowedCalendarSharingRoles(User={User})", + "segment": "directories", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, + { + "segment": "{directoryDefinition-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.discover", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directorydefinition-discover?view=graph-rest-1.0" + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.filterOperators()", + "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.getSchedule", + "segment": "microsoft.graph.functions()", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.parseExpression", + "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/synchronization-synchronizationschema-parseexpression?view=graph-rest-1.0" + } ] } ] } ] + } + ] + }, + { + "segment": "microsoft.graph.validateCredentials", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.acquireAccessToken", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/synchronization-synchronization-acquireaccesstoken?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.Ping()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "templates", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/synchronization-synchronizationtemplate-list?view=graph-rest-1.0" }, { - "segment": "exceptionOccurrences", + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{synchronizationTemplate-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "schema", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{event-id1}", + "segment": "directories", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.accept", - "labels": [ { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.cancel", - "labels": [ + "name": "Get", + "documentationUrl": null + }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.decline", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.dismissReminder", + "segment": "{directoryDefinition-id}", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.forward", - "labels": [ + ], + "children": [ { - "name": "beta", - "methods": [ - "Post" + "segment": "microsoft.graph.discover", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directorydefinition-discover?view=graph-rest-1.0" + } + ] + } ] } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.filterOperators()", + "labels": [ { - "segment": "microsoft.graph.snoozeReminder", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.functions()", + "labels": [ { - "segment": "microsoft.graph.tentativelyAccept", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "microsoft.graph.delta()", + "segment": "microsoft.graph.parseExpression", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/synchronization-synchronizationschema-parseexpression?view=graph-rest-1.0" + } ] } ] } ] + } + ] + } + ] + } + ] + }, + { + "segment": "tokenIssuancePolicies", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{tokenIssuancePolicy-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "tokenLifetimePolicies", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{tokenLifetimePolicy-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "transitiveMemberOf", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceprincipal-list-transitivememberof?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceprincipal-list-transitivememberof?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{directoryObject-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.application", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.device", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.group", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.orgContact", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.addKey", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceprincipal-addkey?view=graph-rest-1.0" + } + ] + } + ] }, { - "segment": "extensions", + "segment": "microsoft.graph.addPassword", "labels": [ { "name": "v1.0", "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{extension-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceprincipal-addpassword?view=graph-rest-1.0" } ] } ] }, { - "segment": "instances", + "segment": "microsoft.graph.addTokenSigningCertificate", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{event-id1}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.accept", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.cancel", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.decline", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.dismissReminder", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.forward", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.snoozeReminder", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, { - "segment": "microsoft.graph.tentativelyAccept", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceprincipal-addtokensigningcertificate?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.delta()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceprincipal-addtokensigningcertificate?view=graph-rest-1.0" } ] } ] }, { - "segment": "microsoft.graph.accept", + "segment": "microsoft.graph.checkMemberGroups", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.cancel", + "segment": "microsoft.graph.checkMemberObjects", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.decline", + "segment": "microsoft.graph.createPasswordSingleSignOnCredentials", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceprincipal-createpasswordsinglesignoncredentials?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.dismissReminder", + "segment": "microsoft.graph.deletePasswordSingleSignOnCredentials", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceprincipal-deletepasswordsinglesignoncredentials?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.forward", + "segment": "microsoft.graph.getMemberGroups", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.snoozeReminder", + "segment": "microsoft.graph.getMemberObjects", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.tentativelyAccept", + "segment": "microsoft.graph.getPasswordSingleSignOnCredentials", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceprincipal-getpasswordsinglesignoncredentials?view=graph-rest-1.0" + } ] } ] }, { - "segment": "multiValueExtendedProperties", + "segment": "microsoft.graph.removeKey", "labels": [ { "name": "v1.0", "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceprincipal-removekey?view=graph-rest-1.0" + } ] } - ], - "children": [ + ] + }, + { + "segment": "microsoft.graph.removePassword", + "labels": [ { - "segment": "{multiValueLegacyExtendedProperty-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceprincipal-removepassword?view=graph-rest-1.0" } ] } ] }, { - "segment": "singleValueExtendedProperties", + "segment": "microsoft.graph.restore", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } ] } - ], - "children": [ + ] + }, + { + "segment": "microsoft.graph.updatePasswordSingleSignOnCredentials", + "labels": [ { - "segment": "{singleValueLegacyExtendedProperty-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/serviceprincipal-updatepasswordsinglesignoncredentials?view=graph-rest-1.0" } ] } @@ -269050,18 +382022,120 @@ ] }, { - "segment": "microsoft.graph.delta()", + "segment": "microsoft.graph.user", "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, { "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.application", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.device", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } ] } ] @@ -269069,155 +382143,967 @@ ] }, { - "segment": "events", + "segment": "microsoft.graph.group", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.orgContact", "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, { "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.user", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{event-id}", + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getAvailableExtensionProperties", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getByIds", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getUserOwnedObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.validateProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "settings", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-list-settings?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-post-settings?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{directorySetting-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/directorysetting-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/directorysetting-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": "https://docs.microsoft.com/graph/api/directorysetting-delete?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "shares", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{sharedDriveItem-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/shares-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/shares-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "driveItem", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/shares-get?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/shares-get?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/shares-get?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/shares-get?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "items", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{driveItem-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + }, { "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "list", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "activities", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "columns", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/list-list-columns?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/list-post-columns?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/list-list-columns?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/list-post-columns?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{columnDefinition-id}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "attachments", + "segment": "sourceColumn", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + } + ] + } + ] + }, + { + "segment": "contentTypes", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/list-list-contenttypes?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/list-list-contenttypes?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "{attachment-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{contentType-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "base", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.createUploadSession", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "calendar", + "segment": "baseTypes", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "microsoft.graph.allowedCalendarSharingRoles(User={User})", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.getSchedule", + "segment": "{contentType-id1}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] @@ -269225,158 +383111,165 @@ ] }, { - "segment": "exceptionOccurrences", + "segment": "columnLinks", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{event-id1}", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.accept", - "labels": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.cancel", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{columnLink-id}", + "labels": [ { - "segment": "microsoft.graph.decline", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.dismissReminder", - "labels": [ + "name": "Get", + "documentationUrl": null + }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.forward", - "labels": [ + "name": "Patch", + "documentationUrl": null + }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.snoozeReminder", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.tentativelyAccept", - "labels": [ + "name": "Get", + "documentationUrl": null + }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } ] - }, - { - "segment": "microsoft.graph.delta()", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] } ] }, { - "segment": "extensions", + "segment": "columnPositions", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{extension-id}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{columnDefinition-id}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } ] } ] @@ -269384,383 +383277,235 @@ ] }, { - "segment": "instances", + "segment": "columns", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-list-columns?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-post-columns?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-list-columns?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-post-columns?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "{event-id1}", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.accept", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.cancel", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{columnDefinition-id}", + "labels": [ { - "segment": "microsoft.graph.decline", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.dismissReminder", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.forward", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.snoozeReminder", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.tentativelyAccept", + "segment": "sourceColumn", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] } ] - }, - { - "segment": "microsoft.graph.delta()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] } ] }, { - "segment": "microsoft.graph.accept", + "segment": "microsoft.graph.associateWithHubSites", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.cancel", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0" + } ] }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.decline", - "labels": [ { "name": "v1.0", "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.dismissReminder", + "segment": "microsoft.graph.copyToDefaultContentLocation", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.forward", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0" + } ] }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.snoozeReminder", - "labels": [ { "name": "v1.0", "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.tentativelyAccept", + "segment": "microsoft.graph.isPublished()", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "multiValueExtendedProperties", + "segment": "microsoft.graph.publish", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{multiValueLegacyExtendedProperty-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0" } ] } ] }, { - "segment": "singleValueExtendedProperties", + "segment": "microsoft.graph.unpublish", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{singleValueLegacyExtendedProperty-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0" } ] } @@ -269769,463 +383514,491 @@ ] }, { - "segment": "microsoft.graph.delta()", + "segment": "microsoft.graph.addCopy", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0" + } ] } ] - } - ] - }, - { - "segment": "microsoft.graph.allowedCalendarSharingRoles(User={User})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getSchedule", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "multiValueExtendedProperties", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{multiValueLegacyExtendedProperty-id}", + "segment": "microsoft.graph.addCopyFromContentTypeHub", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0" + } ] } ] - } - ] - }, - { - "segment": "singleValueExtendedProperties", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{singleValueLegacyExtendedProperty-id}", + "segment": "microsoft.graph.getCompatibleHubContentTypes()", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] } ] - } - ] - } - ] - }, - { - "segment": "calendarView", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{event-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "attachments", + "segment": "drive", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{attachment-id}", - "labels": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.createUploadSession", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "calendar", + "segment": "items", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-create?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-create?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "calendarPermissions", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{calendarPermission-id}", - "labels": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "calendarView", + "segment": "{listItem-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{event-id1}", + "segment": "activities", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "microsoft.graph.accept", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.cancel", + "segment": "{itemActivityOLD-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "driveItem", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "listItem", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] } ] + } + ] + }, + { + "segment": "analytics", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] }, { - "segment": "microsoft.graph.decline", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "documentSetVersions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-post-documentsetversions?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.dismissReminder", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-post-documentsetversions?view=graph-rest-1.0" } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.forward", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.snoozeReminder", + "segment": "{documentSetVersion-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.restore", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0" + } + ] + } ] } ] + } + ] + }, + { + "segment": "driveItem", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] }, { - "segment": "microsoft.graph.tentativelyAccept", + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } ] } ] @@ -270233,316 +384006,522 @@ ] }, { - "segment": "microsoft.graph.delta()", + "segment": "fields", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] - } - ] - }, - { - "segment": "events", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Post" + "segment": "microsoft.graph.createLink", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-createlink?view=graph-rest-1.0" + } + ] + } ] - } - ], - "children": [ + }, { - "segment": "{event-id1}", + "segment": "microsoft.graph.getActivitiesByInterval()", "labels": [ { "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.accept", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.cancel", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "versions", + "labels": [ { - "segment": "microsoft.graph.decline", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.dismissReminder", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-list-versions?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.forward", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.snoozeReminder", + "segment": "{listItemVersion-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.tentativelyAccept", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "fields", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.documentSetVersion", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.restore", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0" + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "microsoft.graph.restoreVersion", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0" + } + ] + } ] } ] } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ { - "segment": "microsoft.graph.delta()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "microsoft.graph.allowedCalendarSharingRoles(User={User})", + "segment": "microsoft.graph.delta(token='{token}')", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] + } + ] + } + ] + }, + { + "segment": "operations", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.getSchedule", + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "multiValueExtendedProperties", + "segment": "{richLongRunningOperation-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } - ], - "children": [ + ] + } + ] + }, + { + "segment": "subscriptions", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "{multiValueLegacyExtendedProperty-id}", - "labels": [ + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "singleValueExtendedProperties", + "segment": "{subscription-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{singleValueLegacyExtendedProperty-id}", + "segment": "microsoft.graph.reauthorize", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": null + } ] } ] @@ -270550,160 +384529,347 @@ ] } ] + } + ] + }, + { + "segment": "listItem", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] }, { - "segment": "exceptionOccurrences", + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "activities", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{event-id1}", + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{itemActivityOLD-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "microsoft.graph.accept", + "segment": "driveItem", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "microsoft.graph.cancel", + "segment": "listItem", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] + } + ] + } + ] + }, + { + "segment": "analytics", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "documentSetVersions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0" }, { - "segment": "microsoft.graph.decline", - "labels": [ + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-post-documentsetversions?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-post-documentsetversions?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.dismissReminder", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{documentSetVersion-id}", + "labels": [ { - "segment": "microsoft.graph.forward", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.snoozeReminder", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.tentativelyAccept", + "segment": "microsoft.graph.restore", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0" + } ] } ] } ] - }, - { - "segment": "microsoft.graph.delta()", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] } ] }, { - "segment": "extensions", + "segment": "driveItem", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{extension-id}", + "segment": "content", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } ] } ] @@ -270711,383 +384877,412 @@ ] }, { - "segment": "instances", + "segment": "fields", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createLink", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-createlink?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getActivitiesByInterval()", "labels": [ { "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "versions", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-list-versions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{event-id1}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{listItemVersion-id}", + "labels": [ { - "segment": "microsoft.graph.accept", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.cancel", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.decline", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.dismissReminder", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.forward", + "segment": "fields", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.snoozeReminder", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "segment": "microsoft.graph.documentSetVersion", + "labels": [], + "children": [ { - "name": "beta", - "methods": [ - "Post" + "segment": "microsoft.graph.restore", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0" + } + ] + } ] } ] }, { - "segment": "microsoft.graph.tentativelyAccept", + "segment": "microsoft.graph.restoreVersion", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0" + } ] } ] } ] - }, - { - "segment": "microsoft.graph.delta()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] } ] - }, + } + ] + }, + { + "segment": "permission", + "labels": [ { - "segment": "microsoft.graph.accept", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.cancel", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.decline", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.dismissReminder", + "segment": "microsoft.graph.grant", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.forward", + "segment": "microsoft.graph.revokeGrants", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-1.0" + } ] } ] - }, + } + ] + }, + { + "segment": "root", + "labels": [ { - "segment": "microsoft.graph.snoozeReminder", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.tentativelyAccept", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "multiValueExtendedProperties", + "segment": "content", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{multiValueLegacyExtendedProperty-id}", - "labels": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Put", + "documentationUrl": null } ] - } - ] - }, - { - "segment": "singleValueExtendedProperties", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{singleValueLegacyExtendedProperty-id}", - "labels": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Put", + "documentationUrl": null } ] } @@ -271096,367 +385291,717 @@ ] }, { - "segment": "microsoft.graph.delta()", + "segment": "site", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] } ] + } + ] + }, + { + "segment": "sites", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/site-search?view=graph-rest-1.0" + } + ] }, { - "segment": "chats", + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/site-search?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{chat-id}", - "labels": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "contactFolders", + "segment": "{site-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/site-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/site-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{contactFolder-id}", + "segment": "analytics", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "columns", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/site-list-columns?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/site-post-columns?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/site-list-columns?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/site-post-columns?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "childFolders", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{columnDefinition-id}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{contactFolder-id1}", + "segment": "sourceColumn", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] + } + ] + } + ] + }, + { + "segment": "contentTypes", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/site-list-contenttypes?view=graph-rest-1.0" }, { - "segment": "microsoft.graph.delta()", - "labels": [ + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/site-post-contenttypes?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/site-list-contenttypes?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/site-post-contenttypes?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "contacts", + "segment": "{contentType-id}", "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, { "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "base", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "baseTypes", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{contentType-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{contact-id}", + "segment": "columnLinks", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "extensions", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{columnLink-id}", + "labels": [ { - "segment": "{extension-id}", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } ] + } + ] + }, + { + "segment": "columnPositions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] }, { - "segment": "multiValueExtendedProperties", + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{multiValueLegacyExtendedProperty-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "photo", + "segment": "{columnDefinition-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + } + ] + }, + { + "segment": "columns", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "$value", - "labels": [ + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-list-columns?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-post-columns?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-list-columns?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-post-columns?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Put" - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Put" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "singleValueExtendedProperties", + "segment": "{columnDefinition-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{singleValueLegacyExtendedProperty-id}", + "segment": "sourceColumn", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] @@ -271466,247 +386011,116 @@ ] }, { - "segment": "microsoft.graph.delta()", + "segment": "microsoft.graph.associateWithHubSites", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0" + } ] } ] - } - ] - }, - { - "segment": "multiValueExtendedProperties", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{multiValueLegacyExtendedProperty-id}", + "segment": "microsoft.graph.copyToDefaultContentLocation", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0" + } ] } ] - } - ] - }, - { - "segment": "singleValueExtendedProperties", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{singleValueLegacyExtendedProperty-id}", + "segment": "microsoft.graph.isPublished()", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.delta()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "contacts", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{contact-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "extensions", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{extension-id}", + "segment": "microsoft.graph.publish", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0" + } ] } ] - } - ] - }, - { - "segment": "multiValueExtendedProperties", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{multiValueLegacyExtendedProperty-id}", + "segment": "microsoft.graph.unpublish", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0" + } ] } ] @@ -271714,84 +386128,69 @@ ] }, { - "segment": "photo", + "segment": "microsoft.graph.addCopy", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "$value", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put" - ] - }, { - "name": "beta", - "methods": [ - "Get", - "Put" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0" } ] } ] }, { - "segment": "singleValueExtendedProperties", + "segment": "microsoft.graph.addCopyFromContentTypeHub", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0" + } ] } - ], - "children": [ + ] + }, + { + "segment": "microsoft.graph.getCompatibleHubContentTypes()", + "labels": [ { - "segment": "{singleValueLegacyExtendedProperty-id}", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] } @@ -271800,132 +386199,93 @@ ] }, { - "segment": "microsoft.graph.delta()", + "segment": "drive", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/drive-get?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/drive-get?view=graph-rest-1.0" + } ] } ] - } - ] - }, - { - "segment": "createdObjects", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] }, { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", + "segment": "drives", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/drive-list?view=graph-rest-1.0" + } ] - } - ] - } - ] - }, - { - "segment": "deviceEnrollmentConfigurations", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{deviceEnrollmentConfiguration-id}", - "labels": [ + }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/drive-list?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "assignments", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] - } - ], - "children": [ + }, { - "segment": "{enrollmentConfigurationAssignment-id}", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "microsoft.graph.assign", + "segment": "{drive-id}", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] - } - ] - }, - { - "segment": "microsoft.graph.setPriority", - "labels": [ + }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] @@ -271933,344 +386293,372 @@ ] }, { - "segment": "microsoft.graph.hasPayloadLinks", + "segment": "externalColumns", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] - } - ] - } - ] - }, - { - "segment": "deviceManagementTroubleshootingEvents", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{deviceManagementTroubleshootingEvent-id}", - "labels": [ + }, { "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ], + "children": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] - } - ] - } - ] - }, - { - "segment": "devices", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{device-id}", - "labels": [ + }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" + "segment": "{columnDefinition-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] } ] - } - ] - }, - { - "segment": "directReports", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] }, { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", + "segment": "items", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } - ] - } - ] - }, - { - "segment": "drive", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "drives", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{drive-id}", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" + "segment": "{baseItem-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] } ] - } - ] - }, - { - "segment": "events", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{event-id}", + "segment": "lists", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/list-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/list-create?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/list-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/list-create?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "attachments", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{attachment-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.createUploadSession", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "calendar", + "segment": "{list-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "calendarPermissions", + "segment": "activities", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "columns", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/list-list-columns?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/list-post-columns?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/list-list-columns?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/list-post-columns?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "{calendarPermission-id}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{columnDefinition-id}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "sourceColumn", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] } ] @@ -272278,160 +386666,589 @@ ] }, { - "segment": "calendarView", + "segment": "contentTypes", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/list-list-contenttypes?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/list-list-contenttypes?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{event-id1}", + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{contentType-id}", "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, { "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "base", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "baseTypes", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{contentType-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "columnLinks", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{columnLink-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.accept", + "segment": "columnPositions", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{columnDefinition-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "microsoft.graph.cancel", + "segment": "columns", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-list-columns?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-post-columns?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-list-columns?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-post-columns?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{columnDefinition-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "sourceColumn", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] } ] }, { - "segment": "microsoft.graph.decline", + "segment": "microsoft.graph.associateWithHubSites", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.dismissReminder", + "segment": "microsoft.graph.copyToDefaultContentLocation", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.forward", + "segment": "microsoft.graph.isPublished()", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.snoozeReminder", + "segment": "microsoft.graph.publish", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.tentativelyAccept", + "segment": "microsoft.graph.unpublish", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0" + } ] } ] @@ -272439,18 +387256,70 @@ ] }, { - "segment": "microsoft.graph.delta()", + "segment": "microsoft.graph.addCopy", "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0" + } + ] + }, { "name": "v1.0", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.addCopyFromContentTypeHub", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0" + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getCompatibleHubContentTypes()", + "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } ] } ] @@ -272458,160 +387327,700 @@ ] }, { - "segment": "events", + "segment": "drive", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "items", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-create?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-create?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "{event-id1}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{listItem-id}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "microsoft.graph.accept", + "segment": "activities", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "{itemActivityOLD-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "driveItem", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "listItem", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] } ] }, { - "segment": "microsoft.graph.cancel", + "segment": "analytics", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.decline", + "segment": "documentSetVersions", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-post-documentsetversions?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-post-documentsetversions?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{documentSetVersion-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.restore", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0" + } + ] + } + ] + } ] } ] }, { - "segment": "microsoft.graph.dismissReminder", + "segment": "driveItem", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "microsoft.graph.forward", + "segment": "fields", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createLink", + "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-createlink?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.snoozeReminder", + "segment": "microsoft.graph.getActivitiesByInterval()", "labels": [ { "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.tentativelyAccept", + "segment": "versions", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-list-versions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{listItemVersion-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "fields", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.documentSetVersion", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.restore", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.restoreVersion", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0" + } + ] + } + ] + } ] } ] @@ -272622,15 +388031,26 @@ "segment": "microsoft.graph.delta()", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.delta(token='{token}')", + "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] @@ -272638,619 +388058,1584 @@ ] }, { - "segment": "microsoft.graph.allowedCalendarSharingRoles(User={User})", + "segment": "operations", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getSchedule", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "multiValueExtendedProperties", - "labels": [ { "name": "v1.0", "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{multiValueLegacyExtendedProperty-id}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] - } - ] - }, - { - "segment": "singleValueExtendedProperties", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{singleValueLegacyExtendedProperty-id}", + "segment": "{richLongRunningOperation-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] } ] - } - ] - }, - { - "segment": "exceptionOccurrences", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + }, { - "segment": "{event-id1}", + "segment": "subscriptions", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.accept", - "labels": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.cancel", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.decline", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] - } - ] - }, - { - "segment": "microsoft.graph.dismissReminder", - "labels": [ + }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.forward", + "segment": "{subscription-id}", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] - } - ] - }, - { - "segment": "microsoft.graph.snoozeReminder", - "labels": [ + }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.tentativelyAccept", - "labels": [ + ], + "children": [ { - "name": "beta", - "methods": [ - "Post" + "segment": "microsoft.graph.reauthorize", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } ] } ] } ] - }, + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getActivitiesByInterval()", + "labels": [ + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.delta()", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "extensions", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getApplicableContentTypesForList(listId='{listId}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getByPath(path='{path}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "onenote", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } - ], - "children": [ + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "{extension-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "instances", + "segment": "notebooks", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/onenote-list-notebooks?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/onenote-post-notebooks?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/onenote-list-notebooks?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/onenote-post-notebooks?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "{event-id1}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{notebook-id}", + "labels": [ { - "segment": "microsoft.graph.accept", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.cancel", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.decline", + "segment": "microsoft.graph.copyNotebook", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/notebook-copynotebook?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/notebook-copynotebook?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.dismissReminder", + "segment": "sectionGroups", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/notebook-list-sectiongroups?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/notebook-post-sectiongroups?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/notebook-list-sectiongroups?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/notebook-post-sectiongroups?view=graph-rest-1.0" + } ] } - ] - }, - { - "segment": "microsoft.graph.forward", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "{sectionGroup-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "parentNotebook", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "parentSectionGroup", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "sectionGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/sectiongroup-list-sectiongroups?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/sectiongroup-list-sectiongroups?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{sectionGroup-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "sections", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/sectiongroup-list-sections?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/sectiongroup-post-sections?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/sectiongroup-list-sections?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/sectiongroup-post-sections?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{onenoteSection-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.copyToNotebook", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.copyToSectionGroup", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "pages", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{onenotePage-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.copyToSection", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.onenotePatchContent", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.preview()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "parentNotebook", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "parentSection", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "parentNotebook", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "parentSectionGroup", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + } ] } ] }, { - "segment": "microsoft.graph.snoozeReminder", + "segment": "sections", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/notebook-list-sections?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/notebook-post-sections?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/notebook-list-sections?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/notebook-post-sections?view=graph-rest-1.0" + } ] } - ] - }, - { - "segment": "microsoft.graph.tentativelyAccept", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.delta()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.accept", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.cancel", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.decline", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.dismissReminder", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.forward", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.snoozeReminder", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.tentativelyAccept", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "{onenoteSection-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.copyToNotebook", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.copyToSectionGroup", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "pages", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{onenotePage-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.copyToSection", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.onenotePatchContent", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.preview()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "parentNotebook", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "parentSection", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "parentNotebook", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "parentSectionGroup", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "multiValueExtendedProperties", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" + "segment": "microsoft.graph.getNotebookFromWebUrl", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-1.0" + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{multiValueLegacyExtendedProperty-id}", + "segment": "microsoft.graph.getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] @@ -273258,1506 +389643,3495 @@ ] }, { - "segment": "singleValueExtendedProperties", + "segment": "operations", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{singleValueLegacyExtendedProperty-id}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{onenoteOperation-id}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] } ] - } - ] - }, - { - "segment": "microsoft.graph.delta()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "extensions", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{extension-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "followedSites", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ] - } - ] - }, - { - "segment": "inferenceClassification", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "overrides", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{inferenceClassificationOverride-id}", + "segment": "pages", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] - } - ] - } - ] - } - ] - }, - { - "segment": "informationProtection", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "insights", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "shared", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{sharedInsight-id}", - "labels": [ + }, { "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "lastSharedMethod", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] - } - ], - "children": [ + }, { - "segment": "$ref", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{onenotePage-id}", + "labels": [ { - "segment": "microsoft.graph.calendarSharingMessage", - "labels": [], - "children": [ + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.accept", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.managedAppProtection", - "labels": [], - "children": [ + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.targetApps", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.mobileAppContentFile", - "labels": [], - "children": [ + "segment": "content", + "labels": [ { - "segment": "microsoft.graph.commit", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.renewUpload", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null } ] } ] }, { - "segment": "microsoft.graph.printDocument", - "labels": [], - "children": [ + "segment": "microsoft.graph.copyToSection", + "labels": [ { - "segment": "microsoft.graph.createUploadSession", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0" } ] } ] }, { - "segment": "microsoft.graph.printJob", - "labels": [], - "children": [ + "segment": "microsoft.graph.onenotePatchContent", + "labels": [ { - "segment": "microsoft.graph.abort", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.cancel", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.preview()", + "labels": [ { - "segment": "microsoft.graph.redirect", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.start", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "microsoft.graph.scheduleChangeRequest", - "labels": [], - "children": [ + "segment": "parentNotebook", + "labels": [ { - "segment": "microsoft.graph.approve", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.decline", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "microsoft.graph.targetedManagedAppProtection", - "labels": [], - "children": [ + "segment": "parentSection", + "labels": [ { - "segment": "microsoft.graph.assign", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.targetApps", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] } ] + } + ] + } + ] + }, + { + "segment": "resources", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.windowsInformationProtection", - "labels": [], - "children": [ + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.assign", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.workbookRange", - "labels": [], - "children": [ + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.boundingRect(anotherRange={anotherRange})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{onenoteResource-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.cell(row={row},column={column})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - } - ] + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.column(column={column})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.columnsAfter()", - "labels": [ + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.columnsAfter(count={count})", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null } ] + } + ] + } + ] + } + ] + }, + { + "segment": "sectionGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/onenote-list-sectiongroups?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/onenote-list-sectiongroups?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{sectionGroup-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.columnsBefore()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.columnsBefore(count={count})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.delete", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.entireColumn()", - "labels": [ + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "parentNotebook", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.entireRow()", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "parentSectionGroup", + "labels": [ { - "segment": "microsoft.graph.insert", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.intersection(anotherRange={anotherRange})", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "sectionGroups", + "labels": [ { - "segment": "microsoft.graph.lastCell()", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/sectiongroup-list-sectiongroups?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.lastColumn()", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/sectiongroup-list-sectiongroups?view=graph-rest-1.0" } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.lastRow()", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] - } - ] - }, - { - "segment": "microsoft.graph.merge", - "labels": [ + }, { "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})", + "segment": "{sectionGroup-id1}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] - } - ] - }, - { - "segment": "microsoft.graph.resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})", - "labels": [ + }, { "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] - }, + } + ] + }, + { + "segment": "sections", + "labels": [ { - "segment": "microsoft.graph.row(row={row})", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/sectiongroup-list-sections?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/sectiongroup-post-sections?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.rowsAbove()", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/sectiongroup-list-sections?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/sectiongroup-post-sections?view=graph-rest-1.0" } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.rowsAbove(count={count})", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] - } - ] - }, - { - "segment": "microsoft.graph.rowsBelow()", - "labels": [ + }, { "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.rowsBelow(count={count})", + "segment": "{onenoteSection-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] - } - ] - }, - { - "segment": "microsoft.graph.unmerge", - "labels": [ + }, { "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.usedRange()", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Get" + "segment": "microsoft.graph.copyToNotebook", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0" + } + ] + } ] - } - ] - }, - { - "segment": "microsoft.graph.usedRange(valuesOnly={valuesOnly})", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Get" + "segment": "microsoft.graph.copyToSectionGroup", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "pages", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{onenotePage-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.copyToSection", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.onenotePatchContent", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.preview()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "parentNotebook", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "parentSection", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } ] - } - ] - }, - { - "segment": "microsoft.graph.visibleView()", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Get" + "segment": "parentNotebook", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.workbookRangeFill", - "labels": [], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Post" + "segment": "parentSectionGroup", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] } ] } ] + } + ] + } + ] + }, + { + "segment": "sections", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/onenote-list-sections?view=graph-rest-1.0" }, { - "segment": "microsoft.graph.workbookRangeFormat", - "labels": [], - "children": [ - { - "segment": "microsoft.graph.autofitColumns", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.autofitRows", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - } - ] - } - ] + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/onenote-list-sections?view=graph-rest-1.0" }, { - "segment": "microsoft.graph.workbookRangeSort", - "labels": [], - "children": [ + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.apply", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.workbookRangeView", - "labels": [], - "children": [ + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "resource", + "segment": "{onenoteSection-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.calendarSharingMessage", - "labels": [], - "children": [ + "name": "Get", + "documentationUrl": null + }, { - "segment": "microsoft.graph.accept", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.managedAppProtection", - "labels": [], - "children": [ + "name": "Patch", + "documentationUrl": null + }, { - "segment": "microsoft.graph.targetApps", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.mobileAppContentFile", - "labels": [], - "children": [ + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.commit", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.renewUpload", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.printDocument", - "labels": [], - "children": [ + "name": "Patch", + "documentationUrl": null + }, { - "segment": "microsoft.graph.createUploadSession", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.printJob", - "labels": [], - "children": [ - { - "segment": "microsoft.graph.abort", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.cancel", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - } - ] - }, + "segment": "microsoft.graph.copyToNotebook", + "labels": [ { - "segment": "microsoft.graph.redirect", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.start", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0" } ] } ] }, { - "segment": "microsoft.graph.scheduleChangeRequest", - "labels": [], - "children": [ + "segment": "microsoft.graph.copyToSectionGroup", + "labels": [ { - "segment": "microsoft.graph.approve", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.decline", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0" } ] } ] }, { - "segment": "microsoft.graph.targetedManagedAppProtection", - "labels": [], - "children": [ + "segment": "pages", + "labels": [ { - "segment": "microsoft.graph.assign", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.targetApps", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.windowsInformationProtection", - "labels": [], - "children": [ - { - "segment": "microsoft.graph.assign", - "labels": [ + "name": "Get", + "documentationUrl": null + }, { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] } - ] - }, - { - "segment": "microsoft.graph.workbookRange", - "labels": [], + ], "children": [ { - "segment": "microsoft.graph.boundingRect(anotherRange={anotherRange})", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] - } - ] - }, - { - "segment": "microsoft.graph.cell(row={row},column={column})", - "labels": [ + }, { "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.clear", + "segment": "{onenotePage-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] - } - ] - }, - { - "segment": "microsoft.graph.column(column={column})", - "labels": [ + }, { "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.columnsAfter()", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Get" + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } ] - } - ] - }, - { - "segment": "microsoft.graph.columnsAfter(count={count})", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Get" + "segment": "microsoft.graph.copyToSection", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0" + } + ] + } ] - } - ] - }, - { - "segment": "microsoft.graph.columnsBefore()", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Get" + "segment": "microsoft.graph.onenotePatchContent", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } ] - } - ] - }, - { - "segment": "microsoft.graph.columnsBefore(count={count})", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Get" + "segment": "microsoft.graph.preview()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] - } - ] - }, - { - "segment": "microsoft.graph.delete", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Post" + "segment": "parentNotebook", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] - } - ] - }, - { - "segment": "microsoft.graph.entireColumn()", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Get" + "segment": "parentSection", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] } ] - }, + } + ] + }, + { + "segment": "parentNotebook", + "labels": [ { - "segment": "microsoft.graph.entireRow()", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.insert", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "parentSectionGroup", + "labels": [ { - "segment": "microsoft.graph.intersection(anotherRange={anotherRange})", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.lastCell()", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "operations", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/site-list-operations?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/site-list-operations?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{richLongRunningOperation-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "pages", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/sitepage-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/sitepage-create?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{sitePage-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.publish", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.lastColumn()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "permissions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/site-list-permissions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/site-post-permissions?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/site-list-permissions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/site-post-permissions?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{permission-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.grant", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.lastRow()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.merge", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.revokeGrants", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-1.0" + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "sites", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/site-list-subsites?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/site-list-subsites?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{site-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "termStore", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-store-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-store-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-store-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "groups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-list-groups?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-group-post?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-list-groups?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-group-post?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.row(row={row})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{group-id}", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.rowsAbove()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.rowsAbove(count={count})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.rowsBelow()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] - }, + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.rowsBelow(count={count})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.unmerge", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.usedRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] - }, + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "sets", + "labels": [ { - "segment": "microsoft.graph.usedRange(valuesOnly={valuesOnly})", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.visibleView()", - "labels": [ + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-group-list-sets?view=graph-rest-1.0" + }, { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": null } ] - } - ] - }, - { - "segment": "microsoft.graph.workbookRangeFill", - "labels": [], - "children": [ + }, { - "segment": "microsoft.graph.clear", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-group-list-sets?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null } ] } - ] - }, - { - "segment": "microsoft.graph.workbookRangeFormat", - "labels": [], + ], "children": [ { - "segment": "microsoft.graph.autofitColumns", + "segment": "$count", "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, { "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.autofitRows", + "segment": "{set-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.workbookRangeSort", - "labels": [], - "children": [ - { - "segment": "microsoft.graph.apply", - "labels": [ + }, { "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } - ] - } - ] - }, - { - "segment": "microsoft.graph.workbookRangeView", - "labels": [], - "children": [ - { - "segment": "microsoft.graph.range()", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Get" + "segment": "children", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-term-list-children?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-term-post?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-term-list-children?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-term-post?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{term-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "children", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{term-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "relations", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{relation-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "fromTerm", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "toTerm", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "relations", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{relation-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "fromTerm", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "toTerm", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "parentGroup", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "relations", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-term-list-relations?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-term-list-relations?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{relation-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "fromTerm", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "toTerm", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "terms", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{term-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "children", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{term-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "relations", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{relation-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "fromTerm", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "toTerm", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "relations", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{relation-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "fromTerm", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "toTerm", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } ] } ] @@ -274767,904 +393141,666 @@ ] } ] - } - ] - }, - { - "segment": "trending", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + }, { - "segment": "{trending-id}", + "segment": "sets", "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, { "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "resource", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.calendarSharingMessage", - "labels": [], - "children": [ - { - "segment": "microsoft.graph.accept", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.managedAppProtection", - "labels": [], - "children": [ - { - "segment": "microsoft.graph.targetApps", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.mobileAppContentFile", - "labels": [], - "children": [ - { - "segment": "microsoft.graph.commit", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.renewUpload", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.printDocument", - "labels": [], - "children": [ { - "segment": "microsoft.graph.createUploadSession", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.printJob", - "labels": [], - "children": [ - { - "segment": "microsoft.graph.abort", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.cancel", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.redirect", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - } - ] - }, + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.start", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{set-id}", + "labels": [ { - "segment": "microsoft.graph.scheduleChangeRequest", - "labels": [], - "children": [ + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.approve", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.decline", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.targetedManagedAppProtection", - "labels": [], - "children": [ - { - "segment": "microsoft.graph.assign", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.targetApps", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.windowsInformationProtection", - "labels": [], - "children": [ - { - "segment": "microsoft.graph.assign", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.workbookRange", - "labels": [], - "children": [ - { - "segment": "microsoft.graph.boundingRect(anotherRange={anotherRange})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.cell(row={row},column={column})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.column(column={column})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.columnsAfter()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.columnsAfter(count={count})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.columnsBefore()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.columnsBefore(count={count})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.delete", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.entireColumn()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.entireRow()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.insert", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.intersection(anotherRange={anotherRange})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.lastCell()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.lastColumn()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.lastRow()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.merge", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.row(row={row})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.rowsAbove()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.rowsAbove(count={count})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.rowsBelow()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.rowsBelow(count={count})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.unmerge", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.usedRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] - }, + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.usedRange(valuesOnly={valuesOnly})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.visibleView()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.workbookRangeFill", - "labels": [], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.workbookRangeFormat", - "labels": [], - "children": [ - { - "segment": "microsoft.graph.autofitColumns", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.autofitRows", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.workbookRangeSort", - "labels": [], - "children": [ - { - "segment": "microsoft.graph.apply", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.workbookRangeView", - "labels": [], - "children": [ - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] } - ] - } - ] - } - ] - }, - { - "segment": "used", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{usedInsight-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "resource", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } ], "children": [ { - "segment": "$ref", + "segment": "children", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.calendarSharingMessage", - "labels": [], - "children": [ - { - "segment": "microsoft.graph.accept", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.managedAppProtection", - "labels": [], - "children": [ - { - "segment": "microsoft.graph.targetApps", - "labels": [ { - "name": "v1.0", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.mobileAppContentFile", - "labels": [], - "children": [ - { - "segment": "microsoft.graph.commit", - "labels": [ + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-term-list-children?view=graph-rest-1.0" + }, { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-term-post?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.renewUpload", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.printDocument", - "labels": [], - "children": [ - { - "segment": "microsoft.graph.createUploadSession", - "labels": [ + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-term-list-children?view=graph-rest-1.0" + }, { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-term-post?view=graph-rest-1.0" } ] } - ] - }, - { - "segment": "microsoft.graph.printJob", - "labels": [], + ], "children": [ { - "segment": "microsoft.graph.abort", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.cancel", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] - } - ] - }, - { - "segment": "microsoft.graph.redirect", - "labels": [ + }, { "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.start", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.scheduleChangeRequest", - "labels": [], - "children": [ - { - "segment": "microsoft.graph.approve", + "segment": "{term-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] - } - ] - }, - { - "segment": "microsoft.graph.decline", - "labels": [ + }, { "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } - ] - } - ] - }, - { - "segment": "microsoft.graph.targetedManagedAppProtection", - "labels": [], - "children": [ - { - "segment": "microsoft.graph.assign", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "children", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{term-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "relations", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{relation-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "fromTerm", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "toTerm", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } ] - } - ] - }, - { - "segment": "microsoft.graph.targetApps", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Post" + "segment": "relations", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{relation-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "fromTerm", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "toTerm", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.windowsInformationProtection", - "labels": [], - "children": [ - { - "segment": "microsoft.graph.assign", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Post" + "segment": "set", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] } ] @@ -275672,1008 +393808,1613 @@ ] }, { - "segment": "microsoft.graph.workbookRange", - "labels": [], - "children": [ - { - "segment": "microsoft.graph.boundingRect(anotherRange={anotherRange})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.cell(row={row},column={column})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.column(column={column})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.columnsAfter()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.columnsAfter(count={count})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.columnsBefore()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.columnsBefore(count={count})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.delete", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.entireColumn()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.entireRow()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.insert", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.intersection(anotherRange={anotherRange})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.lastCell()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.lastColumn()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.lastRow()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.merge", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.row(row={row})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.rowsAbove()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.rowsAbove(count={count})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.rowsBelow()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] - }, + "segment": "parentGroup", + "labels": [ { - "segment": "microsoft.graph.rowsBelow(count={count})", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.unmerge", - "labels": [ + "name": "Get", + "documentationUrl": null + }, { - "name": "v1.0", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.usedRange()", - "labels": [ + "name": "Patch", + "documentationUrl": null + }, { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.usedRange(valuesOnly={valuesOnly})", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.visibleView()", - "labels": [ + "name": "Get", + "documentationUrl": null + }, { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.workbookRangeFill", - "labels": [], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ + "name": "Patch", + "documentationUrl": null + }, { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] } - ] - }, - { - "segment": "microsoft.graph.workbookRangeFormat", - "labels": [], + ], "children": [ { - "segment": "microsoft.graph.autofitColumns", + "segment": "sets", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-group-list-sets?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] - } - ] - }, - { - "segment": "microsoft.graph.autofitRows", - "labels": [ + }, { "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-group-list-sets?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } - ] - } - ] - }, - { - "segment": "microsoft.graph.workbookRangeSort", - "labels": [], - "children": [ - { - "segment": "microsoft.graph.apply", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.workbookRangeView", - "labels": [], - "children": [ - { - "segment": "microsoft.graph.range()", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Get" + "segment": "{set-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "children", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-term-list-children?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-term-post?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-term-list-children?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-term-post?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{term-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "children", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{term-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "relations", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{relation-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "fromTerm", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "toTerm", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "relations", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{relation-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "fromTerm", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "toTerm", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "relations", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-term-list-relations?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-term-list-relations?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{relation-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "fromTerm", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "toTerm", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "terms", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{term-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "children", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{term-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "relations", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{relation-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "fromTerm", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "toTerm", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "relations", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{relation-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "fromTerm", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "toTerm", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + } ] } ] } ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "joinedGroups", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{group-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "joinedTeams", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "{team-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ] - } - ] - }, - { - "segment": "licenseDetails", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{licenseDetails-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "mailFolders", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{mailFolder-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "childFolders", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{mailFolder-id1}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.copy", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.move", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.delta()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "messageRules", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{messageRule-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "messages", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{message-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "$value", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Put" - ] - } - ] }, { - "segment": "attachments", + "segment": "relations", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{attachment-id}", - "labels": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-term-list-relations?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.createUploadSession", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-term-list-relations?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] } - ] - }, - { - "segment": "extensions", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } ], "children": [ { - "segment": "{extension-id}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] - } - ] - }, - { - "segment": "mentions", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + }, { - "segment": "{mention-id}", + "segment": "{relation-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.calendarSharingMessage", - "labels": [], - "children": [ - { - "segment": "microsoft.graph.accept", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } - ] - } - ] - }, - { - "segment": "microsoft.graph.copy", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.createForward", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.createReply", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.createReplyAll", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.eventMessageRequest", - "labels": [], - "children": [ - { - "segment": "microsoft.graph.accept", - "labels": [ + ], + "children": [ { - "name": "beta", - "methods": [ - "Post" + "segment": "fromTerm", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] - } - ] - }, - { - "segment": "microsoft.graph.decline", - "labels": [ + }, { - "name": "beta", - "methods": [ - "Post" + "segment": "set", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] - } - ] - }, - { - "segment": "microsoft.graph.tentativelyAccept", - "labels": [ + }, { - "name": "beta", - "methods": [ - "Post" + "segment": "toTerm", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] } ] @@ -276681,1252 +395422,3271 @@ ] }, { - "segment": "microsoft.graph.forward", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.move", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.reply", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.replyAll", + "segment": "terms", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.send", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.unsubscribe", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "multiValueExtendedProperties", - "labels": [ { "name": "v1.0", "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{multiValueLegacyExtendedProperty-id}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] - } - ] - }, - { - "segment": "singleValueExtendedProperties", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{singleValueLegacyExtendedProperty-id}", + "segment": "{term-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.delta()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.copy", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.move", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "multiValueExtendedProperties", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{multiValueLegacyExtendedProperty-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "singleValueExtendedProperties", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{singleValueLegacyExtendedProperty-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "userConfigurations", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{userConfiguration-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.delta()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "managedAppRegistrations", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getUserIdsWithFlaggedAppRegistration()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "managedDevices", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{managedDevice-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "assignmentFilterEvaluationStatusDetails", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{assignmentFilterEvaluationStatusDetails-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "detectedApps", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ] - } - ] - }, - { - "segment": "deviceCategory", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "deviceCompliancePolicyStates", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{deviceCompliancePolicyState-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "deviceConfigurationStates", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{deviceConfigurationState-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "logCollectionRequests", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{deviceLogCollectionResponse-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.createDownloadUrl", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "managedDeviceMobileAppConfigurationStates", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{managedDeviceMobileAppConfigurationState-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.activateDeviceEsim", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.bypassActivationLock", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.cleanWindowsDevice", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.createDeviceLogCollectionRequest", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.deleteUserFromSharedAppleDevice", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.deprovision", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.disable", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.disableLostMode", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.enableLostMode", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getCloudPcRemoteActionResults()", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getFileVaultKey()", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getNonCompliantSettings()", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.locateDevice", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.logoutSharedAppleDeviceActiveUser", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.overrideComplianceState", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.playLostModeSound", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.rebootNow", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.recoverPasscode", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.reenable", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.remoteLock", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.reprovisionCloudPc", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.requestRemoteAssistance", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.resetPasscode", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.resizeCloudPc", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.retire", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.revokeAppleVppLicenses", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.rotateBitLockerKeys", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.rotateFileVaultKey", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.sendCustomNotificationToCompanyPortal", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setDeviceName", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.shutDown", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.syncDevice", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.triggerConfigurationManagerAction", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" + ], + "children": [ + { + "segment": "children", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{term-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "relations", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{relation-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "fromTerm", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "toTerm", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "relations", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{relation-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "fromTerm", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "toTerm", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + } ] } ] - }, + } + ] + }, + { + "segment": "termStores", + "labels": [ { - "segment": "microsoft.graph.updateWindowsDeviceAccount", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.windowsDefenderScan", + "segment": "$count", "labels": [ { "name": "v1.0", "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.windowsDefenderUpdateSignatures", + "segment": "{store-id}", "labels": [ { "name": "v1.0", "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.wipe", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "groups", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-list-groups?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-group-post?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{group-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "sets", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-group-list-sets?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{set-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "children", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-term-list-children?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-term-post?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{term-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "children", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{term-id1}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "relations", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{relation-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "fromTerm", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "toTerm", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "relations", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{relation-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "fromTerm", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "toTerm", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "parentGroup", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "relations", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-term-list-relations?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{relation-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "fromTerm", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "toTerm", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "terms", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{term-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "children", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{term-id1}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "relations", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{relation-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "fromTerm", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "toTerm", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "relations", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{relation-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "fromTerm", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "toTerm", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + } + ] + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "securityBaselineStates", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{securityBaselineState-id}", + "segment": "sets", "labels": [ { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "settingStates", + "segment": "$count", "labels": [ { - "name": "beta", + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{set-id}", + "labels": [ + { + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "children", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-term-list-children?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-term-post?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{term-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "children", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{term-id1}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "relations", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{relation-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "fromTerm", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "toTerm", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "relations", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{relation-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "fromTerm", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "toTerm", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "parentGroup", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "sets", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-group-list-sets?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{set-id1}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "children", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-term-list-children?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-term-post?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{term-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "children", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{term-id1}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "relations", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{relation-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "fromTerm", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "toTerm", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "relations", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{relation-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "fromTerm", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "toTerm", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "relations", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-term-list-relations?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{relation-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "fromTerm", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "toTerm", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "terms", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{term-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "children", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{term-id1}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "relations", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{relation-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "fromTerm", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "toTerm", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "relations", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{relation-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "fromTerm", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "toTerm", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "relations", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-term-list-relations?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{relation-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "fromTerm", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "toTerm", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } ] - } - ], - "children": [ + }, { - "segment": "{securityBaselineSettingState-id}", + "segment": "terms", "labels": [ { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{term-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "children", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{term-id1}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "relations", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{relation-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "fromTerm", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "toTerm", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "relations", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{relation-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "fromTerm", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "toTerm", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] } ] @@ -277936,301 +398696,224 @@ ] } ] - }, - { - "segment": "users", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ] - } - ] - }, - { - "segment": "windowsProtectionState", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "detectedMalwareState", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{windowsDeviceMalwareState-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.bulkReprovisionCloudPc", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.add", + "labels": [ { - "segment": "microsoft.graph.executeAction", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/site-follow?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.moveDevicesToOU", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/site-follow?view=graph-rest-1.0" } ] } ] }, { - "segment": "manager", + "segment": "microsoft.graph.delta()", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - }, { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "memberOf", + "segment": "microsoft.graph.remove", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/site-unfollow?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/site-unfollow?view=graph-rest-1.0" } ] } ] + } + ] + }, + { + "segment": "solutions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + } + ] }, { - "segment": "messages", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", + "name": "Patch", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "bookingBusinesses", + "labels": [ + { + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/bookingbusiness-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/bookingbusiness-post-bookingbusinesses?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "{message-id}", + "segment": "$count", "labels": [ { "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{bookingBusiness-id}", + "labels": [ { - "segment": "$value", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Put" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Put" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "attachments", + "segment": "appointments", "labels": [ { "name": "v1.0", "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/bookingbusiness-list-appointments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/bookingbusiness-post-appointments?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "{attachment-id}", + "segment": "$count", "labels": [ { "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.createUploadSession", + "segment": "{bookingAppointment-id}", "labels": [ { "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] - }, + } + ], + "children": [ { - "name": "beta", - "methods": [ - "Post" + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/bookingappointment-cancel?view=graph-rest-1.0" + } + ] + } ] } ] @@ -278238,41 +398921,71 @@ ] }, { - "segment": "extensions", + "segment": "calendarView", "labels": [ { "name": "v1.0", "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/bookingbusiness-list-calendarview?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{extension-id}", + "segment": "$count", "labels": [ { "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "{bookingAppointment-id}", + "labels": [ { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/bookingappointment-cancel?view=graph-rest-1.0" + } + ] + } ] } ] @@ -278280,49 +398993,55 @@ ] }, { - "segment": "mentions", + "segment": "customers", "labels": [ { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/bookingbusiness-list-customers?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/bookingbusiness-post-customers?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "{mention-id}", + "segment": "$count", "labels": [ { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] - } - ] - }, - { - "segment": "microsoft.graph.calendarSharingMessage", - "labels": [], - "children": [ + }, { - "segment": "microsoft.graph.accept", + "segment": "{bookingCustomerBase-id}", "labels": [ { "name": "v1.0", "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -278330,106 +399049,55 @@ ] }, { - "segment": "microsoft.graph.copy", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.createForward", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.createReply", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.createReplyAll", + "segment": "customQuestions", "labels": [ { "name": "v1.0", "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.eventMessageRequest", - "labels": [], - "children": [ - { - "segment": "microsoft.graph.accept", - "labels": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/bookingbusiness-list-customquestions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/bookingbusiness-post-customquestions?view=graph-rest-1.0" } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.decline", + "segment": "$count", "labels": [ { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.tentativelyAccept", + "segment": "{bookingCustomQuestion-id}", "labels": [ { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -278437,137 +399105,97 @@ ] }, { - "segment": "microsoft.graph.forward", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.move", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.reply", + "segment": "microsoft.graph.getStaffAvailability", "labels": [ { "name": "v1.0", "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/bookingbusiness-getstaffavailability?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.replyAll", + "segment": "microsoft.graph.publish", "labels": [ { "name": "v1.0", "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/bookingbusiness-publish?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.send", + "segment": "microsoft.graph.unpublish", "labels": [ { "name": "v1.0", "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.unsubscribe", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/bookingbusiness-unpublish?view=graph-rest-1.0" + } ] } ] }, { - "segment": "multiValueExtendedProperties", + "segment": "services", "labels": [ { "name": "v1.0", "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/bookingbusiness-list-services?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/bookingbusiness-post-services?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "{multiValueLegacyExtendedProperty-id}", + "segment": "$count", "labels": [ { "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "{bookingService-id}", + "labels": [ { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -278575,1578 +399203,1167 @@ ] }, { - "segment": "singleValueExtendedProperties", + "segment": "staffMembers", "labels": [ { "name": "v1.0", "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{singleValueLegacyExtendedProperty-id}", - "labels": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/bookingbusiness-list-staffmembers?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.delta()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.activateServicePlan", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.assignLicense", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.changePassword", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.checkMemberGroups", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.checkMemberObjects", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.exportDeviceAndAppManagementData()", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.exportDeviceAndAppManagementData(skip={skip},top={top})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.exportPersonalData", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.findMeetingTimes", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.findRoomLists()", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.findRooms()", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.findRooms(RoomList={RoomList})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getEffectiveDeviceEnrollmentConfigurations()", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getLoggedOnManagedDevices()", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/bookingbusiness-post-staffmembers?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{bookingStaffMemberBase-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } ] } ] }, { - "segment": "microsoft.graph.getMailTips", + "segment": "bookingCurrencies", "labels": [ { "name": "v1.0", "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/bookingcurrency-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.getManagedAppDiagnosticStatuses()", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Get" + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get" + "segment": "{bookingCurrency-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] - }, + } + ] + }, + { + "segment": "storage", + "labels": [ { - "segment": "microsoft.graph.getManagedAppPolicies()", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getManagedDevicesWithAppFailures()", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getManagedDevicesWithFailedOrPendingApps()", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Patch", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "subscribedSkus", + "labels": [ { - "segment": "microsoft.graph.getMemberGroups", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/subscribedsku-list?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.getMemberObjects", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/subscribedsku-list?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.invalidateAllRefreshTokens", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.isManagedAppUserBlocked()", + "segment": "{subscribedSku-id}", "labels": [ { "name": "beta", "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.reminderView(StartDateTime={StartDateTime},EndDateTime={EndDateTime})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/subscribedsku-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/subscribedsku-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] - }, + } + ] + }, + { + "segment": "subscriptions", + "labels": [ { - "segment": "microsoft.graph.removeAllDevicesFromManagement", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/subscription-list?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/subscription-post-subscriptions?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.reprocessLicenseAssignment", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/subscription-list?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/subscription-post-subscriptions?view=graph-rest-1.0" } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.restore", + "segment": "{subscription-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/subscription-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/subscription-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": "https://docs.microsoft.com/graph/api/subscription-delete?view=graph-rest-1.0" + } ] - } - ] - }, - { - "segment": "microsoft.graph.revokeSignInSessions", - "labels": [ + }, { "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/subscription-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/subscription-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": "https://docs.microsoft.com/graph/api/subscription-delete?view=graph-rest-1.0" + } ] - }, + } + ], + "children": [ { - "name": "beta", - "methods": [ - "Post" + "segment": "microsoft.graph.reauthorize", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } ] } ] - }, + } + ] + }, + { + "segment": "teams", + "labels": [ { - "segment": "microsoft.graph.sendMail", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/teams-list?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-post?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.translateExchangeIds", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-post?view=graph-rest-1.0" } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.unblockManagedApps", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] - } - ] - }, - { - "segment": "microsoft.graph.wipeAndBlockManagedApps", - "labels": [ + }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.wipeManagedAppRegistrationByDeviceTag", + "segment": "{team-id}", "labels": [ { "name": "beta", "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.wipeManagedAppRegistrationsByDeviceTag", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "mobileAppIntentAndStates", - "labels": [ - { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{mobileAppIntentAndState-id}", + "segment": "allChannels", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-list-allchannels?view=graph-rest-1.0" + } ] - } - ] - } - ] - }, - { - "segment": "mobileAppTroubleshootingEvents", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{mobileAppTroubleshootingEvent-id}", - "labels": [ + }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-list-allchannels?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "appLogCollectionRequests", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{channel-id}", + "labels": [ { - "segment": "{appLogCollectionRequest-id}", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } - ], - "children": [ + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.createDownloadUrl", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null } ] } ] } ] - } - ] - }, - { - "segment": "notifications", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{notification-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "oauth2PermissionGrants", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] }, { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", + "segment": "channels", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" - ] - } - ] - } - ] - }, - { - "segment": "onenote", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "notebooks", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-post?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-post?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "{notebook-id}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{channel-id}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "microsoft.graph.copyNotebook", + "segment": "filesFolder", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "sectionGroups", + "segment": "members", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-list-members?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-post-members?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-list-members?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/conversationmember-add?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "{sectionGroup-id}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{conversationMember-id}", + "labels": [ { - "segment": "parentNotebook", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } - ], - "children": [ + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.copyNotebook", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.add", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0" } ] }, { - "segment": "parentSectionGroup", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "messages", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-list-messages?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-post?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-list-messages?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-post?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "sectionGroups", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{chatMessage-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + "name": "Patch", + "documentationUrl": null + }, { - "segment": "{sectionGroup-id1}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "sections", + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "hostedContents", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{onenoteSection-id}", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.copyToNotebook", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.copyToSectionGroup", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "pages", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + "name": "v1.0", + "methods": [ { - "segment": "{onenotePage-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "content", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Put" - ] - } - ] - }, - { - "segment": "microsoft.graph.copyToSection", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.onenotePatchContent", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.preview()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "parentNotebook", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.copyNotebook", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "parentSection", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.copyToNotebook", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.copyToSectionGroup", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{chatMessageHostedContent-id}", + "labels": [ { - "segment": "parentNotebook", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.copyNotebook", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "parentSectionGroup", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } ] } ] - } - ] - } - ] - }, - { - "segment": "sections", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{onenoteSection-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.copyToNotebook", + "segment": "microsoft.graph.setReaction", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.softDelete", + "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.copyToSectionGroup", + "segment": "microsoft.graph.undoSoftDelete", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0" + } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.unsetReaction", + "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "pages", + "segment": "replies", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-list-replies?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-post-replies?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-list-replies?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-post-replies?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "{onenotePage-id}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{chatMessage-id1}", + "labels": [ { - "segment": "content", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Put" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Put" - ] - } - ] - }, - { - "segment": "microsoft.graph.copyToSection", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.onenotePatchContent", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.preview()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "parentNotebook", + "segment": "hostedContents", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "$ref", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Put", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Put", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.copyNotebook", + "segment": "{chatMessageHostedContent-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -280154,339 +400371,486 @@ ] }, { - "segment": "parentSection", + "segment": "microsoft.graph.setReaction", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.softDelete", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0" + } ] } - ], - "children": [ + ] + }, + { + "segment": "microsoft.graph.undoSoftDelete", + "labels": [ { - "segment": "microsoft.graph.copyToNotebook", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.unsetReaction", + "labels": [ { - "segment": "microsoft.graph.copyToSectionGroup", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] } ] } ] - } - ] - }, - { - "segment": "parentNotebook", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] }, { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", + "segment": "microsoft.graph.delta()", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Put", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Put", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.completeMigration", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-completemigration?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-completemigration?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.provisionEmail", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.removeEmail", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-removeemail?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-removeemail?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "sharedWithTeams", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/sharedwithchannelteaminfo-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/sharedwithchannelteaminfo-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{sharedWithChannelTeamInfo-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.copyNotebook", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "parentSectionGroup", + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "allowedMembers", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/sharedwithchannelteaminfo-list-allowedmembers?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/sharedwithchannelteaminfo-list-allowedmembers?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "parentNotebook", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - }, { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.copyNotebook", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "parentSectionGroup", + "segment": "{conversationMember-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "sectionGroups", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{sectionGroup-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] } ] + } + ] + } + ] + } + ] + }, + { + "segment": "tabs", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-list-tabs?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-list-tabs?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{teamsTab-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "sections", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "teamsApp", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Post" - ] + "name": "Get", + "documentationUrl": null } - ], - "children": [ + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "{onenoteSection-id1}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.copyToNotebook", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.copyToSectionGroup", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] + "name": "Get", + "documentationUrl": null } ] } @@ -280499,35 +400863,626 @@ ] }, { - "segment": "microsoft.graph.getNotebookFromWebUrl", + "segment": "microsoft.graph.allMessages()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getAllMessages()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "group", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "incomingChannels", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-list-incomingchannels?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-list-incomingchannels?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{channel-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "installedApps", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-list-installedapps?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-post-installedapps?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-list-installedapps?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-post-installedapps?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{teamsAppInstallation-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.upgrade", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-teamsappinstallation-upgrade?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-teamsappinstallation-upgrade?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "teamsApp", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "teamsAppDefinition", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "members", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-list-members?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-post-members?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-list-members?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-post-members?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{conversationMember-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.add", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.archive", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-archive?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-archive?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.clone", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-clone?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-clone?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.completeMigration", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-completemigration?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-completemigration?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.sendActivityNotification", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-sendactivitynotification?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-sendactivitynotification?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.unarchive", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-unarchive?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-unarchive?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "operations", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})", + "segment": "{teamsAsyncOperation-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -280535,41 +401490,43 @@ ] }, { - "segment": "operations", + "segment": "owners", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{onenoteOperation-id}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "{user-id}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] @@ -280577,334 +401534,641 @@ ] }, { - "segment": "pages", + "segment": "permissionGrants", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-list-permissiongrants?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{onenotePage-id}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "{resourceSpecificPermissionGrant-id}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "content", + "segment": "microsoft.graph.checkMemberGroups", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Put" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.checkMemberObjects", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Put" + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.copyToSection", + "segment": "microsoft.graph.getMemberGroups", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.getMemberObjects", + "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.onenotePatchContent", + "segment": "microsoft.graph.restore", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getByIds", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getUserOwnedObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.validateProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "photo", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$value", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Put", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.preview()", + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "primaryChannel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-get-primarychannel?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-get-primarychannel?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "filesFolder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "content", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } ] } ] + } + ] + }, + { + "segment": "members", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-list-members?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-post-members?view=graph-rest-1.0" + } + ] }, { - "segment": "parentNotebook", + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-list-members?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/conversationmember-add?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{conversationMember-id}", + "labels": [ { - "segment": "$ref", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.copyNotebook", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } ] }, { - "segment": "parentSection", + "segment": "microsoft.graph.add", "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0" + } + ] + }, { "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0" + } ] + } + ] + } + ] + }, + { + "segment": "messages", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-list-messages?view=graph-rest-1.0" }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-post?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-list-messages?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-post?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{chatMessage-id}", + "labels": [ { - "segment": "microsoft.graph.copyToNotebook", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.copyToSectionGroup", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "pages", + "segment": "hostedContents", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{onenotePage-id1}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{chatMessageHostedContent-id}", + "labels": [ { - "segment": "content", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Put" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Put" - ] - } - ] - }, - { - "segment": "microsoft.graph.copyToSection", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.onenotePatchContent", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.preview()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Delete", + "documentationUrl": null } ] } @@ -280913,134 +402177,301 @@ ] }, { - "segment": "parentNotebook", + "segment": "microsoft.graph.setReaction", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.softDelete", + "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0" + } ] } - ], - "children": [ + ] + }, + { + "segment": "microsoft.graph.undoSoftDelete", + "labels": [ { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.unsetReaction", + "labels": [ { - "segment": "microsoft.graph.copyNotebook", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] } ] }, { - "segment": "parentSectionGroup", + "segment": "replies", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-list-replies?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-post-replies?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-list-replies?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-post-replies?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "parentNotebook", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{chatMessage-id1}", + "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "$ref", + "segment": "hostedContents", "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, { "name": "v1.0", "methods": [ - "Get", - "Put", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, + { + "segment": "{chatMessageHostedContent-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.setReaction", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Put", - "Delete" + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.copyNotebook", + "segment": "microsoft.graph.softDelete", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0" + } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.undoSoftDelete", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.unsetReaction", + "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] @@ -281048,141 +402479,306 @@ ] }, { - "segment": "parentSectionGroup", + "segment": "microsoft.graph.delta()", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.completeMigration", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-completemigration?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-completemigration?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.provisionEmail", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.removeEmail", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-removeemail?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-removeemail?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "sharedWithTeams", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/sharedwithchannelteaminfo-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/sharedwithchannelteaminfo-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{sharedWithChannelTeamInfo-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "allowedMembers", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/sharedwithchannelteaminfo-list-allowedmembers?view=graph-rest-1.0" + } + ] }, { - "segment": "sectionGroups", + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/sharedwithchannelteaminfo-list-allowedmembers?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{sectionGroup-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "sections", + "segment": "{conversationMember-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{onenoteSection-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.copyToNotebook", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.copyToSectionGroup", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + { + "name": "Get", + "documentationUrl": null } ] } @@ -281193,64 +402789,121 @@ ] } ] - } - ] - }, - { - "segment": "resources", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{onenoteResource-id}", + "segment": "tabs", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-list-tabs?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-list-tabs?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "content", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Put" + { + "name": "Get", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{teamsTab-id}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Put" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "teamsApp", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] } ] @@ -281260,1126 +402913,1233 @@ ] }, { - "segment": "sectionGroups", + "segment": "schedule", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/schedule-get?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/schedule-get?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{sectionGroup-id}", + "segment": "microsoft.graph.share", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/schedule-share?view=graph-rest-1.0" + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/schedule-share?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "offerShiftRequests", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/offershiftrequest-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/offershiftrequest-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "parentNotebook", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{offerShiftRequest-id}", + "labels": [ { - "segment": "$ref", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.copyNotebook", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } ] + } + ] + }, + { + "segment": "openShiftChangeRequests", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/openshiftchangerequest-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/openshiftchangerequest-post?view=graph-rest-1.0" + } + ] }, { - "segment": "parentSectionGroup", + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/openshiftchangerequest-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/openshiftchangerequest-post?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "sectionGroups", + "segment": "{openShiftChangeRequest-id}", "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, { "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] + } + ] + } + ] + }, + { + "segment": "openShifts", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/openshift-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/openshift-list?view=graph-rest-1.0" }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{openShift-id}", + "labels": [ { - "segment": "{sectionGroup-id1}", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } ] + } + ] + }, + { + "segment": "schedulingGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/schedule-list-schedulinggroups?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/schedule-post-schedulinggroups?view=graph-rest-1.0" + } + ] }, { - "segment": "sections", + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/schedule-list-schedulinggroups?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/schedule-post-schedulinggroups?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{schedulingGroup-id}", + "labels": [ { - "segment": "{onenoteSection-id}", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.copyToNotebook", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.copyToSectionGroup", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "pages", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{onenotePage-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "content", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Put" - ] - } - ] - }, - { - "segment": "microsoft.graph.copyToSection", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.onenotePatchContent", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.preview()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "parentNotebook", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.copyNotebook", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "parentSection", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.copyToNotebook", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.copyToSectionGroup", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "parentNotebook", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.copyNotebook", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "parentSectionGroup", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] } ] } ] - } - ] - }, - { - "segment": "sections", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{onenoteSection-id}", + "segment": "shifts", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/schedule-list-shifts?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/schedule-post-shifts?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/schedule-list-shifts?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/schedule-post-shifts?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "microsoft.graph.copyToNotebook", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.copyToSectionGroup", + "segment": "{shift-id}", "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, { "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] + } + ] + } + ] + }, + { + "segment": "swapShiftsChangeRequests", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/swapshiftschangerequest-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/swapshiftschangerequest-post?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/swapshiftschangerequest-list?view=graph-rest-1.0" }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/swapshiftschangerequest-post?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "pages", + "segment": "{swapShiftsChangeRequest-id}", "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, { "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] + } + ] + } + ] + }, + { + "segment": "timeCards", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/timecard-list?view=graph-rest-1.0" }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{timeCard-id}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{onenotePage-id}", + "segment": "microsoft.graph.clockOut", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "content", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put" - ] - }, { - "name": "beta", - "methods": [ - "Get", - "Put" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/timecard-clockout?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.confirm", + "labels": [ { - "segment": "microsoft.graph.copyToSection", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/timecard-confirm?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.endBreak", + "labels": [ { - "segment": "microsoft.graph.onenotePatchContent", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/timecard-endbreak?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.startBreak", + "labels": [ { - "segment": "microsoft.graph.preview()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/timecard-startbreak?view=graph-rest-1.0" } ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.clockIn", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/timecard-clockin?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "timeOffReasons", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/schedule-list-timeoffreasons?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/schedule-post-timeoffreasons?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/schedule-list-timeoffreasons?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/schedule-post-timeoffreasons?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{timeOffReason-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "parentNotebook", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.copyNotebook", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "parentSection", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.copyToNotebook", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.copyToSectionGroup", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } ] + } + ] + }, + { + "segment": "timeOffRequests", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/timeoffrequest-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] }, { - "segment": "parentNotebook", + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/timeoffrequest-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{timeOffRequest-id}", + "labels": [ { - "segment": "$ref", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.copyNotebook", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } ] + } + ] + }, + { + "segment": "timesOff", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/schedule-list-timesoff?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/schedule-post-timesoff?view=graph-rest-1.0" + } + ] }, { - "segment": "parentSectionGroup", + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/schedule-list-timesoff?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/schedule-post-timesoff?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{timeOff-id}", + "labels": [ { - "segment": "parentNotebook", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } - ], - "children": [ + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.copyNotebook", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] + } + ] + } + ] + } + ] + }, + { + "segment": "tags", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/teamworktag-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/teamworktag-post?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/teamworktag-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/teamworktag-post?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{teamworkTag-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "parentSectionGroup", - "labels": [ + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "members", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/teamworktagmember-list?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/teamworktagmember-post?view=graph-rest-1.0" } ] }, { - "segment": "sectionGroups", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/teamworktagmember-list?view=graph-rest-1.0" }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/teamworktagmember-post?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] - } - ], - "children": [ + }, { - "segment": "{sectionGroup-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "sections", + "segment": "{teamworkTagMember-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{onenoteSection-id1}", - "labels": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.copyToNotebook", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.copyToSectionGroup", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] } @@ -282390,113 +404150,40 @@ ] } ] - } - ] - }, - { - "segment": "onlineMeetings", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{onlineMeeting-id}", + "segment": "template", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "alternativeRecording", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put" - ] - } - ] - }, - { - "segment": "attendeeReport", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put" - ] - } - ] - }, - { - "segment": "meetingAttendanceReport", - "labels": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "recording", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Put" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "microsoft.graph.createOrGet", + "segment": "templateDefinition", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] @@ -282504,495 +404191,745 @@ ] }, { - "segment": "outlook", + "segment": "microsoft.graph.allMessages()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getAllMessages()", "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, { "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] + } + ] + } + ] + }, + { + "segment": "teamsTemplates", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{teamsTemplate-id}", + "labels": [ { - "segment": "masterCategories", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + "name": "Patch", + "documentationUrl": null + }, { - "segment": "{outlookCategory-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.supportedLanguages()", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] + } + ] + } + ] + }, + { + "segment": "teamTemplateDefinition", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.supportedTimeZones()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{teamTemplateDefinition-id}", + "labels": [ { - "segment": "microsoft.graph.supportedTimeZones(TimeZoneStandard={TimeZoneStandard})", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "taskFolders", + "segment": "teamDefinition", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/teamtemplatedefinition-get-teamdefinition?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{outlookTaskFolder-id}", + "segment": "allChannels", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-list-allchannels?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "multiValueExtendedProperties", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{multiValueLegacyExtendedProperty-id}", - "labels": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "singleValueExtendedProperties", + "segment": "{channel-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + } + ] + }, + { + "segment": "channels", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "{singleValueLegacyExtendedProperty-id}", - "labels": [ + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-post?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "tasks", + "segment": "{channel-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{outlookTask-id}", + "segment": "filesFolder", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "attachments", + "segment": "content", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{attachment-id}", - "labels": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null } ] + } + ] + } + ] + }, + { + "segment": "members", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-list-members?view=graph-rest-1.0" }, { - "segment": "microsoft.graph.createUploadSession", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-post-members?view=graph-rest-1.0" } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.complete", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "multiValueExtendedProperties", + "segment": "{conversationMember-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{multiValueLegacyExtendedProperty-id}", - "labels": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } ] }, { - "segment": "singleValueExtendedProperties", + "segment": "microsoft.graph.add", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{singleValueLegacyExtendedProperty-id}", - "labels": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0" } ] } ] } ] - } - ] - } - ] - } - ] - }, - { - "segment": "taskGroups", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{outlookTaskGroup-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "taskFolders", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + }, { - "segment": "{outlookTaskFolder-id}", + "segment": "messages", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-list-messages?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-post?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "multiValueExtendedProperties", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{multiValueLegacyExtendedProperty-id}", - "labels": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "singleValueExtendedProperties", + "segment": "{chatMessage-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{singleValueLegacyExtendedProperty-id}", + "segment": "hostedContents", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{chatMessageHostedContent-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.setReaction", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": null + } ] } ] - } - ] - }, - { - "segment": "tasks", - "labels": [ + }, { - "name": "beta", - "methods": [ - "Get", - "Post" + "segment": "microsoft.graph.softDelete", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0" + } + ] + } ] - } - ], - "children": [ + }, { - "segment": "{outlookTask-id}", + "segment": "microsoft.graph.undoSoftDelete", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.unsetReaction", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "replies", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-list-replies?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-post-replies?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "attachments", + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{chatMessage-id1}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{attachment-id}", + "segment": "hostedContents", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{chatMessageHostedContent-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "microsoft.graph.createUploadSession", + "segment": "microsoft.graph.setReaction", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.softDelete", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.undoSoftDelete", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.unsetReaction", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] @@ -283000,65 +404937,186 @@ ] }, { - "segment": "microsoft.graph.complete", - "labels": [ + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.completeMigration", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-completemigration?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.provisionEmail", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.removeEmail", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-removeemail?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "sharedWithTeams", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/sharedwithchannelteaminfo-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{sharedWithChannelTeamInfo-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "allowedMembers", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/sharedwithchannelteaminfo-list-allowedmembers?view=graph-rest-1.0" } ] - }, + } + ], + "children": [ { - "segment": "multiValueExtendedProperties", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{multiValueLegacyExtendedProperty-id}", - "labels": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "singleValueExtendedProperties", + "segment": "{conversationMember-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{singleValueLegacyExtendedProperty-id}", - "labels": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] } @@ -283069,70 +405127,75 @@ ] } ] - } - ] - } - ] - } - ] - }, - { - "segment": "tasks", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{outlookTask-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "attachments", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + }, { - "segment": "{attachment-id}", + "segment": "tabs", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-list-tabs?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.createUploadSession", - "labels": [ + ], + "children": [ { - "name": "beta", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{teamsTab-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "teamsApp", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] } ] @@ -283140,198 +405203,87 @@ ] }, { - "segment": "microsoft.graph.complete", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "multiValueExtendedProperties", + "segment": "microsoft.graph.allMessages()", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{multiValueLegacyExtendedProperty-id}", - "labels": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "singleValueExtendedProperties", + "segment": "microsoft.graph.getAllMessages()", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{singleValueLegacyExtendedProperty-id}", - "labels": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] } ] } ] - } - ] - } - ] - }, - { - "segment": "ownedDevices", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ] - } - ] - }, - { - "segment": "ownedObjects", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" + "segment": "group", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ] - } - ] - }, - { - "segment": "pendingAccessReviewInstances", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessReviewInstance-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "contactedReviewers", + "segment": "incomingChannels", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-list-incomingchannels?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "{accessReviewReviewer-id}", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{channel-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } ] } ] @@ -283339,37 +405291,99 @@ ] }, { - "segment": "decisions", + "segment": "installedApps", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-list-installedapps?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-post-installedapps?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "{accessReviewInstanceDecisionItem-id}", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.filterByCurrentUser(on={on})", + "segment": "{teamsAppInstallation-id}", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.upgrade", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-teamsappinstallation-upgrade?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "teamsApp", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "teamsAppDefinition", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] } ] @@ -283377,36 +405391,69 @@ ] }, { - "segment": "definition", + "segment": "members", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-list-members?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-post-members?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "$ref", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Put", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.stop", + "segment": "{conversationMember-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.add", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0" + } ] } ] @@ -283414,522 +405461,874 @@ ] }, { - "segment": "microsoft.graph.acceptRecommendations", + "segment": "microsoft.graph.archive", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-archive?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.applyDecisions", + "segment": "microsoft.graph.clone", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-clone?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.batchRecordDecisions", + "segment": "microsoft.graph.completeMigration", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-completemigration?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.resetDecisions", + "segment": "microsoft.graph.sendActivityNotification", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-sendactivitynotification?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.sendReminder", + "segment": "microsoft.graph.unarchive", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-unarchive?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.stop", + "segment": "operations", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } - ] - } - ] - }, - { - "segment": "microsoft.graph.filterByCurrentUser(on={on})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "people", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{person-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "photo", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "$value", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Put" - ] - } - ] - } - ] - }, - { - "segment": "photos", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{profilePhoto-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "$value", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Get", - "Put" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get", - "Put" + "segment": "{teamsAsyncOperation-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] - } - ] - } - ] - }, - { - "segment": "planner", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "all", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + }, { - "segment": "{plannerDelta-id}", + "segment": "owners", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{user-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "microsoft.graph.delta()", + "segment": "permissionGrants", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-list-permissiongrants?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{resourceSpecificPermissionGrant-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.checkMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.restore", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getByIds", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getUserOwnedObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.validateProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + } ] } ] - } - ] - }, - { - "segment": "favoritePlans", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ + }, { - "segment": "$ref", + "segment": "photo", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$value", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } ] } - ] - } - ] - }, - { - "segment": "plans", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" ] }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{plannerPlan-id}", + "segment": "primaryChannel", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-get-primarychannel?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "buckets", + "segment": "filesFolder", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0" + } ] - }, + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "members", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-list-members?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-post-members?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "{plannerBucket-id}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{conversationMember-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.add", + "labels": [ + { + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0" + } ] + } + ] + } + ] + }, + { + "segment": "messages", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-list-messages?view=graph-rest-1.0" }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-post?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{chatMessage-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "tasks", + "segment": "hostedContents", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, + { + "segment": "{chatMessageHostedContent-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.setReaction", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.softDelete", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.undoSoftDelete", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.unsetReaction", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "replies", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-list-replies?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-post-replies?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "{plannerTask-id}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "{chatMessage-id1}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "assignedToTaskBoardFormat", + "segment": "hostedContents", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" + "segment": "{chatMessageHostedContent-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "bucketTaskBoardFormat", + "segment": "microsoft.graph.setReaction", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "details", + "segment": "microsoft.graph.softDelete", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0" + } ] } ] }, { - "segment": "progressTaskBoardFormat", + "segment": "microsoft.graph.undoSoftDelete", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0" + } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.unsetReaction", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": null + } ] } ] } ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null } ] } @@ -283938,146 +406337,227 @@ ] }, { - "segment": "details", + "segment": "microsoft.graph.completeMigration", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-completemigration?view=graph-rest-1.0" + } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "tasks", + "segment": "microsoft.graph.provisionEmail", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-1.0" + } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.removeEmail", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-removeemail?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "sharedWithTeams", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/sharedwithchannelteaminfo-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{plannerTask-id}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "{sharedWithChannelTeamInfo-id}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "assignedToTaskBoardFormat", + "segment": "allowedMembers", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/sharedwithchannelteaminfo-list-allowedmembers?view=graph-rest-1.0" + } ] } - ] - }, - { - "segment": "bucketTaskBoardFormat", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" + "segment": "{conversationMember-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] } ] + } + ] + } + ] + }, + { + "segment": "tabs", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-list-tabs?view=graph-rest-1.0" }, { - "segment": "details", - "labels": [ + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{teamsTab-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "progressTaskBoardFormat", + "segment": "teamsApp", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] @@ -284087,766 +406567,815 @@ ] } ] - } - ] - }, - { - "segment": "recentPlans", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ] - } - ] - }, - { - "segment": "rosterPlans", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ] - } - ] - }, - { - "segment": "tasks", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{plannerTask-id}", + "segment": "schedule", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/schedule-get?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "assignedToTaskBoardFormat", + "segment": "microsoft.graph.share", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/schedule-share?view=graph-rest-1.0" + } ] - }, + } + ] + }, + { + "segment": "offerShiftRequests", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/offershiftrequest-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{offerShiftRequest-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "bucketTaskBoardFormat", + "segment": "openShiftChangeRequests", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/openshiftchangerequest-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/openshiftchangerequest-post?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" + "segment": "{openShiftChangeRequest-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "details", + "segment": "openShifts", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/openshift-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" + "segment": "{openShift-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "progressTaskBoardFormat", + "segment": "schedulingGroups", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/schedule-list-schedulinggroups?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/schedule-post-schedulinggroups?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" + "segment": "{schedulingGroup-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] - } - ] - } - ] - } - ] - }, - { - "segment": "presence", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.clearPresence", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setPresence", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "profile", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "account", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{userAccountInformation-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "addresses", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{itemAddress-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "anniversaries", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{personAnnualEvent-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "awards", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{personAward-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "certifications", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{personCertification-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "educationalActivities", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{educationalActivity-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "emails", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{itemEmail-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "interests", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{personInterest-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "languages", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{languageProficiency-id}", - "labels": [ + }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" + "segment": "shifts", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/schedule-list-shifts?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/schedule-post-shifts?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{shift-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } ] - } - ] - } - ] - }, - { - "segment": "names", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{personName-id}", - "labels": [ + }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" + "segment": "swapShiftsChangeRequests", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/swapshiftschangerequest-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/swapshiftschangerequest-post?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{swapShiftsChangeRequest-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } ] - } - ] - } - ] - }, - { - "segment": "notes", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{personAnnotation-id}", - "labels": [ + }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" + "segment": "timeCards", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/timecard-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{timeCard-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.clockOut", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/timecard-clockout?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.confirm", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/timecard-confirm?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.endBreak", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/timecard-endbreak?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.startBreak", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/timecard-startbreak?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.clockIn", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/timecard-clockin?view=graph-rest-1.0" + } + ] + } + ] + } ] - } - ] - } - ] - }, - { - "segment": "patents", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{itemPatent-id}", - "labels": [ + }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" + "segment": "timeOffReasons", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/schedule-list-timeoffreasons?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/schedule-post-timeoffreasons?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{timeOffReason-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } ] - } - ] - } - ] - }, - { - "segment": "phones", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{itemPhone-id}", - "labels": [ + }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "positions", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workPosition-id}", - "labels": [ + "segment": "timeOffRequests", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/timeoffrequest-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{timeOffRequest-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" + "segment": "timesOff", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/schedule-list-timesoff?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/schedule-post-timesoff?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{timeOff-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } ] } ] - } - ] - }, - { - "segment": "projects", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + }, { - "segment": "{projectParticipation-id}", + "segment": "tags", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/teamworktag-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/teamworktag-post?view=graph-rest-1.0" + } ] } - ] - } - ] - }, - { - "segment": "publications", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{itemPublication-id}", - "labels": [ + ], + "children": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] - } - ] - } - ] - }, - { - "segment": "skills", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{skillProficiency-id}", - "labels": [ + }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" + "segment": "{teamworkTag-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "members", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/teamworktagmember-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/teamworktagmember-post?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{teamworkTagMember-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } ] } ] - } - ] - }, - { - "segment": "webAccounts", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + }, { - "segment": "{webAccount-id}", + "segment": "template", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] - } - ] - }, - { - "segment": "websites", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + }, { - "segment": "{personWebsite-id}", + "segment": "templateDefinition", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] @@ -284854,460 +407383,598 @@ ] } ] - }, + } + ] + }, + { + "segment": "teamwork", + "labels": [ { - "segment": "registeredDevices", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null } ] }, { - "segment": "scopedRoleMemberOf", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{scopedRoleMembership-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] + "name": "Patch", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "settings", + "segment": "deletedTeams", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "itemInsights", - "labels": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "regionalAndLanguageSettings", - "labels": [ + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/teamwork-list-deletedteams?view=graph-rest-1.0" + }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "shiftPreferences", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] - } - ] - }, - { - "segment": "teamwork", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "installedApps", + "segment": "{deletedTeam-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{userScopeTeamsAppInstallation-id}", + "segment": "channels", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "chat", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - }, { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] } ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.sendActivityNotification", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "todo", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "lists", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{todoTaskList-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "extensions", + "segment": "{channel-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{extension-id}", + "segment": "filesFolder", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0" + } ] - }, + } + ], + "children": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } ] } ] - } - ] - }, - { - "segment": "tasks", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{todoTask-id}", + "segment": "members", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-list-members?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-post-members?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{conversationMember-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] }, + { + "segment": "microsoft.graph.add", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "messages", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-list-messages?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-post?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "extensions", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "{chatMessage-id}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{extension-id}", + "segment": "hostedContents", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, + { + "segment": "{chatMessageHostedContent-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.setReaction", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.softDelete", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.undoSoftDelete", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.unsetReaction", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "replies", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-list-replies?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-post-replies?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{chatMessage-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "hostedContents", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{chatMessageHostedContent-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.setReaction", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.softDelete", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.undoSoftDelete", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.unsetReaction", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] } ] @@ -285315,41 +407982,171 @@ ] }, { - "segment": "linkedResources", + "segment": "microsoft.graph.delta()", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.completeMigration", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-completemigration?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.provisionEmail", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.removeEmail", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-removeemail?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "sharedWithTeams", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/sharedwithchannelteaminfo-list?view=graph-rest-1.0" }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{sharedWithChannelTeamInfo-id}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{linkedResource-id}", + "segment": "allowedMembers", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/sharedwithchannelteaminfo-list-allowedmembers?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" + "segment": "{conversationMember-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] } ] @@ -285359,131 +408156,121 @@ ] }, { - "segment": "microsoft.graph.delta()", + "segment": "tabs", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-list-tabs?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get" + "segment": "{teamsTab-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "teamsApp", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] } ] } ] - } - ] - }, - { - "segment": "microsoft.graph.delta()", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Get" + "segment": "microsoft.graph.allMessages()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get" + "segment": "microsoft.graph.getAllMessages()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] } ] - } - ] - } - ] - }, - { - "segment": "transitiveMemberOf", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ] - } - ] - }, - { - "segment": "transitiveReports", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ] - } - ] - }, - { - "segment": "usageRights", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" + } ] - } - ], - "children": [ + }, { - "segment": "{usageRight-id}", + "segment": "microsoft.graph.getAllMessages()", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] @@ -285491,498 +408278,1626 @@ ] }, { - "segment": "windowsInformationProtectionDeviceRegistrations", + "segment": "devices", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/teamworkdevice-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "$ref", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] - } - ] - } - ] - }, - { - "segment": "mobilityManagementPolicies", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{mobilityManagementPolicy-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ + }, { - "segment": "includedGroups", + "segment": "{teamworkDevice-id}", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "$ref", + "segment": "activity", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/teamworkdeviceactivity-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] - } - ] - } - ] - } - ] - }, - { - "segment": "oauth2PermissionGrants", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{oAuth2PermissionGrant-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.delta()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "officeConfiguration", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch" - ] - } - ], - "children": [ - { - "segment": "clientConfigurations", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{officeClientConfiguration-id}", - "labels": [ + }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" + "segment": "configuration", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/teamworkdeviceconfiguration-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] - } - ], - "children": [ + }, { - "segment": "assignments", + "segment": "health", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/teamworkdevicehealth-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "microsoft.graph.restart", + "labels": [ { - "segment": "{officeClientConfigurationAssignment-id}", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/teamworkdevice-restart?view=graph-rest-1.0" } ] } ] }, { - "segment": "microsoft.graph.assign", + "segment": "microsoft.graph.runDiagnostics", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/teamworkdevice-rundiagnostics?view=graph-rest-1.0" + } ] } ] }, { - "segment": "policyPayload", + "segment": "microsoft.graph.updateSoftware", "labels": [ { "name": "beta", "methods": [ - "Get", - "Put" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/teamworkdevice-updatesoftware?view=graph-rest-1.0" + } ] } ] }, { - "segment": "userPreferencePayload", + "segment": "operations", "labels": [ { "name": "beta", "methods": [ - "Get", - "Put" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/teamworkdeviceoperation-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{teamworkDeviceOperation-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] } ] + } + ] + }, + { + "segment": "microsoft.graph.sendActivityNotificationToRecipients", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/teamwork-sendactivitynotificationtorecipients?view=graph-rest-1.0" + } + ] }, { - "segment": "microsoft.graph.updatePriorities", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] } ] - } - ] - }, - { - "segment": "onPremisesPublishingProfiles", - "labels": [ + }, { - "name": "beta", - "methods": [ - "Get", - "Post" + "segment": "teamsAppSettings", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/teamsappsettings-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/teamsappsettings-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] - } - ], - "children": [ + }, { - "segment": "{onPremisesPublishingProfile-id}", + "segment": "teamTemplates", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/teamwork-list-teamtemplates?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "agentGroups", + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{teamTemplate-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{onPremisesAgentGroup-id}", + "segment": "definitions", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "agents", + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{teamTemplateDefinition-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{onPremisesAgent-id}", + "segment": "teamDefinition", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/teamtemplatedefinition-get-teamdefinition?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "allChannels", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-list-allchannels?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{channel-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "channels", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-post?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{channel-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "filesFolder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "members", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-list-members?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-post-members?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{conversationMember-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.add", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "messages", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-list-messages?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-post?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{chatMessage-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "hostedContents", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{chatMessageHostedContent-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.setReaction", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.softDelete", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.undoSoftDelete", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.unsetReaction", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "replies", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-list-replies?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-post-replies?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{chatMessage-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "hostedContents", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{chatMessageHostedContent-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.setReaction", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.softDelete", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.undoSoftDelete", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.unsetReaction", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.completeMigration", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-completemigration?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.provisionEmail", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.removeEmail", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-removeemail?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "sharedWithTeams", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/sharedwithchannelteaminfo-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{sharedWithChannelTeamInfo-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "allowedMembers", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/sharedwithchannelteaminfo-list-allowedmembers?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{conversationMember-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "tabs", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-list-tabs?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{teamsTab-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "teamsApp", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.allMessages()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getAllMessages()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "group", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "incomingChannels", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-list-incomingchannels?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{channel-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "installedApps", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-list-installedapps?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-post-installedapps?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{teamsAppInstallation-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.upgrade", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-teamsappinstallation-upgrade?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "teamsApp", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "teamsAppDefinition", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } ] - } - ], - "children": [ + }, { - "segment": "agentGroups", + "segment": "members", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-list-members?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-post-members?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "{onPremisesAgentGroup-id1}", + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{conversationMember-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.add", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0" + } ] } ] } ] - } - ] - } - ] - }, - { - "segment": "publishedResources", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{publishedResource-id}", - "labels": [ + }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" + "segment": "microsoft.graph.archive", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-archive?view=graph-rest-1.0" + } + ] + } ] - } - ], - "children": [ + }, { - "segment": "agentGroups", + "segment": "microsoft.graph.clone", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-clone?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.completeMigration", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-completemigration?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.sendActivityNotification", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-sendactivitynotification?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.unarchive", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-unarchive?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "operations", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{onPremisesAgentGroup-id1}", + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{teamsAsyncOperation-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] } ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "agents", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{onPremisesAgent-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "agentGroups", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{onPremisesAgentGroup-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ + }, { - "segment": "agents", + "segment": "owners", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{onPremisesAgent-id1}", + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{user-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] @@ -285990,2372 +409905,1759 @@ ] }, { - "segment": "publishedResources", + "segment": "permissionGrants", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-list-permissiongrants?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{publishedResource-id}", + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{resourceSpecificPermissionGrant-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "agentGroups", + "segment": "microsoft.graph.checkMemberGroups", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } ] } - ], - "children": [ + ] + }, + { + "segment": "microsoft.graph.checkMemberObjects", + "labels": [ { - "segment": "{onPremisesAgentGroup-id1}", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.restore", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" } ] } ] } ] + }, + { + "segment": "microsoft.graph.getByIds", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getUserOwnedObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.validateProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + } + ] } ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "connectorGroups", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{connectorGroup-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "applications", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ] - } - ] - }, - { - "segment": "members", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{connector-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ + }, { - "segment": "memberOf", + "segment": "photo", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{connectorGroup-id1}", + "segment": "$value", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } ] } ] } ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "connectors", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{connector-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "memberOf", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{connectorGroup-id}", - "labels": [ + }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" + "segment": "primaryChannel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-get-primarychannel?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "filesFolder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "members", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-list-members?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-post-members?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{conversationMember-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.add", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "messages", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-list-messages?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-post?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{chatMessage-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "hostedContents", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{chatMessageHostedContent-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.setReaction", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.softDelete", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.undoSoftDelete", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.unsetReaction", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "replies", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-list-replies?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-post-replies?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{chatMessage-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "hostedContents", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{chatMessageHostedContent-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.setReaction", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.softDelete", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.undoSoftDelete", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.unsetReaction", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.completeMigration", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-completemigration?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.provisionEmail", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.removeEmail", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-removeemail?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "sharedWithTeams", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/sharedwithchannelteaminfo-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{sharedWithChannelTeamInfo-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "allowedMembers", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/sharedwithchannelteaminfo-list-allowedmembers?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{conversationMember-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "tabs", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-list-tabs?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{teamsTab-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "teamsApp", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + } ] - } - ], - "children": [ + }, { - "segment": "applications", + "segment": "schedule", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/schedule-get?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "$ref", + "segment": "microsoft.graph.share", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/schedule-share?view=graph-rest-1.0" + } ] } ] - } - ] - }, - { - "segment": "members", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + }, { - "segment": "{connector-id1}", + "segment": "offerShiftRequests", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/offershiftrequest-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{offerShiftRequest-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] - } - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "publishedResources", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{publishedResource-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "agentGroups", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{onPremisesAgentGroup-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "agents", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + }, { - "segment": "{onPremisesAgent-id}", + "segment": "openShiftChangeRequests", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/openshiftchangerequest-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/openshiftchangerequest-post?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "agentGroups", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{openShiftChangeRequest-id}", + "labels": [ { - "segment": "{onPremisesAgentGroup-id1}", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } ] } ] - } - ] - }, - { - "segment": "publishedResources", - "labels": [ + }, { - "name": "beta", - "methods": [ - "Get", - "Post" + "segment": "openShifts", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/openshift-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{openShift-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } ] - } - ], - "children": [ + }, { - "segment": "{publishedResource-id1}", + "segment": "schedulingGroups", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/schedule-list-schedulinggroups?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/schedule-post-schedulinggroups?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{schedulingGroup-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] - } - ] - } - ] - } - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "organization", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{organization-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "branding", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "certificateBasedAuthConfiguration", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ] - } - ] - }, - { - "segment": "extensions", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{extension-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.activateService", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.checkMemberGroups", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.checkMemberObjects", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getMemberGroups", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getMemberObjects", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.restore", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setMobileDeviceManagementAuthority", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "settings", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "itemInsights", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "profileCardProperties", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{profileCardProperty-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.getAvailableExtensionProperties", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getByIds", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getUserOwnedObjects", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.validateProperties", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "payloadResponse", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{payloadResponse-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "permissionGrants", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{resourceSpecificPermissionGrant-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.checkMemberGroups", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.checkMemberObjects", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getMemberGroups", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getMemberObjects", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.restore", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.getAvailableExtensionProperties", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getByIds", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getUserOwnedObjects", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.validateProperties", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "places", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{place-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "planner", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch" - ] - } - ], - "children": [ - { - "segment": "buckets", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{plannerBucket-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "tasks", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{plannerTask-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "assignedToTaskBoardFormat", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "bucketTaskBoardFormat", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "details", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "progressTaskBoardFormat", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "plans", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{plannerPlan-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "buckets", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{plannerBucket-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "tasks", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{plannerTask-id}", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" + "segment": "shifts", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/schedule-list-shifts?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/schedule-post-shifts?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{shift-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "assignedToTaskBoardFormat", + "segment": "swapShiftsChangeRequests", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/swapshiftschangerequest-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/swapshiftschangerequest-post?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" + "segment": "{swapShiftsChangeRequest-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "bucketTaskBoardFormat", + "segment": "timeCards", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/timecard-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" + "segment": "{timeCard-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.clockOut", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/timecard-clockout?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.confirm", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/timecard-confirm?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.endBreak", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/timecard-endbreak?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.startBreak", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/timecard-startbreak?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.clockIn", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/timecard-clockin?view=graph-rest-1.0" + } + ] + } ] } ] }, { - "segment": "details", + "segment": "timeOffReasons", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/schedule-list-timeoffreasons?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/schedule-post-timeoffreasons?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" + "segment": "{timeOffReason-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "progressTaskBoardFormat", + "segment": "timeOffRequests", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/timeoffrequest-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, + { + "segment": "{timeOffRequest-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "timesOff", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/schedule-list-timesoff?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/schedule-post-timesoff?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{timeOff-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] } ] - } - ] - } - ] - } - ] - }, - { - "segment": "details", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "tasks", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{plannerTask-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "assignedToTaskBoardFormat", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "bucketTaskBoardFormat", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "details", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "progressTaskBoardFormat", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" + "segment": "tags", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/teamworktag-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/teamworktag-post?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{teamworkTag-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "members", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/teamworktagmember-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/teamworktagmember-post?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{teamworkTagMember-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + } ] }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "rosters", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{plannerRoster-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "members", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{plannerRosterMember-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "plans", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "tasks", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{plannerTask-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "assignedToTaskBoardFormat", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "bucketTaskBoardFormat", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "details", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "progressTaskBoardFormat", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "policies", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch" - ] - } - ], - "children": [ - { - "segment": "accessReviewPolicy", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "activityBasedTimeoutPolicies", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{activityBasedTimeoutPolicy-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "adminConsentRequestPolicy", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "appManagementPolicies", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{appManagementPolicy-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "appliesTo", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "authenticationFlowsPolicy", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "authenticationMethodsPolicy", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "authorizationPolicy", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{authorizationPolicy-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "defaultUserRoleOverrides", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{defaultUserRoleOverride-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "b2cAuthenticationMethodsPolicy", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "claimsMappingPolicies", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{claimsMappingPolicy-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "conditionalAccessPolicies", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{conditionalAccessPolicy-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "defaultAppManagementPolicy", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "directoryRoleAccessReviewPolicy", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "featureRolloutPolicies", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{featureRolloutPolicy-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "appliesTo", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{directoryObject-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "homeRealmDiscoveryPolicies", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{homeRealmDiscoveryPolicy-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "identitySecurityDefaultsEnforcementPolicy", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "mobileAppManagementPolicies", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{mobilityManagementPolicy-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" + { + "segment": "template", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "templateDefinition", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + } ] } ] @@ -288363,459 +411665,94 @@ ] }, { - "segment": "mobileDeviceManagementPolicies", + "segment": "workforceIntegrations", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{mobilityManagementPolicy-id}", - "labels": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/workforceintegration-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/workforceintegration-post?view=graph-rest-1.0" } ] - } - ] - }, - { - "segment": "permissionGrantPolicies", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{permissionGrantPolicy-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "excludes", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{permissionGrantConditionSet-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/workforceintegration-list?view=graph-rest-1.0" }, { - "segment": "includes", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{permissionGrantConditionSet-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/workforceintegration-post?view=graph-rest-1.0" } ] } - ] - }, - { - "segment": "roleManagementPolicies", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } ], "children": [ { - "segment": "{unifiedRoleManagementPolicy-id}", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "effectiveRules", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ { - "segment": "{unifiedRoleManagementPolicyRule-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "rules", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{unifiedRoleManagementPolicyRule-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "roleManagementPolicyAssignments", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{unifiedRoleManagementPolicyAssignment-id}", - "labels": [ - { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "policy", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] + "name": "Get", + "documentationUrl": null } ] } ] - } - ] - }, - { - "segment": "servicePrincipalCreationPolicies", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + }, { - "segment": "{servicePrincipalCreationPolicy-id}", + "segment": "{workforceIntegration-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "excludes", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ { - "segment": "{servicePrincipalCreationConditionSet-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "includes", - "labels": [ + "name": "Get", + "documentationUrl": null + }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + "name": "Patch", + "documentationUrl": null + }, { - "segment": "{servicePrincipalCreationConditionSet-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] - } - ] - } - ] - }, - { - "segment": "tokenIssuancePolicies", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{tokenIssuancePolicy-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "tokenLifetimePolicies", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{tokenLifetimePolicy-id}", - "labels": [ { "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -288825,366 +411762,126 @@ ] }, { - "segment": "print", + "segment": "tenantRelationships", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "connectors", + "segment": "delegatedAdminCustomers", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{printConnector-id}", - "labels": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/tenantrelationship-list-delegatedadmincustomers?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Post", + "documentationUrl": null } ] } - ] - }, - { - "segment": "operations", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } ], "children": [ { - "segment": "{printOperation-id}", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] - } - ] - }, - { - "segment": "printers", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{printer-id}", + "segment": "{delegatedAdminCustomer-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "connectors", - "labels": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.getCapabilities()", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.resetDefaults", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.restoreFactoryDefaults", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "share", + "segment": "serviceManagementDetails", "labels": [ { "name": "beta", "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/delegatedadmincustomer-list-servicemanagementdetails?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null } ] } - ] - }, - { - "segment": "shares", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } ], "children": [ { - "segment": "$ref", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] - } - ] - }, - { - "segment": "taskTriggers", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{printTaskTrigger-id}", + "segment": "{delegatedAdminServiceManagementDetail-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "definition", - "labels": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ + "name": "Patch", + "documentationUrl": null + }, { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] } @@ -289193,373 +411890,113 @@ ] } ] - }, - { - "segment": "microsoft.graph.create", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] } ] }, { - "segment": "printerShares", + "segment": "delegatedAdminRelationships", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/tenantrelationship-list-delegatedadminrelationships?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/tenantrelationship-post-delegatedadminrelationships?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "{printerShare-id}", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "allowedGroups", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ] - } - ] - }, - { - "segment": "allowedUsers", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ] - } - ] - }, - { - "segment": "printer", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.getCapabilities()", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.resetDefaults", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, { - "segment": "microsoft.graph.restoreFactoryDefaults", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null } ] } ] - } - ] - }, - { - "segment": "reports", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "services", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{printService-id}", + "segment": "{delegatedAdminRelationship-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "endpoints", - "labels": [ { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + "name": "Patch", + "documentationUrl": null + }, { - "segment": "{printServiceEndpoint-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] } - ] - } - ] - }, - { - "segment": "shares", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{printerShare-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } ], "children": [ { - "segment": "allowedGroups", + "segment": "accessAssignments", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/delegatedadminrelationship-list-accessassignments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/delegatedadminrelationship-post-accessassignments?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "$ref", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] - } - ] - }, - { - "segment": "allowedUsers", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] }, { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", + "segment": "{delegatedAdminAccessAssignment-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -289567,245 +412004,110 @@ ] }, { - "segment": "printer", + "segment": "operations", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/delegatedadminrelationship-list-operations?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.getCapabilities()", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.resetDefaults", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.restoreFactoryDefaults", + "segment": "{delegatedAdminRelationshipOperation-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] } ] - } - ] - } - ] - }, - { - "segment": "taskDefinitions", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{printTaskDefinition-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "tasks", + "segment": "requests", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/delegatedadminrelationship-list-requests?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/delegatedadminrelationship-post-requests?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "{printTask-id}", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "definition", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{delegatedAdminRelationshipRequest-id}", + "labels": [ { - "segment": "trigger", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ + "name": "Patch", + "documentationUrl": null + }, { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] } @@ -289816,55 +412118,79 @@ ] } ] - } - ] - }, - { - "segment": "privilegedAccess", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + }, { - "segment": "{privilegedAccess-id}", + "segment": "managedTenants", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "resources", + "segment": "aggregatedPolicyCompliances", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/managedtenants-managedtenant-list-aggregatedpolicycompliances?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{governanceResource-id}", + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{aggregatedPolicyCompliance-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -289872,26 +412198,55 @@ ] }, { - "segment": "roleAssignmentRequests", + "segment": "auditEvents", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{governanceRoleAssignmentRequest-id}", + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{auditEvent-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -289899,26 +412254,55 @@ ] }, { - "segment": "roleAssignments", + "segment": "cloudPcConnections", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/managedtenants-managedtenant-list-cloudpcconnections?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{governanceRoleAssignment-id}", + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{cloudPcConnection-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -289926,26 +412310,55 @@ ] }, { - "segment": "roleDefinitions", + "segment": "cloudPcDevices", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/managedtenants-managedtenant-list-cloudpcdevices?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{governanceRoleDefinition-id}", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{cloudPcDevice-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -289953,81 +412366,111 @@ ] }, { - "segment": "roleSettings", + "segment": "cloudPcsOverview", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/managedtenants-managedtenant-list-cloudpcsoverview?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{governanceRoleSetting-id}", + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{cloudPcOverview-tenantId}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] } ] - } - ] - } - ] - }, - { - "segment": "privilegedApproval", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{privilegedApproval-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ + }, { - "segment": "request", + "segment": "conditionalAccessPolicyCoverages", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/managedtenants-managedtenant-list-conditionalaccesspolicycoverages?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "$ref", + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{conditionalAccessPolicyCoverage-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Put", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -290035,243 +412478,223 @@ ] }, { - "segment": "roleInfo", + "segment": "credentialUserRegistrationsSummaries", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/managedtenants-managedtenant-list-credentialuserregistrationssummaries?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } - ] - } - ] - }, - { - "segment": "microsoft.graph.myRequests()", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "privilegedOperationEvents", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{privilegedOperationEvent-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "privilegedRoleAssignmentRequests", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{privilegedRoleAssignmentRequest-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.cancel", - "labels": [ + ], + "children": [ { - "name": "beta", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{credentialUserRegistrationsSummary-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "roleInfo", + "segment": "deviceCompliancePolicySettingStateSummaries", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/managedtenants-managedtenant-list-devicecompliancepolicysettingstatesummary?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } - ] - } - ] - }, - { - "segment": "microsoft.graph.my()", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "privilegedRoleAssignments", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{privilegedRoleAssignment-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.makeEligible", - "labels": [ + ], + "children": [ { - "name": "beta", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{deviceCompliancePolicySettingStateSummary-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "microsoft.graph.makePermanent", + "segment": "managedDeviceCompliances", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/managedtenants-managedtenant-list-manageddevicecompliances?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "roleInfo", - "labels": [ + ], + "children": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{managedDeviceCompliance-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] - } - ] - }, - { - "segment": "microsoft.graph.my()", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "privilegedRoles", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{privilegedRole-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ + }, { - "segment": "assignments", + "segment": "managedDeviceComplianceTrends", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/managedtenants-managedtenant-list-manageddevicecompliancetrends?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "$ref", + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{managedDeviceComplianceTrend-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -290279,3499 +412702,33877 @@ ] }, { - "segment": "microsoft.graph.selfActivate", + "segment": "managedTenantAlertLogs", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.selfDeactivate", - "labels": [ + ], + "children": [ { - "name": "beta", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{managedTenantAlertLog-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "alert", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] } ] }, { - "segment": "settings", + "segment": "managedTenantAlertRuleDefinitions", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{managedTenantAlertRuleDefinition-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "alertRules", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{managedTenantAlertRule-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } ] } ] }, { - "segment": "summary", + "segment": "managedTenantAlertRules", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } - ] - } - ] - } - ] - }, - { - "segment": "privilegedSignupStatus", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{privilegedSignupStatus-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.canSignUp()", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.completeSetup", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.isSignedUp()", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.signUp", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "programControls", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{programControl-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "program", - "labels": [ + ], + "children": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{managedTenantAlertRule-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "alerts", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{managedTenantAlert-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "ruleDefinition", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] } ] - } - ] - } - ] - }, - { - "segment": "programControlTypes", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{programControlType-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "programs", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{program-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ + }, { - "segment": "controls", + "segment": "managedTenantAlerts", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{programControl-id}", + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{managedTenantAlert-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "alertLogs", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{managedTenantAlertLog-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "alertRule", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "apiNotifications", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{managedTenantApiNotification-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "emailNotifications", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{managedTenantEmailNotification-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.managedTenants.addUserInputLog", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } ] } ] } ] - } - ] - } - ] - }, - { - "segment": "reports", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch" - ] - } - ], - "children": [ - { - "segment": "applicationSignInDetailedSummary", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + }, { - "segment": "{applicationSignInDetailedSummary-id}", + "segment": "managedTenantApiNotifications", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } - ] - } - ] - }, - { - "segment": "authenticationMethods", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.usersRegisteredByFeature()", - "labels": [ + ], + "children": [ { - "name": "beta", - "methods": [ - "Get" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{managedTenantApiNotification-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "alert", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] } ] }, { - "segment": "microsoft.graph.usersRegisteredByFeature(includedUserTypes={includedUserTypes},includedUserRoles={includedUserRoles})", + "segment": "managedTenantEmailNotifications", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.usersRegisteredByMethod()", - "labels": [ + ], + "children": [ { - "name": "beta", - "methods": [ - "Get" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] - } - ] - }, - { - "segment": "microsoft.graph.usersRegisteredByMethod(includedUserTypes={includedUserTypes},includedUserRoles={includedUserRoles})", - "labels": [ + }, { - "name": "beta", - "methods": [ - "Get" + "segment": "{managedTenantEmailNotification-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "alert", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] } ] - } - ] - }, - { - "segment": "credentialUserRegistrationDetails", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + }, { - "segment": "{credentialUserRegistrationDetails-id}", + "segment": "managedTenantTicketingEndpoints", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } - ] - } - ] - }, - { - "segment": "dailyPrintUsageByPrinter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{printUsageByPrinter-id}", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" + "segment": "{managedTenantTicketingEndpoint-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] - } - ] - }, - { - "segment": "dailyPrintUsageByUser", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{printUsageByUser-id}", + "segment": "managementActions", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/managedtenants-managedtenant-list-managementactions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" + "segment": "{managementAction-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.managedTenants.apply", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/managedtenants-managementaction-apply?view=graph-rest-1.0" + } + ] + } + ] + } ] } ] - } - ] - }, - { - "segment": "dailyPrintUsageSummariesByPrinter", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + }, { - "segment": "{printUsageByPrinter-id}", + "segment": "managementActionTenantDeploymentStatuses", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/managedtenants-managedtenant-list-managementactiontenantdeploymentstatuses?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } - ] - } - ] - }, - { - "segment": "dailyPrintUsageSummariesByUser", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{printUsageByUser-id}", - "labels": [ + ], + "children": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.deviceConfigurationDeviceActivity()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.deviceConfigurationUserActivity()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getAttackSimulationRepeatOffenders()", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getAttackSimulationSimulationUserCoverage()", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getAttackSimulationTrainingUserCoverage()", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getAzureADApplicationSignInSummary(period={period})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getAzureADFeatureUsage(period={period})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getAzureADLicenseUsage(period={period})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getAzureADUserFeatureUsage()", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getCredentialUsageSummary(period={period})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getCredentialUserRegistrationCount()", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getEmailActivityCounts(period={period})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getEmailActivityUserCounts(period={period})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getEmailActivityUserDetail(date={date})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getEmailActivityUserDetail(period={period})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getEmailAppUsageAppsUserCounts(period={period})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getEmailAppUsageUserCounts(period={period})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getEmailAppUsageUserDetail(date={date})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getEmailAppUsageUserDetail(period={period})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getEmailAppUsageVersionsUserCounts(period={period})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getGroupArchivedPrintJobs(groupId={groupId},startDateTime={startDateTime},endDateTime={endDateTime})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getM365AppPlatformUserCounts(period={period})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getM365AppUserCounts(period={period})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getM365AppUserDetail(date={date})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getM365AppUserDetail(period={period})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getMailboxUsageDetail(period={period})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getMailboxUsageMailboxCounts(period={period})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getMailboxUsageQuotaStatusMailboxCounts(period={period})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getMailboxUsageStorage(period={period})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getOffice365ActivationCounts()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getOffice365ActivationsUserCounts()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getOffice365ActivationsUserDetail()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getOffice365ActiveUserCounts(period={period})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getOffice365ActiveUserDetail(date={date})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getOffice365ActiveUserDetail(period={period})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getOffice365GroupsActivityCounts(period={period})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getOffice365GroupsActivityDetail(date={date})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getOffice365GroupsActivityDetail(period={period})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getOffice365GroupsActivityFileCounts(period={period})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getOffice365GroupsActivityGroupCounts(period={period})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getOffice365GroupsActivityStorage(period={period})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getOffice365ServicesUserCounts(period={period})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getOneDriveActivityFileCounts(period={period})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getOneDriveActivityUserCounts(period={period})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getOneDriveActivityUserDetail(date={date})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getOneDriveActivityUserDetail(period={period})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getOneDriveUsageAccountCounts(period={period})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getOneDriveUsageAccountDetail(date={date})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getOneDriveUsageAccountDetail(period={period})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getOneDriveUsageFileCounts(period={period})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getOneDriveUsageStorage(period={period})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getPrinterArchivedPrintJobs(printerId={printerId},startDateTime={startDateTime},endDateTime={endDateTime})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getRelyingPartyDetailedSummary(period={period})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getSharePointActivityFileCounts(period={period})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getSharePointActivityPages(period={period})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getSharePointActivityUserCounts(period={period})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getSharePointActivityUserDetail(date={date})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getSharePointActivityUserDetail(period={period})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getSharePointSiteUsageDetail(date={date})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" + }, + { + "segment": "{managementActionTenantDeploymentStatus-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.managedTenants.changeDeploymentStatus", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getSharePointSiteUsageDetail(period={period})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" + "segment": "managementIntents", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/managedtenants-managedtenant-list-managementintents?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{managementIntent-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getSharePointSiteUsageFileCounts(period={period})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" + "segment": "managementTemplateCollections", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{managementTemplateCollection-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "managementTemplates", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{managementTemplate-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getSharePointSiteUsagePages(period={period})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" + "segment": "managementTemplates", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/managedtenants-managedtenant-list-managementtemplates?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{managementTemplate-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "managementTemplateCollections", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{managementTemplateCollection-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "managementTemplateSteps", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{managementTemplateStep-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getSharePointSiteUsageSiteCounts(period={period})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" + "segment": "managementTemplateSteps", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{managementTemplateStep-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "acceptedVersion", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "managementTemplate", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "versions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{managementTemplateStepVersion-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getSharePointSiteUsageStorage(period={period})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" + "segment": "managementTemplateStepVersions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{managementTemplateStepVersion-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "acceptedFor", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "deployments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{managementTemplateStepDeployment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.managedTenants.changeDeploymentStatus", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "templateStepVersion", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "templateStep", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getSkypeForBusinessActivityCounts(period={period})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" + "segment": "myRoles", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/managedtenants-managedtenant-list-myroles?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{myRole-tenantId}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getSkypeForBusinessActivityUserCounts(period={period})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" + "segment": "tenantGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/managedtenants-managedtenant-list-tenantgroups?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{tenantGroup-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.managedTenants.tenantSearch", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getSkypeForBusinessActivityUserDetail(date={date})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" + "segment": "tenants", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/managedtenants-managedtenant-list-tenants?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{tenant-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.managedTenants.offboardTenant", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/managedtenants-tenant-offboardtenant?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.managedTenants.resetTenantOnboardingStatus", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/managedtenants-tenant-resettenantonboardingstatus?view=graph-rest-1.0" + } + ] + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getSkypeForBusinessActivityUserDetail(period={period})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" + "segment": "tenantsCustomizedInformation", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/managedtenants-managedtenant-list-tenantscustomizedinformation?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{tenantCustomizedInformation-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getSkypeForBusinessDeviceUsageDistributionUserCounts(period={period})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" + "segment": "tenantsDetailedInformation", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/managedtenants-managedtenant-list-tenantsdetailedinformation?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{tenantDetailedInformation-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getSkypeForBusinessDeviceUsageUserCounts(period={period})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" + "segment": "tenantTags", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/managedtenants-managedtenant-list-tenanttags?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/managedtenants-managedtenant-post-tenanttags?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{tenantTag-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.managedTenants.assignTag", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/managedtenants-tenanttag-assigntag?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.managedTenants.unassignTag", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/managedtenants-tenanttag-unassigntag?view=graph-rest-1.0" + } + ] + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getSkypeForBusinessDeviceUsageUserDetail(date={date})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" + "segment": "windowsDeviceMalwareStates", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/managedtenants-managedtenant-list-windowsdevicemalwarestates?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{windowsDeviceMalwareState-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get" + "segment": "windowsProtectionStates", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/managedtenants-managedtenant-list-windowsprotectionstates?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{windowsProtectionState-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } ] } ] }, { - "segment": "microsoft.graph.getSkypeForBusinessDeviceUsageUserDetail(period={period})", + "segment": "microsoft.graph.findTenantInformationByDomainName(domainName='{domainName}')", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.getSkypeForBusinessOrganizerActivityCounts(period={period})", + "segment": "microsoft.graph.findTenantInformationByTenantId(tenantId='{tenantId}')", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] - }, + } + ] + }, + { + "segment": "termStore", + "labels": [ { - "segment": "microsoft.graph.getSkypeForBusinessOrganizerActivityMinuteCounts(period={period})", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-store-get?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-store-update?view=graph-rest-1.0" } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.getSkypeForBusinessOrganizerActivityUserCounts(period={period})", + "segment": "groups", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-list-groups?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-group-post?view=graph-rest-1.0" + } ] } - ] - }, - { - "segment": "microsoft.graph.getSkypeForBusinessParticipantActivityCounts(period={period})", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Get" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get" + "segment": "{group-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "sets", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-group-list-sets?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{set-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "children", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-term-list-children?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-term-post?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{term-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "children", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{term-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "relations", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{relation-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "fromTerm", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "toTerm", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "relations", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{relation-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "fromTerm", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "toTerm", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "parentGroup", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "relations", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-term-list-relations?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{relation-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "fromTerm", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "toTerm", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "terms", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{term-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "children", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{term-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "relations", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{relation-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "fromTerm", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "toTerm", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "relations", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{relation-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "fromTerm", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "toTerm", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + } + ] + } + ] + } ] } ] }, { - "segment": "microsoft.graph.getSkypeForBusinessParticipantActivityMinuteCounts(period={period})", + "segment": "sets", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.getSkypeForBusinessParticipantActivityUserCounts(period={period})", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Get" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get" + "segment": "{set-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "children", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-term-list-children?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-term-post?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{term-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "children", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{term-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "relations", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{relation-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "fromTerm", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "toTerm", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "relations", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{relation-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "fromTerm", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "toTerm", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "parentGroup", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "sets", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-group-list-sets?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{set-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "children", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-term-list-children?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-term-post?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{term-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "children", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{term-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "relations", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{relation-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "fromTerm", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "toTerm", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "relations", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{relation-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "fromTerm", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "toTerm", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "relations", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-term-list-relations?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{relation-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "fromTerm", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "toTerm", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "terms", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{term-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "children", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{term-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "relations", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{relation-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "fromTerm", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "toTerm", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "relations", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{relation-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "fromTerm", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "toTerm", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "relations", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/termstore-term-list-relations?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{relation-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "fromTerm", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "toTerm", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "terms", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{term-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "children", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{term-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "relations", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{relation-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "fromTerm", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "toTerm", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "relations", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{relation-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "fromTerm", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "toTerm", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "set", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + } ] } ] - }, + } + ] + }, + { + "segment": "threatSubmission", + "labels": [ { - "segment": "microsoft.graph.getSkypeForBusinessPeerToPeerActivityCounts(period={period})", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Patch", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.getSkypeForBusinessPeerToPeerActivityMinuteCounts(period={period})", + "segment": "emailThreats", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/security-emailthreatsubmission-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/security-emailthreatsubmission-post-emailthreats?view=graph-rest-1.0" + } ] } - ] - }, - { - "segment": "microsoft.graph.getSkypeForBusinessPeerToPeerActivityUserCounts(period={period})", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Get" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get" + "segment": "{emailThreatSubmission-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "microsoft.graph.getTeamsDeviceUsageDistributionTotalUserCounts(period={period})", + "segment": "emailThreatSubmissionPolicies", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/security-emailthreatsubmissionpolicy-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.getTeamsDeviceUsageDistributionUserCounts(period={period})", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Get" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getTeamsDeviceUsageTotalUserCounts(period={period})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" + "segment": "{emailThreatSubmissionPolicy-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "microsoft.graph.getTeamsDeviceUsageUserCounts(period={period})", + "segment": "fileThreats", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/security-filethreatsubmission-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.getTeamsDeviceUsageUserDetail(date={date})", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Get" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get" + "segment": "{fileThreatSubmission-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "microsoft.graph.getTeamsDeviceUsageUserDetail(period={period})", + "segment": "urlThreats", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/security-urlthreatsubmission-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/security-urlthreatsubmission-post-urlthreats?view=graph-rest-1.0" + } ] } - ] - }, - { - "segment": "microsoft.graph.getTeamsUserActivityCounts(period={period})", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Get" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getTeamsUserActivityDistributionTotalUserCounts(period={period})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getTeamsUserActivityDistributionUserCounts(period={period})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getTeamsUserActivityTotalCounts(period={period})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getTeamsUserActivityTotalUserCounts(period={period})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" + "segment": "{urlThreatSubmission-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] - }, + } + ] + }, + { + "segment": "trustFramework", + "labels": [ { - "segment": "microsoft.graph.getTeamsUserActivityUserCounts(period={period})", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Patch", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.getTeamsUserActivityUserDetail(date={date})", + "segment": "keySets", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/trustframework-list-keysets?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/trustframework-post-keysets?view=graph-rest-1.0" + } ] } - ] - }, - { - "segment": "microsoft.graph.getTeamsUserActivityUserDetail(period={period})", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Get" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get" + "segment": "{trustFrameworkKeySet-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.generateKey", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/trustframeworkkeyset-generatekey?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getActiveKey()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.uploadCertificate", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/trustframeworkkeyset-uploadcertificate?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.uploadPkcs12", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/trustframeworkkeyset-uploadpkcs12?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.uploadSecret", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/trustframeworkkeyset-uploadsecret?view=graph-rest-1.0" + } + ] + } + ] + } ] } ] }, { - "segment": "microsoft.graph.getTenantSecureScores(period={period})", + "segment": "policies", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/trustframework-list-trustframeworkpolicies?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.getUserArchivedPrintJobs(userId={userId},startDateTime={startDateTime},endDateTime={endDateTime})", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Get" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get" + "segment": "{trustFrameworkPolicy-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$value", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/trustframework-list-trustframeworkpolicies?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + } ] } ] - }, + } + ] + }, + { + "segment": "users", + "labels": [ { - "segment": "microsoft.graph.getYammerActivityCounts(period={period})", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-post-users?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.getYammerActivityUserCounts(period={period})", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-post-users?view=graph-rest-1.0" } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.getYammerActivityUserDetail(date={date})", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getYammerActivityUserDetail(period={period})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getYammerDeviceUsageDistributionUserCounts(period={period})", - "labels": [ { "name": "v1.0", "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.getYammerDeviceUsageUserCounts(period={period})", + "segment": "{user-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getYammerDeviceUsageUserDetail(date={date})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-delete?view=graph-rest-1.0" + } ] }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getYammerDeviceUsageUserDetail(period={period})", - "labels": [ { "name": "v1.0", "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-delete?view=graph-rest-1.0" + } ] } - ] - }, - { - "segment": "microsoft.graph.getYammerGroupsActivityCounts(period={period})", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Get" + "segment": "activities", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{userActivity-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "historyItems", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{activityHistoryItem-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "activity", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.recent()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/projectrome-get-recent-activities?view=graph-rest-1.0" + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getYammerGroupsActivityDetail(date={date})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" + "segment": "agreementAcceptances", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-agreementacceptances?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-agreementacceptances?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{agreementAcceptance-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getYammerGroupsActivityDetail(period={period})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" + "segment": "analytics", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "activityStatistics", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{activityStatistics-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getYammerGroupsActivityGroupCounts(period={period})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" + "segment": "appConsentRequestsForApproval", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{appConsentRequest-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "userConsentRequests", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/appconsentrequest-list-userconsentrequests?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{userConsentRequest-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "approval", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "steps", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/approval-list-steps?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{approvalStep-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.filterByCurrentUser(on='{on}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.filterByCurrentUser(on='{on}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.managedDeviceEnrollmentAbandonmentDetails(skip={skip},top={top},filter={filter},skipToken={skipToken})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.managedDeviceEnrollmentAbandonmentSummary(skip={skip},top={top},filter={filter},skipToken={skipToken})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.managedDeviceEnrollmentFailureDetails()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" + "segment": "appRoleAssignedResources", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-approleassignedresources?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{servicePrincipal-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.managedDeviceEnrollmentFailureDetails(skip={skip},top={top},filter={filter},skipToken={skipToken})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" + "segment": "appRoleAssignments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-approleassignments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-post-approleassignments?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-approleassignments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-post-approleassignments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{appRoleAssignment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.managedDeviceEnrollmentFailureTrends()", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.managedDeviceEnrollmentTopFailures()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" + "segment": "approvals", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{approval-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "steps", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/approval-list-steps?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{approvalStep-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.filterByCurrentUser(on='{on}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.managedDeviceEnrollmentTopFailures(period={period})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" + "segment": "authentication", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "emailMethods", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/authentication-list-emailmethods?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/authentication-post-emailmethods?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/authentication-list-emailmethods?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/authentication-post-emailmethods?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{emailAuthenticationMethod-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "fido2Methods", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/fido2authenticationmethod-list?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{fido2AuthenticationMethod-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "methods", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/authentication-list-methods?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/authentication-list-methods?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{authenticationMethod-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.disableSmsSignIn", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.enableSmsSignIn", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.phoneAuthenticationMethod", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.disableSmsSignIn", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/phoneauthenticationmethod-disablesmssignin?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.enableSmsSignIn", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/phoneauthenticationmethod-enablesmssignin?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.resetPassword", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoftAuthenticatorMethods", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/microsoftauthenticatorauthenticationmethod-list?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/microsoftauthenticatorauthenticationmethod-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{microsoftAuthenticatorAuthenticationMethod-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "device", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "commands", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{command-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "responsepayload", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "memberOf", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/device-list-memberof?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/device-list-memberof?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{directoryObject-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.application", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.device", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.group", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.orgContact", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.user", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.activateServicePlan", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-activateserviceplan?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.assignLicense", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-assignlicense?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-assignlicense?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.changePassword", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-changepassword?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-changepassword?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.exportDeviceAndAppManagementData()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.exportDeviceAndAppManagementData(skip={skip},top={top})", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.exportPersonalData", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-exportpersonaldata?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-exportpersonaldata?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.findMeetingTimes", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-findmeetingtimes?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-findmeetingtimes?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.findRoomLists()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-findroomlists?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.findRooms()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.findRooms(RoomList='{RoomList}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getEffectiveDeviceEnrollmentConfigurations()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getLoggedOnManagedDevices()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMailTips", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-getmailtips?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-getmailtips?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getManagedAppDiagnosticStatuses()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getManagedAppPolicies()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getManagedDevicesWithAppFailures()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getManagedDevicesWithFailedOrPendingApps()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.invalidateAllRefreshTokens", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-invalidateallrefreshtokens?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.isManagedAppUserBlocked()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.reminderView(StartDateTime='{StartDateTime}',EndDateTime='{EndDateTime}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.removeAllDevicesFromManagement", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.reprocessLicenseAssignment", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-reprocesslicenseassignment?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-reprocesslicenseassignment?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.restore", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.revokeSignInSessions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.sendMail", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-sendmail?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-sendmail?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.translateExchangeIds", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-translateexchangeids?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-translateexchangeids?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.unblockManagedApps", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.wipeAndBlockManagedApps", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.wipeManagedAppRegistrationByDeviceTag", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.wipeManagedAppRegistrationsByAzureAdDeviceId", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.wipeManagedAppRegistrationsByDeviceTag", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.application", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.device", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.group", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.orgContact", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.user", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.restore", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "registeredOwners", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/device-list-registeredowners?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/device-list-registeredowners?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "$ref", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/device-list-registeredowners?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/device-list-registeredowners?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{directoryObject-id}", + "labels": [], + "children": [ + { + "segment": "$ref", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.appRoleAssignment", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.endpoint", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.user", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.activateServicePlan", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-activateserviceplan?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.assignLicense", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-assignlicense?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-assignlicense?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.changePassword", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-changepassword?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-changepassword?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.exportDeviceAndAppManagementData()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.exportDeviceAndAppManagementData(skip={skip},top={top})", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.exportPersonalData", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-exportpersonaldata?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-exportpersonaldata?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.findMeetingTimes", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-findmeetingtimes?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-findmeetingtimes?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.findRoomLists()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-findroomlists?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.findRooms()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.findRooms(RoomList='{RoomList}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getEffectiveDeviceEnrollmentConfigurations()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getLoggedOnManagedDevices()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMailTips", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-getmailtips?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-getmailtips?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getManagedAppDiagnosticStatuses()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getManagedAppPolicies()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getManagedDevicesWithAppFailures()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getManagedDevicesWithFailedOrPendingApps()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.invalidateAllRefreshTokens", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-invalidateallrefreshtokens?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.isManagedAppUserBlocked()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.reminderView(StartDateTime='{StartDateTime}',EndDateTime='{EndDateTime}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.removeAllDevicesFromManagement", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.reprocessLicenseAssignment", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-reprocesslicenseassignment?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-reprocesslicenseassignment?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.restore", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.revokeSignInSessions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.sendMail", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-sendmail?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-sendmail?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.translateExchangeIds", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-translateexchangeids?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-translateexchangeids?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.unblockManagedApps", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.wipeAndBlockManagedApps", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.wipeManagedAppRegistrationByDeviceTag", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.wipeManagedAppRegistrationsByAzureAdDeviceId", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.wipeManagedAppRegistrationsByDeviceTag", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.appRoleAssignment", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.endpoint", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.user", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "registeredUsers", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/device-list-registeredusers?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/device-list-registeredusers?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{directoryObject-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.appRoleAssignment", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.endpoint", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.user", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.activateServicePlan", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-activateserviceplan?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.assignLicense", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-assignlicense?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-assignlicense?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.changePassword", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-changepassword?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-changepassword?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.exportDeviceAndAppManagementData()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.exportDeviceAndAppManagementData(skip={skip},top={top})", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.exportPersonalData", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-exportpersonaldata?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-exportpersonaldata?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.findMeetingTimes", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-findmeetingtimes?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-findmeetingtimes?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.findRoomLists()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-findroomlists?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.findRooms()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.findRooms(RoomList='{RoomList}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getEffectiveDeviceEnrollmentConfigurations()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getLoggedOnManagedDevices()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMailTips", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-getmailtips?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-getmailtips?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getManagedAppDiagnosticStatuses()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getManagedAppPolicies()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getManagedDevicesWithAppFailures()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getManagedDevicesWithFailedOrPendingApps()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.invalidateAllRefreshTokens", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-invalidateallrefreshtokens?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.isManagedAppUserBlocked()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.reminderView(StartDateTime='{StartDateTime}',EndDateTime='{EndDateTime}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.removeAllDevicesFromManagement", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.reprocessLicenseAssignment", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-reprocesslicenseassignment?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-reprocesslicenseassignment?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.restore", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.revokeSignInSessions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.sendMail", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-sendmail?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-sendmail?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.translateExchangeIds", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-translateexchangeids?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-translateexchangeids?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.unblockManagedApps", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.wipeAndBlockManagedApps", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.wipeManagedAppRegistrationByDeviceTag", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.wipeManagedAppRegistrationsByAzureAdDeviceId", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.wipeManagedAppRegistrationsByDeviceTag", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.appRoleAssignment", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.endpoint", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.user", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "transitiveMemberOf", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/device-list-transitivememberof?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/device-list-transitivememberof?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{directoryObject-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.application", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.device", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.group", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.orgContact", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.user", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.activateServicePlan", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-activateserviceplan?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.assignLicense", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-assignlicense?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-assignlicense?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.changePassword", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-changepassword?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-changepassword?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.exportDeviceAndAppManagementData()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.exportDeviceAndAppManagementData(skip={skip},top={top})", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.exportPersonalData", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-exportpersonaldata?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-exportpersonaldata?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.findMeetingTimes", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-findmeetingtimes?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-findmeetingtimes?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.findRoomLists()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-findroomlists?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.findRooms()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.findRooms(RoomList='{RoomList}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getEffectiveDeviceEnrollmentConfigurations()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getLoggedOnManagedDevices()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMailTips", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-getmailtips?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-getmailtips?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getManagedAppDiagnosticStatuses()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getManagedAppPolicies()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getManagedDevicesWithAppFailures()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getManagedDevicesWithFailedOrPendingApps()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.invalidateAllRefreshTokens", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-invalidateallrefreshtokens?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.isManagedAppUserBlocked()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.reminderView(StartDateTime='{StartDateTime}',EndDateTime='{EndDateTime}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.removeAllDevicesFromManagement", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.reprocessLicenseAssignment", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-reprocesslicenseassignment?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-reprocesslicenseassignment?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.restore", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.revokeSignInSessions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.sendMail", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-sendmail?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-sendmail?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.translateExchangeIds", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-translateexchangeids?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-translateexchangeids?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.unblockManagedApps", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.wipeAndBlockManagedApps", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.wipeManagedAppRegistrationByDeviceTag", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.wipeManagedAppRegistrationsByAzureAdDeviceId", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.wipeManagedAppRegistrationsByDeviceTag", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.application", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.device", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.group", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.orgContact", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.user", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "usageRights", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/device-list-usagerights?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{usageRight-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "operations", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{longRunningOperation-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "passwordlessMicrosoftAuthenticatorMethods", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/passwordlessmicrosoftauthenticatorauthenticationmethod-list?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "device", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "commands", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{command-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "responsepayload", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "memberOf", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/device-list-memberof?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{directoryObject-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.application", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.device", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.group", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.orgContact", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.user", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.activateServicePlan", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-activateserviceplan?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.assignLicense", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-assignlicense?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.changePassword", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-changepassword?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.exportDeviceAndAppManagementData()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.exportDeviceAndAppManagementData(skip={skip},top={top})", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.exportPersonalData", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-exportpersonaldata?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.findMeetingTimes", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-findmeetingtimes?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.findRoomLists()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-findroomlists?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.findRooms()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.findRooms(RoomList='{RoomList}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getEffectiveDeviceEnrollmentConfigurations()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getLoggedOnManagedDevices()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMailTips", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-getmailtips?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getManagedAppDiagnosticStatuses()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getManagedAppPolicies()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getManagedDevicesWithAppFailures()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getManagedDevicesWithFailedOrPendingApps()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.invalidateAllRefreshTokens", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-invalidateallrefreshtokens?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.isManagedAppUserBlocked()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.reminderView(StartDateTime='{StartDateTime}',EndDateTime='{EndDateTime}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.removeAllDevicesFromManagement", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.reprocessLicenseAssignment", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-reprocesslicenseassignment?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.restore", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.revokeSignInSessions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.sendMail", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-sendmail?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.translateExchangeIds", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-translateexchangeids?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.unblockManagedApps", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.wipeAndBlockManagedApps", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.wipeManagedAppRegistrationByDeviceTag", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.wipeManagedAppRegistrationsByAzureAdDeviceId", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.wipeManagedAppRegistrationsByDeviceTag", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.application", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.device", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.group", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.orgContact", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.user", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.restore", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "registeredOwners", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/device-list-registeredowners?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "$ref", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/device-list-registeredowners?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{directoryObject-id}", + "labels": [], + "children": [ + { + "segment": "$ref", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.endpoint", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.user", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.activateServicePlan", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-activateserviceplan?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.assignLicense", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-assignlicense?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.changePassword", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-changepassword?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.exportDeviceAndAppManagementData()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.exportDeviceAndAppManagementData(skip={skip},top={top})", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.exportPersonalData", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-exportpersonaldata?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.findMeetingTimes", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-findmeetingtimes?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.findRoomLists()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-findroomlists?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.findRooms()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.findRooms(RoomList='{RoomList}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getEffectiveDeviceEnrollmentConfigurations()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getLoggedOnManagedDevices()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMailTips", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-getmailtips?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getManagedAppDiagnosticStatuses()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getManagedAppPolicies()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getManagedDevicesWithAppFailures()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getManagedDevicesWithFailedOrPendingApps()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.invalidateAllRefreshTokens", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-invalidateallrefreshtokens?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.isManagedAppUserBlocked()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.reminderView(StartDateTime='{StartDateTime}',EndDateTime='{EndDateTime}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.removeAllDevicesFromManagement", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.reprocessLicenseAssignment", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-reprocesslicenseassignment?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.restore", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.revokeSignInSessions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.sendMail", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-sendmail?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.translateExchangeIds", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-translateexchangeids?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.unblockManagedApps", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.wipeAndBlockManagedApps", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.wipeManagedAppRegistrationByDeviceTag", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.wipeManagedAppRegistrationsByAzureAdDeviceId", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.wipeManagedAppRegistrationsByDeviceTag", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.endpoint", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.user", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "registeredUsers", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/device-list-registeredusers?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{directoryObject-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.endpoint", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.user", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.activateServicePlan", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-activateserviceplan?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.assignLicense", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-assignlicense?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.changePassword", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-changepassword?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.exportDeviceAndAppManagementData()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.exportDeviceAndAppManagementData(skip={skip},top={top})", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.exportPersonalData", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-exportpersonaldata?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.findMeetingTimes", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-findmeetingtimes?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.findRoomLists()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-findroomlists?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.findRooms()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.findRooms(RoomList='{RoomList}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getEffectiveDeviceEnrollmentConfigurations()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getLoggedOnManagedDevices()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMailTips", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-getmailtips?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getManagedAppDiagnosticStatuses()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getManagedAppPolicies()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getManagedDevicesWithAppFailures()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getManagedDevicesWithFailedOrPendingApps()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.invalidateAllRefreshTokens", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-invalidateallrefreshtokens?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.isManagedAppUserBlocked()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.reminderView(StartDateTime='{StartDateTime}',EndDateTime='{EndDateTime}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.removeAllDevicesFromManagement", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.reprocessLicenseAssignment", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-reprocesslicenseassignment?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.restore", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.revokeSignInSessions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.sendMail", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-sendmail?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.translateExchangeIds", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-translateexchangeids?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.unblockManagedApps", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.wipeAndBlockManagedApps", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.wipeManagedAppRegistrationByDeviceTag", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.wipeManagedAppRegistrationsByAzureAdDeviceId", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.wipeManagedAppRegistrationsByDeviceTag", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.endpoint", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.user", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "transitiveMemberOf", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/device-list-transitivememberof?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{directoryObject-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.application", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.device", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.group", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.orgContact", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.user", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.activateServicePlan", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-activateserviceplan?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.assignLicense", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-assignlicense?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.changePassword", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-changepassword?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.exportDeviceAndAppManagementData()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.exportDeviceAndAppManagementData(skip={skip},top={top})", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.exportPersonalData", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-exportpersonaldata?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.findMeetingTimes", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-findmeetingtimes?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.findRoomLists()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-findroomlists?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.findRooms()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.findRooms(RoomList='{RoomList}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getEffectiveDeviceEnrollmentConfigurations()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getLoggedOnManagedDevices()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMailTips", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-getmailtips?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getManagedAppDiagnosticStatuses()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getManagedAppPolicies()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getManagedDevicesWithAppFailures()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getManagedDevicesWithFailedOrPendingApps()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.invalidateAllRefreshTokens", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-invalidateallrefreshtokens?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.isManagedAppUserBlocked()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.reminderView(StartDateTime='{StartDateTime}',EndDateTime='{EndDateTime}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.removeAllDevicesFromManagement", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.reprocessLicenseAssignment", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-reprocesslicenseassignment?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.restore", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.revokeSignInSessions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.sendMail", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-sendmail?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.translateExchangeIds", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-translateexchangeids?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.unblockManagedApps", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.wipeAndBlockManagedApps", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.wipeManagedAppRegistrationByDeviceTag", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.wipeManagedAppRegistrationsByAzureAdDeviceId", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.wipeManagedAppRegistrationsByDeviceTag", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.application", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.device", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.group", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.orgContact", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.user", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "usageRights", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/device-list-usagerights?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{usageRight-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "passwordMethods", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/authentication-list-passwordmethods?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/authentication-list-passwordmethods?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{passwordAuthenticationMethod-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "phoneMethods", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/authentication-list-phonemethods?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/authentication-post-phonemethods?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/authentication-list-phonemethods?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/authentication-post-phonemethods?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{phoneAuthenticationMethod-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.disableSmsSignIn", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/phoneauthenticationmethod-disablesmssignin?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.enableSmsSignIn", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/phoneauthenticationmethod-enablesmssignin?view=graph-rest-1.0" + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "softwareOathMethods", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/authentication-list-softwareoathmethods?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/authentication-list-softwareoathmethods?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{softwareOathAuthenticationMethod-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "temporaryAccessPassMethods", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/authentication-list-temporaryaccesspassmethods?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/authentication-post-temporaryaccesspassmethods?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/authentication-list-temporaryaccesspassmethods?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/authentication-post-temporaryaccesspassmethods?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{temporaryAccessPassAuthenticationMethod-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "windowsHelloForBusinessMethods", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/windowshelloforbusinessauthenticationmethod-list?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/windowshelloforbusinessauthenticationmethod-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{windowsHelloForBusinessAuthenticationMethod-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "device", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "commands", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{command-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "responsepayload", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "memberOf", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/device-list-memberof?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/device-list-memberof?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{directoryObject-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.application", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.device", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.group", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.orgContact", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.user", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.activateServicePlan", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-activateserviceplan?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.assignLicense", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-assignlicense?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-assignlicense?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.changePassword", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-changepassword?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-changepassword?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.exportDeviceAndAppManagementData()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.exportDeviceAndAppManagementData(skip={skip},top={top})", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.exportPersonalData", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-exportpersonaldata?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-exportpersonaldata?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.findMeetingTimes", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-findmeetingtimes?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-findmeetingtimes?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.findRoomLists()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-findroomlists?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.findRooms()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.findRooms(RoomList='{RoomList}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getEffectiveDeviceEnrollmentConfigurations()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getLoggedOnManagedDevices()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMailTips", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-getmailtips?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-getmailtips?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getManagedAppDiagnosticStatuses()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getManagedAppPolicies()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getManagedDevicesWithAppFailures()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getManagedDevicesWithFailedOrPendingApps()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.invalidateAllRefreshTokens", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-invalidateallrefreshtokens?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.isManagedAppUserBlocked()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.reminderView(StartDateTime='{StartDateTime}',EndDateTime='{EndDateTime}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.removeAllDevicesFromManagement", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.reprocessLicenseAssignment", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-reprocesslicenseassignment?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-reprocesslicenseassignment?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.restore", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.revokeSignInSessions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.sendMail", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-sendmail?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-sendmail?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.translateExchangeIds", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-translateexchangeids?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-translateexchangeids?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.unblockManagedApps", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.wipeAndBlockManagedApps", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.wipeManagedAppRegistrationByDeviceTag", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.wipeManagedAppRegistrationsByAzureAdDeviceId", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.wipeManagedAppRegistrationsByDeviceTag", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.application", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.device", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.group", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.orgContact", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.user", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.restore", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "registeredOwners", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/device-list-registeredowners?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/device-list-registeredowners?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "$ref", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/device-list-registeredowners?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/device-list-registeredowners?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{directoryObject-id}", + "labels": [], + "children": [ + { + "segment": "$ref", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.appRoleAssignment", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.endpoint", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.user", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.activateServicePlan", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-activateserviceplan?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.assignLicense", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-assignlicense?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-assignlicense?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.changePassword", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-changepassword?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-changepassword?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.exportDeviceAndAppManagementData()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.exportDeviceAndAppManagementData(skip={skip},top={top})", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.exportPersonalData", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-exportpersonaldata?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-exportpersonaldata?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.findMeetingTimes", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-findmeetingtimes?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-findmeetingtimes?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.findRoomLists()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-findroomlists?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.findRooms()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.findRooms(RoomList='{RoomList}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getEffectiveDeviceEnrollmentConfigurations()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getLoggedOnManagedDevices()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMailTips", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-getmailtips?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-getmailtips?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getManagedAppDiagnosticStatuses()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getManagedAppPolicies()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getManagedDevicesWithAppFailures()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getManagedDevicesWithFailedOrPendingApps()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.invalidateAllRefreshTokens", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-invalidateallrefreshtokens?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.isManagedAppUserBlocked()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.reminderView(StartDateTime='{StartDateTime}',EndDateTime='{EndDateTime}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.removeAllDevicesFromManagement", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.reprocessLicenseAssignment", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-reprocesslicenseassignment?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-reprocesslicenseassignment?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.restore", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.revokeSignInSessions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.sendMail", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-sendmail?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-sendmail?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.translateExchangeIds", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-translateexchangeids?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-translateexchangeids?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.unblockManagedApps", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.wipeAndBlockManagedApps", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.wipeManagedAppRegistrationByDeviceTag", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.wipeManagedAppRegistrationsByAzureAdDeviceId", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.wipeManagedAppRegistrationsByDeviceTag", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.appRoleAssignment", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.endpoint", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.user", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "registeredUsers", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/device-list-registeredusers?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/device-list-registeredusers?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{directoryObject-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.appRoleAssignment", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.endpoint", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.user", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.activateServicePlan", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-activateserviceplan?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.assignLicense", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-assignlicense?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-assignlicense?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.changePassword", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-changepassword?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-changepassword?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.exportDeviceAndAppManagementData()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.exportDeviceAndAppManagementData(skip={skip},top={top})", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.exportPersonalData", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-exportpersonaldata?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-exportpersonaldata?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.findMeetingTimes", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-findmeetingtimes?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-findmeetingtimes?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.findRoomLists()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-findroomlists?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.findRooms()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.findRooms(RoomList='{RoomList}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getEffectiveDeviceEnrollmentConfigurations()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getLoggedOnManagedDevices()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMailTips", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-getmailtips?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-getmailtips?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getManagedAppDiagnosticStatuses()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getManagedAppPolicies()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getManagedDevicesWithAppFailures()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getManagedDevicesWithFailedOrPendingApps()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.invalidateAllRefreshTokens", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-invalidateallrefreshtokens?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.isManagedAppUserBlocked()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.reminderView(StartDateTime='{StartDateTime}',EndDateTime='{EndDateTime}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.removeAllDevicesFromManagement", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.reprocessLicenseAssignment", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-reprocesslicenseassignment?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-reprocesslicenseassignment?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.restore", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.revokeSignInSessions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.sendMail", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-sendmail?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-sendmail?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.translateExchangeIds", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-translateexchangeids?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-translateexchangeids?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.unblockManagedApps", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.wipeAndBlockManagedApps", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.wipeManagedAppRegistrationByDeviceTag", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.wipeManagedAppRegistrationsByAzureAdDeviceId", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.wipeManagedAppRegistrationsByDeviceTag", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.appRoleAssignment", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.endpoint", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.user", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "transitiveMemberOf", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/device-list-transitivememberof?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/device-list-transitivememberof?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{directoryObject-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.application", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.device", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.group", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.orgContact", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.user", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.activateServicePlan", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-activateserviceplan?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.assignLicense", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-assignlicense?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-assignlicense?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.changePassword", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-changepassword?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-changepassword?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.exportDeviceAndAppManagementData()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.exportDeviceAndAppManagementData(skip={skip},top={top})", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.exportPersonalData", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-exportpersonaldata?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-exportpersonaldata?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.findMeetingTimes", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-findmeetingtimes?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-findmeetingtimes?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.findRoomLists()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-findroomlists?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.findRooms()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.findRooms(RoomList='{RoomList}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getEffectiveDeviceEnrollmentConfigurations()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getLoggedOnManagedDevices()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMailTips", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-getmailtips?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-getmailtips?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getManagedAppDiagnosticStatuses()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getManagedAppPolicies()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getManagedDevicesWithAppFailures()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getManagedDevicesWithFailedOrPendingApps()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.invalidateAllRefreshTokens", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-invalidateallrefreshtokens?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.isManagedAppUserBlocked()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.reminderView(StartDateTime='{StartDateTime}',EndDateTime='{EndDateTime}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.removeAllDevicesFromManagement", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.reprocessLicenseAssignment", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-reprocesslicenseassignment?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-reprocesslicenseassignment?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.restore", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.revokeSignInSessions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.sendMail", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-sendmail?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-sendmail?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.translateExchangeIds", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-translateexchangeids?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-translateexchangeids?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.unblockManagedApps", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.wipeAndBlockManagedApps", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.wipeManagedAppRegistrationByDeviceTag", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.wipeManagedAppRegistrationsByAzureAdDeviceId", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.wipeManagedAppRegistrationsByDeviceTag", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.application", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.device", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.group", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.orgContact", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.user", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "usageRights", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/device-list-usagerights?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{usageRight-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "monthlyPrintUsageByPrinter", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" + "segment": "calendar", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/calendar-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/calendar-update?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/calendar-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/calendar-update?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "calendarPermissions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/calendar-post-calendarpermissions?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/calendar-post-calendarpermissions?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{calendarPermission-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "calendarView", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/calendar-list-calendarview?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/calendar-list-calendarview?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{event-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "calendar", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "exceptionOccurrences", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{event-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "calendar", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "instances", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{event-id2}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "calendar", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.accept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.decline", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.dismissReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.snoozeReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.accept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.decline", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.dismissReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.snoozeReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "instances", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{event-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "calendar", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "exceptionOccurrences", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{event-id2}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "calendar", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.accept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.decline", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.dismissReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.snoozeReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.accept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.decline", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.dismissReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.snoozeReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.accept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.decline", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.dismissReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.snoozeReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "events", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/calendar-list-events?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/calendar-post-events?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/calendar-list-events?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/calendar-post-events?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{event-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "calendar", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "exceptionOccurrences", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{event-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "calendar", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "instances", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{event-id2}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "calendar", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.accept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.decline", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.dismissReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.snoozeReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.accept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.decline", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.dismissReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.snoozeReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "instances", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{event-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "calendar", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "exceptionOccurrences", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{event-id2}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "calendar", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.accept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.decline", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.dismissReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.snoozeReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.accept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.decline", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.dismissReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.snoozeReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.accept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.decline", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.dismissReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.snoozeReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.allowedCalendarSharingRoles(User='{User}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getSchedule", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/calendar-getschedule?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/calendar-getschedule?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{printUsageByPrinter-id}", + "segment": "calendarGroups", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-calendargroups?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-post-calendargroups?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-calendargroups?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-post-calendargroups?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{calendarGroup-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "calendars", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/calendargroup-list-calendars?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/calendargroup-post-calendars?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/calendargroup-list-calendars?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/calendargroup-post-calendars?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{calendar-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "calendarPermissions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/calendar-post-calendarpermissions?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/calendar-post-calendarpermissions?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{calendarPermission-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "calendarView", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/calendar-list-calendarview?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/calendar-list-calendarview?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{event-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "calendar", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "exceptionOccurrences", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{event-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "calendar", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "instances", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{event-id2}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "calendar", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.accept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.decline", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.dismissReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.snoozeReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.accept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.decline", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.dismissReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.snoozeReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "instances", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{event-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "calendar", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "exceptionOccurrences", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{event-id2}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "calendar", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.accept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.decline", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.dismissReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.snoozeReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.accept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.decline", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.dismissReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.snoozeReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.accept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.decline", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.dismissReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.snoozeReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "events", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/calendar-list-events?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/calendar-post-events?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/calendar-list-events?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/calendar-post-events?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{event-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "calendar", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "exceptionOccurrences", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{event-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "calendar", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "instances", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{event-id2}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "calendar", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.accept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.decline", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.dismissReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.snoozeReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.accept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.decline", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.dismissReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.snoozeReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "instances", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{event-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "calendar", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "exceptionOccurrences", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{event-id2}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "calendar", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.accept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.decline", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.dismissReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.snoozeReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.accept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.decline", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.dismissReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.snoozeReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.accept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.decline", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.dismissReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.snoozeReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.allowedCalendarSharingRoles(User='{User}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getSchedule", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/calendar-getschedule?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/calendar-getschedule?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + } + ] + } ] } ] - } - ] - }, - { - "segment": "monthlyPrintUsageByUser", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{printUsageByUser-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "monthlyPrintUsageSummariesByPrinter", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{printUsageByPrinter-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "monthlyPrintUsageSummariesByUser", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{printUsageByUser-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "userCredentialUsageDetails", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{userCredentialUsageDetails-id}", + "segment": "calendars", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-calendars?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-post-calendars?view=graph-rest-1.0" + } ] - } - ] - } - ] - } - ] - }, - { - "segment": "riskDetections", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{riskDetection-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "riskyUsers", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{riskyUser-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "history", - "labels": [ + }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-calendars?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-post-calendars?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "{riskyUserHistoryItem-id}", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } ] } ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.confirmCompromised", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.dismiss", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "roleManagement", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch" - ] - } - ], - "children": [ - { - "segment": "cloudPC", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "resourceNamespaces", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + }, { - "segment": "{unifiedRbacResourceNamespace-id}", + "segment": "{calendar-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "microsoft.graph.importResourceActions", + "segment": "calendarPermissions", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/calendar-post-calendarpermissions?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/calendar-post-calendarpermissions?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{calendarPermission-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "resourceActions", + "segment": "calendarView", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/calendar-list-calendarview?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/calendar-list-calendarview?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "{unifiedRbacResourceAction-id}", + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{event-id}", "labels": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "calendar", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "exceptionOccurrences", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{event-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "calendar", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "instances", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{event-id2}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "calendar", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.accept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.decline", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.dismissReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.snoozeReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.accept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.decline", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.dismissReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.snoozeReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "instances", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{event-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "calendar", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "exceptionOccurrences", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{event-id2}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "calendar", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.accept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.decline", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.dismissReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.snoozeReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.accept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.decline", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.dismissReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.snoozeReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + } + ] + } ] - } - ], - "children": [ + }, { - "segment": "resourceScope", + "segment": "microsoft.graph.accept", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } ] } ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "roleAssignments", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{unifiedRoleAssignmentMultiple-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "appScopes", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{appScope-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "directoryScopes", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ] - } - ] - }, - { - "segment": "principals", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ] - } - ] - }, - { - "segment": "roleDefinition", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "roleDefinitions", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{unifiedRoleDefinition-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "inheritsPermissionsFrom", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{unifiedRoleDefinition-id1}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "deviceManagement", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "resourceNamespaces", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{unifiedRbacResourceNamespace-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.importResourceActions", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "resourceActions", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{unifiedRbacResourceAction-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ + }, { - "segment": "resourceScope", + "segment": "microsoft.graph.cancel", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } ] } ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "roleAssignments", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{unifiedRoleAssignmentMultiple-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "appScopes", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{appScope-id}", - "labels": [ + }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" + "segment": "microsoft.graph.decline", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + } ] - } - ] - } - ] - }, - { - "segment": "directoryScopes", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ + }, { - "name": "beta", - "methods": [ - "Get", - "Post" + "segment": "microsoft.graph.dismissReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + } ] - } - ] - } - ] - }, - { - "segment": "principals", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ + }, { - "name": "beta", - "methods": [ - "Get", - "Post" + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + } ] - } - ] - } - ] - }, - { - "segment": "roleDefinition", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ + }, { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" + "segment": "microsoft.graph.snoozeReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + } ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "roleDefinitions", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{unifiedRoleDefinition-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "inheritsPermissionsFrom", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{unifiedRoleDefinition-id1}", - "labels": [ + }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + } ] - } - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "directory", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.roleScheduleInstances(directoryScopeId={directoryScopeId},appScopeId={appScopeId},principalId={principalId},roleDefinitionId={roleDefinitionId})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.roleSchedules(directoryScopeId={directoryScopeId},appScopeId={appScopeId},principalId={principalId},roleDefinitionId={roleDefinitionId})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "resourceNamespaces", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{unifiedRbacResourceNamespace-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.importResourceActions", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "resourceActions", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{unifiedRbacResourceAction-id}", - "labels": [ + }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } ] - } - ], - "children": [ + }, { - "segment": "resourceScope", + "segment": "singleValueExtendedProperties", "labels": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] } ] - } - ] - } - ] - } - ] - }, - { - "segment": "roleAssignmentApprovals", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{approval-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "steps", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{approvalStep-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.filterByCurrentUser(on={on})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "roleAssignments", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{unifiedRoleAssignment-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "appScope", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "directoryScope", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] }, { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", + "segment": "microsoft.graph.delta()", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Put", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Put", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } ] } ] @@ -293779,2682 +446580,2831 @@ ] }, { - "segment": "principal", + "segment": "events", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/calendar-list-events?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/calendar-post-events?view=graph-rest-1.0" } ] - } - ] - }, - { - "segment": "roleDefinition", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/calendar-list-events?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/calendar-post-events?view=graph-rest-1.0" } ] } - ] - } - ] - } - ] - }, - { - "segment": "roleAssignmentScheduleInstances", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{unifiedRoleAssignmentScheduleInstance-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "activatedUsing", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } ], "children": [ { - "segment": "$ref", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Put", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] - } - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.filterByCurrentUser(on={on})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "roleAssignmentScheduleRequests", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{unifiedRoleAssignmentScheduleRequest-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "activatedUsing", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ + }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Put", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] - } - ] - }, - { - "segment": "appScope", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ + }, { - "segment": "$ref", + "segment": "{event-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Put", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] - } - ] - } - ] - }, - { - "segment": "directoryScope", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ + }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Put", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } - ] - } - ] - }, - { - "segment": "microsoft.graph.cancel", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "principal", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ + ], + "children": [ { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + } ] - } - ] - } - ] - }, - { - "segment": "roleDefinition", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ + }, { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" + "segment": "calendar", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] - } - ] - } - ] - }, - { - "segment": "targetSchedule", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ + }, { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" + "segment": "exceptionOccurrences", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{event-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "calendar", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "instances", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{event-id2}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "calendar", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.accept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.decline", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.dismissReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.snoozeReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.accept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.decline", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.dismissReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.snoozeReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + } + ] + } ] - } - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.filterByCurrentUser(on={on})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "roleAssignmentSchedules", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{unifiedRoleAssignmentSchedule-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "activatedUsing", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ + }, { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } ] - } - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.filterByCurrentUser(on={on})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "roleDefinitions", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{unifiedRoleDefinition-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "inheritsPermissionsFrom", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{unifiedRoleDefinition-id1}", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" + "segment": "instances", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{event-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "calendar", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "exceptionOccurrences", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{event-id2}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "calendar", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.accept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.decline", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.dismissReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.snoozeReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.accept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.decline", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.dismissReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.snoozeReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "roleEligibilityScheduleInstances", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{unifiedRoleEligibilityScheduleInstance-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.filterByCurrentUser(on={on})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "roleEligibilityScheduleRequests", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{unifiedRoleEligibilityScheduleRequest-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "appScope", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "directoryScope", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.cancel", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "principal", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "roleDefinition", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "targetSchedule", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.filterByCurrentUser(on={on})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "roleEligibilitySchedules", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{unifiedRoleEligibilitySchedule-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.filterByCurrentUser(on={on})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "entitlementManagement", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.roleScheduleInstances(directoryScopeId={directoryScopeId},appScopeId={appScopeId},principalId={principalId},roleDefinitionId={roleDefinitionId})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.roleSchedules(directoryScopeId={directoryScopeId},appScopeId={appScopeId},principalId={principalId},roleDefinitionId={roleDefinitionId})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "resourceNamespaces", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{unifiedRbacResourceNamespace-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.importResourceActions", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "resourceActions", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{unifiedRbacResourceAction-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "resourceScope", + "segment": "microsoft.graph.accept", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } ] - } - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "roleAssignmentApprovals", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{approval-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "steps", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{approvalStep-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.filterByCurrentUser(on={on})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "roleAssignments", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{unifiedRoleAssignment-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "appScope", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "directoryScope", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "principal", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "roleDefinition", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "roleAssignmentScheduleInstances", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{unifiedRoleAssignmentScheduleInstance-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "activatedUsing", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.filterByCurrentUser(on={on})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "roleAssignmentScheduleRequests", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{unifiedRoleAssignmentScheduleRequest-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "activatedUsing", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "appScope", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "directoryScope", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.cancel", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "principal", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "roleDefinition", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "targetSchedule", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.filterByCurrentUser(on={on})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "roleAssignmentSchedules", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{unifiedRoleAssignmentSchedule-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "activatedUsing", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.filterByCurrentUser(on={on})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "roleDefinitions", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{unifiedRoleDefinition-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "inheritsPermissionsFrom", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{unifiedRoleDefinition-id1}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "roleEligibilityScheduleInstances", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{unifiedRoleEligibilityScheduleInstance-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.filterByCurrentUser(on={on})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "roleEligibilityScheduleRequests", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{unifiedRoleEligibilityScheduleRequest-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "appScope", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + } + ] + }, { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + } ] - } - ] - } - ] - }, - { - "segment": "directoryScope", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ + }, { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" + "segment": "microsoft.graph.decline", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + } ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.cancel", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "principal", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ + }, { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" + "segment": "microsoft.graph.dismissReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + } ] - } - ] - } - ] - }, - { - "segment": "roleDefinition", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ + }, { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + } ] - } - ] - } - ] - }, - { - "segment": "targetSchedule", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ + }, { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" + "segment": "microsoft.graph.snoozeReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + } ] - } - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.filterByCurrentUser(on={on})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "roleEligibilitySchedules", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{unifiedRoleEligibilitySchedule-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.filterByCurrentUser(on={on})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "schemaExtensions", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{schemaExtension-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "scopedRoleMemberships", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{scopedRoleMembership-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "search", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch" - ] - } - ], - "children": [ - { - "segment": "acronyms", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{acronym-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "bookmarks", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{bookmark-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.query", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "qnas", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{qna-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "security", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch" - ] - } - ], - "children": [ - { - "segment": "alerts", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{alert-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.updateAlerts", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "attackSimulation", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "simulations", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{simulation-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "cloudAppSecurityProfiles", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{cloudAppSecurityProfile-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "domainSecurityProfiles", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{domainSecurityProfile-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "fileSecurityProfiles", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{fileSecurityProfile-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "hostSecurityProfiles", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{hostSecurityProfile-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "incidents", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{incident-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "ipSecurityProfiles", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{ipSecurityProfile-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "providerTenantSettings", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{providerTenantSetting-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "secureScoreControlProfiles", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{secureScoreControlProfile-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "secureScores", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{secureScore-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "securityActions", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{securityAction-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.cancelSecurityAction", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "tiIndicators", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{tiIndicator-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.deleteTiIndicators", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.deleteTiIndicatorsByExternalId", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.submitTiIndicators", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.updateTiIndicators", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "userSecurityProfiles", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{userSecurityProfile-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "servicePrincipals", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{servicePrincipal-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "appManagementPolicies", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ] - } - ] - }, - { - "segment": "appRoleAssignedTo", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{appRoleAssignment-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "appRoleAssignments", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{appRoleAssignment-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" + "segment": "microsoft.graph.allowedCalendarSharingRoles(User='{User}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "claimsMappingPolicies", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" + "segment": "microsoft.graph.getSchedule", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/calendar-getschedule?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/calendar-getschedule?view=graph-rest-1.0" + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ] - } - ] - }, - { - "segment": "createdObjects", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get", - "Post" + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } ] } ] @@ -296462,790 +449412,2066 @@ ] }, { - "segment": "delegatedPermissionClassifications", + "segment": "calendarView", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{delegatedPermissionClassification-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-calendarview?view=graph-rest-1.0" } ] - } - ] - }, - { - "segment": "endpoints", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{endpoint-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "homeRealmDiscoveryPolicies", - "labels": [ { "name": "v1.0", "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-calendarview?view=graph-rest-1.0" } ] } - ] - }, - { - "segment": "licenseDetails", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } ], "children": [ { - "segment": "{licenseDetails-id}", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "memberOf", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] - } - ] - }, - { - "segment": "microsoft.graph.addKey", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.addPassword", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.addTokenSigningCertificate", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.checkMemberGroups", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.checkMemberObjects", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.createPasswordSingleSignOnCredentials", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.deletePasswordSingleSignOnCredentials", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getMemberGroups", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getMemberObjects", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getPasswordSingleSignOnCredentials", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.removeKey", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.removePassword", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.restore", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.updatePasswordSingleSignOnCredentials", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "oauth2PermissionGrants", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] }, { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", + "segment": "{event-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } - ] - } - ] - }, - { - "segment": "ownedObjects", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Get", - "Post" + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get", - "Post" + "segment": "calendar", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] - } - ] - } - ] - }, - { - "segment": "owners", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Get", - "Post" + "segment": "exceptionOccurrences", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{event-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "calendar", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "instances", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{event-id2}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "calendar", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.accept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.decline", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.dismissReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.snoozeReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.accept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.decline", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.dismissReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.snoozeReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ] - } - ] - }, - { - "segment": "synchronization", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "jobs", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{synchronizationJob-id}", + "segment": "extensions", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "microsoft.graph.pause", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.provisionOnDemand", + "segment": "{extension-id}", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] - }, + } + ] + }, + { + "segment": "instances", + "labels": [ { - "segment": "microsoft.graph.restart", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.start", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0" } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.stop", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.validateCredentials", + "segment": "{event-id1}", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "calendar", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "exceptionOccurrences", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{event-id2}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "calendar", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.accept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.decline", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.dismissReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.snoozeReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } ] - } - ] - }, - { - "segment": "schema", - "labels": [ + }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" + "segment": "microsoft.graph.accept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + } ] - } - ], - "children": [ + }, { - "segment": "directories", + "segment": "microsoft.graph.cancel", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } ] } - ], - "children": [ + ] + }, + { + "segment": "microsoft.graph.decline", + "labels": [ { - "segment": "{directoryDefinition-id}", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" } - ], - "children": [ + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.discover", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" } ] } ] }, { - "segment": "microsoft.graph.filterOperators()", + "segment": "microsoft.graph.dismissReminder", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.functions()", + "segment": "microsoft.graph.forward", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.parseExpression", + "segment": "microsoft.graph.snoozeReminder", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } ] } ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.validateCredentials", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.acquireAccessToken", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.Ping()", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "templates", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{synchronizationTemplate-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "schema", - "labels": [ + }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + } ] - } - ], - "children": [ + }, { - "segment": "directories", + "segment": "multiValueExtendedProperties", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{directoryDefinition-id}", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ { - "segment": "microsoft.graph.discover", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } @@ -297254,423 +451480,476 @@ ] }, { - "segment": "microsoft.graph.filterOperators()", + "segment": "singleValueExtendedProperties", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ { - "segment": "microsoft.graph.functions()", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.parseExpression", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" } ] } ] } ] - } - ] - } - ] - }, - { - "segment": "tokenIssuancePolicies", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ] - } - ] - }, - { - "segment": "tokenLifetimePolicies", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" + "segment": "microsoft.graph.accept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ] - } - ] - }, - { - "segment": "transitiveMemberOf", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.delta()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getAvailableExtensionProperties", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getByIds", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getUserOwnedObjects", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.validateProperties", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "settings", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{directorySetting-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "shares", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{sharedDriveItem-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "driveItem", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" + "segment": "microsoft.graph.decline", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.checkin", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.dismissReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.checkout", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.copy", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.snoozeReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.createLink", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.createUploadSession", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } ] } ] @@ -297678,180 +451957,22 @@ { "segment": "microsoft.graph.delta()", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.delta(token={token})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.follow", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getActivitiesByInterval()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getActivitiesByInterval(startDateTime={startDateTime},endDateTime={endDateTime},interval={interval})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.invite", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.preview", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.restore", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.search(q={q})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.unfollow", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } ] }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.validatePermission", - "labels": [ { "name": "v1.0", "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } ] } ] @@ -297859,874 +451980,1254 @@ ] }, { - "segment": "items", + "segment": "chats", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "$ref", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] - } - ] - }, - { - "segment": "list", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "activities", + "segment": "{chat-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{itemActivityOLD-id}", + "segment": "installedApps", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-list-installedapps?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-post-installedapps?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-list-installedapps?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-post-installedapps?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "driveItem", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.checkin", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{teamsAppInstallation-id}", + "labels": [ { - "segment": "microsoft.graph.checkout", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.copy", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.createLink", + "segment": "microsoft.graph.upgrade", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-teamsappinstallation-upgrade?view=graph-rest-1.0" + } ] - } - ] - }, - { - "segment": "microsoft.graph.createUploadSession", - "labels": [ + }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-teamsappinstallation-upgrade?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.delta()", + "segment": "teamsApp", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] - } - ] - }, - { - "segment": "microsoft.graph.delta(token={token})", - "labels": [ + }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.follow", + "segment": "teamsAppDefinition", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] - } - ] - }, - { - "segment": "microsoft.graph.getActivitiesByInterval(startDateTime={startDateTime},endDateTime={endDateTime},interval={interval})", - "labels": [ + }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] + } + ] + } + ] + }, + { + "segment": "lastMessagePreview", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.invite", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.preview", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.restore", - "labels": [ + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "members", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-list-members?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-post-members?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-list-members?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-post-members?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.search(q={q})", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{conversationMember-id}", + "labels": [ { - "segment": "microsoft.graph.unfollow", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.validatePermission", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } ] }, { - "segment": "listItem", + "segment": "microsoft.graph.add", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "activities", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ { - "segment": "{itemActivityOLD-id1}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0" } ] }, { - "segment": "analytics", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0" } - ], - "children": [ + ] + } + ] + } + ] + }, + { + "segment": "messages", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-list-messages?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-post?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-list-messages?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-post?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "driveItem", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - }, + ] + } + ] + }, + { + "segment": "{chatMessage-id}", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.checkin", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.checkout", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.copy", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.createLink", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.createUploadSession", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.delta()", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "hostedContents", + "labels": [ { - "segment": "microsoft.graph.delta(token={token})", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.follow", - "labels": [ + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0" + }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.getActivitiesByInterval(startDateTime={startDateTime},endDateTime={endDateTime},interval={interval})", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.invite", - "labels": [ + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0" + }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.preview", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] - } - ] - }, - { - "segment": "microsoft.graph.restore", - "labels": [ + }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.search(q={q})", + "segment": "{chatMessageHostedContent-id}", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] - } - ] - }, - { - "segment": "microsoft.graph.unfollow", - "labels": [ + }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.setReaction", + "labels": [ { - "segment": "microsoft.graph.validatePermission", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] } ] }, { - "segment": "fields", + "segment": "microsoft.graph.softDelete", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.createLink", + "segment": "microsoft.graph.undoSoftDelete", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.getActivitiesByInterval(startDateTime={startDateTime},endDateTime={endDateTime},interval={interval})", + "segment": "microsoft.graph.unsetReaction", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "versions", + "segment": "replies", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-list-replies?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-post-replies?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-list-replies?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-post-replies?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "{listItemVersion-id}", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{chatMessage-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "fields", + "segment": "hostedContents", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{chatMessageHostedContent-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.setReaction", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.restoreVersion", + "segment": "microsoft.graph.softDelete", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.undoSoftDelete", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.unsetReaction", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] } ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null } ] } ] } ] - } - ] - }, - { - "segment": "columns", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Get", - "Post" + "segment": "microsoft.graph.hideForUser", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-hideforuser?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-hideforuser?view=graph-rest-1.0" + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get", - "Post" + "segment": "microsoft.graph.markChatReadForUser", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-markchatreadforuser?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-markchatreadforuser?view=graph-rest-1.0" + } + ] + } ] - } - ], - "children": [ + }, { - "segment": "{columnDefinition-id}", + "segment": "microsoft.graph.markChatUnreadForUser", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-markchatunreadforuser?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-markchatunreadforuser?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.sendActivityNotification", "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-sendactivitynotification?view=graph-rest-1.0" + } + ] + }, { "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-sendactivitynotification?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.unhideForUser", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-unhideforuser?view=graph-rest-1.0" + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-unhideforuser?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "operations", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-list-operations?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "sourceColumn", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{teamsAsyncOperation-id}", + "labels": [ { - "segment": "$ref", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } ] } ] - } - ] - }, - { - "segment": "contentTypes", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{contentType-id}", + "segment": "permissionGrants", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-list-permissiongrants?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "base", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{resourceSpecificPermissionGrant-id}", + "labels": [ { - "segment": "$ref", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.associateWithHubSites", + "segment": "microsoft.graph.checkMemberGroups", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.copyToDefaultContentLocation", + "segment": "microsoft.graph.checkMemberObjects", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.isPublished()", + "segment": "microsoft.graph.getMemberGroups", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.publish", + "segment": "microsoft.graph.getMemberObjects", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.unpublish", + "segment": "microsoft.graph.restore", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } ] } ] @@ -298734,620 +453235,1138 @@ ] }, { - "segment": "baseTypes", + "segment": "microsoft.graph.getByIds", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.getUserOwnedObjects", + "labels": [ { - "segment": "microsoft.graph.addCopy", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] } ] }, { - "segment": "columnLinks", + "segment": "microsoft.graph.validateProperties", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{columnLink-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" } ] } ] + } + ] + }, + { + "segment": "pinnedMessages", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-list-pinnedmessages?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-post-pinnedmessages?view=graph-rest-1.0" + } + ] }, { - "segment": "columnPositions", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-list-pinnedmessages?view=graph-rest-1.0" }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-post-pinnedmessages?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] - } - ], - "children": [ + }, { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Post" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "columns", + "segment": "{pinnedChatMessageInfo-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{columnDefinition-id}", + "segment": "message", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "sourceColumn", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] + "name": "Get", + "documentationUrl": null } ] } ] } ] - }, + } + ] + }, + { + "segment": "tabs", + "labels": [ { - "segment": "microsoft.graph.associateWithHubSites", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-list-tabs?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-post-tabs?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.copyToDefaultContentLocation", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-list-tabs?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-post-tabs?view=graph-rest-1.0" } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.isPublished()", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.publish", + "segment": "{teamsTab-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] - } - ] - }, - { - "segment": "microsoft.graph.unpublish", - "labels": [ + }, { "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] - }, + } + ], + "children": [ { - "name": "beta", - "methods": [ - "Post" + "segment": "teamsApp", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] } ] } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.allMessages()", + "labels": [ { - "segment": "microsoft.graph.addCopy", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "drive", + "segment": "microsoft.graph.getAllMessages()", "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, { "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] + } + ] + } + ] + }, + { + "segment": "cloudPCs", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-cloudpcs?view=graph-rest-1.0" }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{cloudPC-id}", + "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "$ref", + "segment": "microsoft.graph.changeUserAccountType", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Put", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/cloudpc-changeuseraccounttype?view=graph-rest-1.0" + } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.endGracePeriod", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/cloudpc-endgraceperiod?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getCloudPcConnectivityHistory()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getCloudPcLaunchInfo()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.reboot", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/cloudpc-reboot?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.rename", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/cloudpc-rename?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.reprovision", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/cloudpc-reprovision?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.restore", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/cloudpc-restore?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.troubleshoot", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Put", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/cloudpc-troubleshoot?view=graph-rest-1.0" + } ] } ] } ] + } + ] + }, + { + "segment": "contactFolders", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-contactfolders?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-post-contactfolders?view=graph-rest-1.0" + } + ] }, { - "segment": "items", + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-contactfolders?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-post-contactfolders?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{contactFolder-id}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{listItem-id}", + "segment": "childFolders", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/contactfolder-list-childfolders?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contactfolder-post-childfolders?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/contactfolder-list-childfolders?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contactfolder-post-childfolders?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "activities", + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{contactFolder-id1}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{itemActivityOLD-id}", + "segment": "contacts", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/contactfolder-list-contacts?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contactfolder-post-contacts?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/contactfolder-list-contacts?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contactfolder-post-contacts?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "driveItem", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.checkin", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{contact-id}", + "labels": [ { - "segment": "microsoft.graph.checkout", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.copy", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.createLink", + "segment": "extensions", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] - } - ] - }, - { - "segment": "microsoft.graph.createUploadSession", - "labels": [ + }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.delta()", - "labels": [ + ], + "children": [ { - "name": "beta", - "methods": [ - "Get" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "microsoft.graph.delta(token={token})", + "segment": "multiValueExtendedProperties", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] - } - ] - }, - { - "segment": "microsoft.graph.follow", - "labels": [ + }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.getActivitiesByInterval(startDateTime={startDateTime},endDateTime={endDateTime},interval={interval})", - "labels": [ + ], + "children": [ { - "name": "beta", - "methods": [ - "Get" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "microsoft.graph.invite", + "segment": "photo", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + } ] - } - ] - }, - { - "segment": "microsoft.graph.preview", - "labels": [ + }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.restore", - "labels": [ + ], + "children": [ { - "name": "beta", - "methods": [ - "Post" + "segment": "$value", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "microsoft.graph.search(q={q})", + "segment": "singleValueExtendedProperties", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] - } - ] - }, - { - "segment": "microsoft.graph.unfollow", - "labels": [ + }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.validatePermission", - "labels": [ + ], + "children": [ { - "name": "beta", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] @@ -299355,386 +454374,216 @@ ] }, { - "segment": "listItem", + "segment": "microsoft.graph.delta()", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.createLink", - "labels": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/contact-delta?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.getActivitiesByInterval(startDateTime={startDateTime},endDateTime={endDateTime},interval={interval})", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/contact-delta?view=graph-rest-1.0" } ] } ] } ] - } - ] - }, - { - "segment": "analytics", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "driveItem", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.checkin", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.checkout", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.copy", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.createLink", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.createUploadSession", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.delta()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.delta(token={token})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.follow", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getActivitiesByInterval()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getActivitiesByInterval(startDateTime={startDateTime},endDateTime={endDateTime},interval={interval})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.invite", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] }, { - "segment": "microsoft.graph.preview", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.restore", + "segment": "multiValueExtendedProperties", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.search(q={q})", - "labels": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, { "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get" + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "microsoft.graph.unfollow", + "segment": "singleValueExtendedProperties", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.validatePermission", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] @@ -299742,464 +454591,682 @@ ] }, { - "segment": "fields", + "segment": "microsoft.graph.delta()", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/contactfolder-delta?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/contactfolder-delta?view=graph-rest-1.0" + } ] } ] - }, + } + ] + }, + { + "segment": "contacts", + "labels": [ { - "segment": "microsoft.graph.createLink", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/contactfolder-list-contacts?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contactfolder-post-contacts?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.getActivitiesByInterval()", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/contactfolder-list-contacts?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contactfolder-post-contacts?view=graph-rest-1.0" } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.getActivitiesByInterval(startDateTime={startDateTime},endDateTime={endDateTime},interval={interval})", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "versions", + "segment": "{contact-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{listItemVersion-id}", + "segment": "extensions", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "fields", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.restoreVersion", + "segment": "{extension-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] } ] - } - ] - } - ] - } - ] - }, - { - "segment": "subscriptions", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{subscription-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "listItem", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "activities", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{itemActivityOLD-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "driveItem", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ + }, { - "segment": "$ref", + "segment": "multiValueExtendedProperties", "labels": [ { "name": "beta", "methods": [ - "Get", - "Put", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] - } - ] - }, - { - "segment": "microsoft.graph.checkin", - "labels": [ + }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.checkout", - "labels": [ + ], + "children": [ { - "name": "beta", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "microsoft.graph.copy", + "segment": "photo", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.createLink", - "labels": [ + ], + "children": [ { - "name": "beta", - "methods": [ - "Post" + "segment": "$value", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "microsoft.graph.createUploadSession", + "segment": "singleValueExtendedProperties", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] - } - ] - }, - { - "segment": "microsoft.graph.delta()", - "labels": [ + }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.delta(token={token})", - "labels": [ + ], + "children": [ { - "name": "beta", - "methods": [ - "Get" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ { - "segment": "microsoft.graph.follow", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/contact-delta?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.getActivitiesByInterval(startDateTime={startDateTime},endDateTime={endDateTime},interval={interval})", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/contact-delta?view=graph-rest-1.0" } ] + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.invite", - "labels": [ + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.preview", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ { - "segment": "microsoft.graph.restore", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.search(q={q})", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.unfollow", - "labels": [ + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.validatePermission", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "listItem", + "segment": "{singleValueLegacyExtendedProperty-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.createLink", - "labels": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.getActivitiesByInterval(startDateTime={startDateTime},endDateTime={endDateTime},interval={interval})", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } @@ -300210,485 +455277,466 @@ ] }, { - "segment": "analytics", + "segment": "microsoft.graph.delta()", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/contactfolder-delta?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - }, { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/contactfolder-delta?view=graph-rest-1.0" } ] } ] - }, + } + ] + }, + { + "segment": "contacts", + "labels": [ { - "segment": "driveItem", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-contacts?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-post-contacts?view=graph-rest-1.0" } - ], - "children": [ + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-contacts?view=graph-rest-1.0" }, { - "segment": "microsoft.graph.checkin", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-post-contacts?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ { - "segment": "microsoft.graph.checkout", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.copy", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{contact-id}", + "labels": [ { - "segment": "microsoft.graph.createLink", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.createUploadSession", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.delta()", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.delta(token={token})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.follow", + "segment": "extensions", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getActivitiesByInterval()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getActivitiesByInterval(startDateTime={startDateTime},endDateTime={endDateTime},interval={interval})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.invite", - "labels": [ { "name": "v1.0", "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.preview", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "microsoft.graph.restore", + "segment": "multiValueExtendedProperties", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.search(q={q})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.unfollow", - "labels": [ { "name": "v1.0", "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.validatePermission", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "fields", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.createLink", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getActivitiesByInterval()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getActivitiesByInterval(startDateTime={startDateTime},endDateTime={endDateTime},interval={interval})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "versions", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" + "segment": "photo", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$value", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{listItemVersion-id}", + "segment": "singleValueExtendedProperties", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "fields", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.restoreVersion", + "segment": "{singleValueLegacyExtendedProperty-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -300696,54 +455744,26 @@ ] } ] - } - ] - }, - { - "segment": "permission", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.grant", + "segment": "microsoft.graph.delta()", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/contact-delta?view=graph-rest-1.0" + } ] - } - ] - }, - { - "segment": "microsoft.graph.revokeGrants", - "labels": [ + }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/contact-delta?view=graph-rest-1.0" + } ] } ] @@ -300751,305 +455771,408 @@ ] }, { - "segment": "root", + "segment": "createdObjects", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-createdobjects?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-createdobjects?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "$ref", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.checkin", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.checkout", + "segment": "{directoryObject-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] - } - ] - }, - { - "segment": "microsoft.graph.copy", - "labels": [ + }, { "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ], + "children": [ { - "name": "beta", - "methods": [ - "Post" + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "microsoft.graph.createLink", + "segment": "microsoft.graph.servicePrincipal", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] - } - ] - }, - { - "segment": "microsoft.graph.createUploadSession", - "labels": [ + }, { "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ], + "children": [ { - "name": "beta", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] } ] - }, + } + ] + }, + { + "segment": "deviceEnrollmentConfigurations", + "labels": [ { - "segment": "microsoft.graph.delta()", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.delta(token={token})", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.follow", + "segment": "{deviceEnrollmentConfiguration-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.getActivitiesByInterval()", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Get" + "segment": "assignments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{enrollmentConfigurationAssignment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } ] - } - ] - }, - { - "segment": "microsoft.graph.getActivitiesByInterval(startDateTime={startDateTime},endDateTime={endDateTime},interval={interval})", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Get" + "segment": "microsoft.graph.assign", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get" + "segment": "microsoft.graph.setPriority", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "microsoft.graph.invite", + "segment": "microsoft.graph.createEnrollmentNotificationConfiguration", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.preview", + "segment": "microsoft.graph.hasPayloadLinks", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] - }, + } + ] + }, + { + "segment": "deviceManagementTroubleshootingEvents", + "labels": [ { - "segment": "microsoft.graph.restore", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.search(q={q})", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.unfollow", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.validatePermission", + "segment": "{deviceManagementTroubleshootingEvent-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -301057,569 +456180,980 @@ ] }, { - "segment": "site", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "sites", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{site-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "analytics", + "segment": "devices", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "$ref", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Put", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] - } - ] - }, - { - "segment": "columns", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{columnDefinition-id}", + "segment": "{device-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "sourceColumn", + "segment": "commands", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, + { + "segment": "{command-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "responsepayload", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "$ref", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Put", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "memberOf", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/device-list-memberof?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{directoryObject-id}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Put", - "Delete" + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.application", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.device", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.group", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.orgContact", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.user", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.activateServicePlan", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-activateserviceplan?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.assignLicense", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-assignlicense?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.changePassword", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-changepassword?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.exportDeviceAndAppManagementData()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.exportDeviceAndAppManagementData(skip={skip},top={top})", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.exportPersonalData", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-exportpersonaldata?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.findMeetingTimes", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-findmeetingtimes?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.findRoomLists()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-findroomlists?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.findRooms()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.findRooms(RoomList='{RoomList}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getEffectiveDeviceEnrollmentConfigurations()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getLoggedOnManagedDevices()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMailTips", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-getmailtips?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getManagedAppDiagnosticStatuses()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getManagedAppPolicies()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getManagedDevicesWithAppFailures()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getManagedDevicesWithFailedOrPendingApps()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.invalidateAllRefreshTokens", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-invalidateallrefreshtokens?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.isManagedAppUserBlocked()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.reminderView(StartDateTime='{StartDateTime}',EndDateTime='{EndDateTime}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.removeAllDevicesFromManagement", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.reprocessLicenseAssignment", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-reprocesslicenseassignment?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.restore", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.revokeSignInSessions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.sendMail", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-sendmail?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.translateExchangeIds", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-translateexchangeids?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.unblockManagedApps", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.wipeAndBlockManagedApps", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.wipeManagedAppRegistrationByDeviceTag", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.wipeManagedAppRegistrationsByAzureAdDeviceId", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.wipeManagedAppRegistrationsByDeviceTag", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + } ] } ] - } - ] - } - ] - } - ] - }, - { - "segment": "contentTypes", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{contentType-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "base", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] }, { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", + "segment": "microsoft.graph.application", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Put", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.associateWithHubSites", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + ], + "children": [ { - "name": "beta", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "microsoft.graph.copyToDefaultContentLocation", + "segment": "microsoft.graph.device", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.isPublished()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + ], + "children": [ { - "name": "beta", - "methods": [ - "Get" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "microsoft.graph.publish", + "segment": "microsoft.graph.group", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.unpublish", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + ], + "children": [ { - "name": "beta", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] } ] - } - ] - }, - { - "segment": "baseTypes", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] }, { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", + "segment": "microsoft.graph.orgContact", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.addCopy", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + ], + "children": [ { - "name": "beta", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] } ] - } - ] - }, - { - "segment": "columnLinks", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{columnLink-id}", + "segment": "microsoft.graph.servicePrincipal", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } - ] - } - ] - }, - { - "segment": "columnPositions", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, + ], + "children": [ { - "name": "beta", - "methods": [ - "Get", - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] } ] - } - ] - }, - { - "segment": "columns", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{columnDefinition-id}", + "segment": "microsoft.graph.user", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "sourceColumn", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - }, { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] } @@ -301630,865 +457164,666 @@ ] }, { - "segment": "microsoft.graph.associateWithHubSites", + "segment": "microsoft.graph.checkMemberGroups", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.copyToDefaultContentLocation", + "segment": "microsoft.graph.checkMemberObjects", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.isPublished()", + "segment": "microsoft.graph.getMemberGroups", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.publish", + "segment": "microsoft.graph.getMemberObjects", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.unpublish", + "segment": "microsoft.graph.restore", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } ] } ] - } - ] - }, - { - "segment": "microsoft.graph.addCopy", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "drive", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "drives", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ] - } - ] - }, - { - "segment": "externalColumns", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ] - } - ] - }, - { - "segment": "items", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{baseItem-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "lists", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{list-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "activities", + "segment": "registeredOwners", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/device-list-registeredowners?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "{itemActivityOLD-id}", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } - ], + ] + }, + { + "segment": "$ref", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/device-list-registeredowners?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{directoryObject-id}", + "labels": [], "children": [ { - "segment": "driveItem", + "segment": "$ref", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.endpoint", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.user", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "$ref", + "segment": "microsoft.graph.activateServicePlan", "labels": [ { "name": "beta", "methods": [ - "Get", - "Put", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-activateserviceplan?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.checkin", + "segment": "microsoft.graph.assignLicense", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-assignlicense?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.checkout", + "segment": "microsoft.graph.changePassword", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-changepassword?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.copy", + "segment": "microsoft.graph.checkMemberGroups", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.createLink", + "segment": "microsoft.graph.checkMemberObjects", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.createUploadSession", + "segment": "microsoft.graph.exportDeviceAndAppManagementData()", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.delta()", + "segment": "microsoft.graph.exportDeviceAndAppManagementData(skip={skip},top={top})", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.delta(token={token})", + "segment": "microsoft.graph.exportPersonalData", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-exportpersonaldata?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.follow", + "segment": "microsoft.graph.findMeetingTimes", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-findmeetingtimes?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.getActivitiesByInterval(startDateTime={startDateTime},endDateTime={endDateTime},interval={interval})", + "segment": "microsoft.graph.findRoomLists()", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-findroomlists?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.invite", + "segment": "microsoft.graph.findRooms()", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.preview", + "segment": "microsoft.graph.findRooms(RoomList='{RoomList}')", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.restore", + "segment": "microsoft.graph.getEffectiveDeviceEnrollmentConfigurations()", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.search(q={q})", + "segment": "microsoft.graph.getLoggedOnManagedDevices()", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.unfollow", + "segment": "microsoft.graph.getMailTips", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-getmailtips?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.validatePermission", + "segment": "microsoft.graph.getManagedAppDiagnosticStatuses()", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] - } - ] - }, - { - "segment": "listItem", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ + }, { - "segment": "activities", + "segment": "microsoft.graph.getManagedAppPolicies()", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{itemActivityOLD-id1}", - "labels": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "analytics", + "segment": "microsoft.graph.getManagedDevicesWithAppFailures()", "labels": [ { "name": "beta", "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "driveItem", + "segment": "microsoft.graph.getManagedDevicesWithFailedOrPendingApps()", "labels": [ { "name": "beta", "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.checkin", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.checkout", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.copy", - "labels": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.getMemberGroups", + "labels": [ { - "segment": "microsoft.graph.createLink", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.getMemberObjects", + "labels": [ { - "segment": "microsoft.graph.createUploadSession", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.invalidateAllRefreshTokens", + "labels": [ { - "segment": "microsoft.graph.delta()", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-invalidateallrefreshtokens?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.isManagedAppUserBlocked()", + "labels": [ { - "segment": "microsoft.graph.delta(token={token})", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.reminderView(StartDateTime='{StartDateTime}',EndDateTime='{EndDateTime}')", + "labels": [ { - "segment": "microsoft.graph.follow", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.removeAllDevicesFromManagement", + "labels": [ { - "segment": "microsoft.graph.getActivitiesByInterval(startDateTime={startDateTime},endDateTime={endDateTime},interval={interval})", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.reprocessLicenseAssignment", + "labels": [ { - "segment": "microsoft.graph.invite", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-reprocesslicenseassignment?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.restore", + "labels": [ { - "segment": "microsoft.graph.preview", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.revokeSignInSessions", + "labels": [ { - "segment": "microsoft.graph.restore", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.sendMail", + "labels": [ { - "segment": "microsoft.graph.search(q={q})", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-sendmail?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.translateExchangeIds", + "labels": [ { - "segment": "microsoft.graph.unfollow", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-translateexchangeids?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.unblockManagedApps", + "labels": [ { - "segment": "microsoft.graph.validatePermission", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] } ] }, { - "segment": "fields", + "segment": "microsoft.graph.wipeAndBlockManagedApps", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.createLink", + "segment": "microsoft.graph.wipeManagedAppRegistrationByDeviceTag", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.getActivitiesByInterval(startDateTime={startDateTime},endDateTime={endDateTime},interval={interval})", + "segment": "microsoft.graph.wipeManagedAppRegistrationsByAzureAdDeviceId", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "versions", + "segment": "microsoft.graph.wipeManagedAppRegistrationsByDeviceTag", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{listItemVersion-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fields", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, { - "segment": "microsoft.graph.restoreVersion", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Post", + "documentationUrl": null } ] } @@ -302497,84 +457832,90 @@ ] } ] - } - ] - }, - { - "segment": "columns", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{columnDefinition-id}", + "segment": "microsoft.graph.endpoint", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "sourceColumn", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + } + ] + }, + { + "segment": "microsoft.graph.user", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] } @@ -302585,470 +457926,637 @@ ] }, { - "segment": "contentTypes", + "segment": "registeredUsers", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/device-list-registeredusers?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "{contentType-id}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "{directoryObject-id}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "base", + "segment": "microsoft.graph.endpoint", "labels": [ { - "name": "v1.0", + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.user", + "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "$ref", + "segment": "microsoft.graph.activateServicePlan", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Put", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-activateserviceplan?view=graph-rest-1.0" + } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.assignLicense", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Put", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-assignlicense?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.associateWithHubSites", + "segment": "microsoft.graph.changePassword", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-changepassword?view=graph-rest-1.0" + } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.checkMemberGroups", + "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.copyToDefaultContentLocation", + "segment": "microsoft.graph.checkMemberObjects", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.exportDeviceAndAppManagementData()", + "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.isPublished()", + "segment": "microsoft.graph.exportDeviceAndAppManagementData(skip={skip},top={top})", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.exportPersonalData", + "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-exportpersonaldata?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.publish", + "segment": "microsoft.graph.findMeetingTimes", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-findmeetingtimes?view=graph-rest-1.0" + } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.findRoomLists()", + "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-findroomlists?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.unpublish", + "segment": "microsoft.graph.findRooms()", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.findRooms(RoomList='{RoomList}')", + "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] - } - ] - }, - { - "segment": "baseTypes", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Get" + "segment": "microsoft.graph.getEffectiveDeviceEnrollmentConfigurations()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get" + "segment": "microsoft.graph.getLoggedOnManagedDevices()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] - } - ], - "children": [ + }, { - "segment": "$ref", + "segment": "microsoft.graph.getMailTips", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-getmailtips?view=graph-rest-1.0" + } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.getManagedAppDiagnosticStatuses()", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.addCopy", + "segment": "microsoft.graph.getManagedAppPolicies()", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.getManagedDevicesWithAppFailures()", + "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] - } - ] - }, - { - "segment": "columnLinks", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Get", - "Post" + "segment": "microsoft.graph.getManagedDevicesWithFailedOrPendingApps()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get", - "Post" + "segment": "microsoft.graph.getMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + } ] - } - ], - "children": [ + }, { - "segment": "{columnLink-id}", + "segment": "microsoft.graph.getMemberObjects", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.invalidateAllRefreshTokens", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-invalidateallrefreshtokens?view=graph-rest-1.0" + } ] } ] - } - ] - }, - { - "segment": "columnPositions", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Get" + "segment": "microsoft.graph.isManagedAppUserBlocked()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get" + "segment": "microsoft.graph.reminderView(StartDateTime='{StartDateTime}',EndDateTime='{EndDateTime}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] - } - ], - "children": [ + }, { - "segment": "$ref", + "segment": "microsoft.graph.removeAllDevicesFromManagement", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Post", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.reprocessLicenseAssignment", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-reprocesslicenseassignment?view=graph-rest-1.0" + } ] } ] - } - ] - }, - { - "segment": "columns", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Get", - "Post" + "segment": "microsoft.graph.restore", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get", - "Post" + "segment": "microsoft.graph.revokeSignInSessions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } ] - } - ], - "children": [ + }, { - "segment": "{columnDefinition-id}", + "segment": "microsoft.graph.sendMail", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-sendmail?view=graph-rest-1.0" + } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.translateExchangeIds", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-translateexchangeids?view=graph-rest-1.0" + } ] } - ], - "children": [ + ] + }, + { + "segment": "microsoft.graph.unblockManagedApps", + "labels": [ { - "segment": "sourceColumn", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.wipeAndBlockManagedApps", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": null } - ], - "children": [ + ] + } + ] + }, + { + "segment": "microsoft.graph.wipeManagedAppRegistrationByDeviceTag", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] + "name": "Post", + "documentationUrl": null } ] } ] - } - ] - }, - { - "segment": "microsoft.graph.associateWithHubSites", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.wipeManagedAppRegistrationsByAzureAdDeviceId", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "microsoft.graph.wipeManagedAppRegistrationsByDeviceTag", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } ] } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.endpoint", + "labels": [ { - "segment": "microsoft.graph.copyToDefaultContentLocation", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.isPublished()", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [ { - "segment": "microsoft.graph.publish", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.unpublish", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] @@ -303056,18 +458564,31 @@ ] }, { - "segment": "microsoft.graph.addCopy", + "segment": "microsoft.graph.user", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ], + "children": [ { - "name": "beta", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] } ] @@ -303075,825 +458596,798 @@ ] }, { - "segment": "drive", + "segment": "transitiveMemberOf", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/device-list-transitivememberof?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "$ref", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Put", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] - } - ] - }, - { - "segment": "items", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{listItem-id}", + "segment": "{directoryObject-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "activities", + "segment": "microsoft.graph.application", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.device", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.group", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.orgContact", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.user", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{itemActivityOLD-id}", + "segment": "microsoft.graph.activateServicePlan", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-activateserviceplan?view=graph-rest-1.0" + } ] } - ], - "children": [ + ] + }, + { + "segment": "microsoft.graph.assignLicense", + "labels": [ { - "segment": "driveItem", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.checkin", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.checkout", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.copy", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.createLink", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.createUploadSession", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.delta()", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.delta(token={token})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.follow", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getActivitiesByInterval(startDateTime={startDateTime},endDateTime={endDateTime},interval={interval})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.invite", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.preview", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.restore", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.search(q={q})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.unfollow", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.validatePermission", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-assignlicense?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.changePassword", + "labels": [ { - "segment": "listItem", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-changepassword?view=graph-rest-1.0" } - ], - "children": [ - { - "segment": "microsoft.graph.createLink", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + ] + } + ] + }, + { + "segment": "microsoft.graph.checkMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.getActivitiesByInterval(startDateTime={startDateTime},endDateTime={endDateTime},interval={interval})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" } ] } ] - } - ] - }, - { - "segment": "analytics", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Get" + "segment": "microsoft.graph.checkMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get" + "segment": "microsoft.graph.exportDeviceAndAppManagementData()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] - } - ], - "children": [ + }, { - "segment": "$ref", + "segment": "microsoft.graph.exportDeviceAndAppManagementData(skip={skip},top={top})", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Put", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.exportPersonalData", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Put", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-exportpersonaldata?view=graph-rest-1.0" + } ] } ] - } - ] - }, - { - "segment": "driveItem", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Get" + "segment": "microsoft.graph.findMeetingTimes", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-findmeetingtimes?view=graph-rest-1.0" + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get" + "segment": "microsoft.graph.findRoomLists()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-findroomlists?view=graph-rest-1.0" + } + ] + } ] - } - ], - "children": [ + }, { - "segment": "$ref", + "segment": "microsoft.graph.findRooms()", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Put", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.findRooms(RoomList='{RoomList}')", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Put", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.checkin", + "segment": "microsoft.graph.getEffectiveDeviceEnrollmentConfigurations()", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.getLoggedOnManagedDevices()", + "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.checkout", + "segment": "microsoft.graph.getMailTips", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-getmailtips?view=graph-rest-1.0" + } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.getManagedAppDiagnosticStatuses()", + "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.copy", + "segment": "microsoft.graph.getManagedAppPolicies()", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.getManagedDevicesWithAppFailures()", + "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.createLink", + "segment": "microsoft.graph.getManagedDevicesWithFailedOrPendingApps()", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.getMemberGroups", + "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.createUploadSession", + "segment": "microsoft.graph.getMemberObjects", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.invalidateAllRefreshTokens", + "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-invalidateallrefreshtokens?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.delta()", + "segment": "microsoft.graph.isManagedAppUserBlocked()", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.reminderView(StartDateTime='{StartDateTime}',EndDateTime='{EndDateTime}')", + "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.delta(token={token})", + "segment": "microsoft.graph.removeAllDevicesFromManagement", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.reprocessLicenseAssignment", + "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-reprocesslicenseassignment?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.follow", + "segment": "microsoft.graph.restore", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.getActivitiesByInterval()", + "segment": "microsoft.graph.revokeSignInSessions", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.getActivitiesByInterval(startDateTime={startDateTime},endDateTime={endDateTime},interval={interval})", + "segment": "microsoft.graph.sendMail", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-sendmail?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.invite", + "segment": "microsoft.graph.translateExchangeIds", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-translateexchangeids?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.preview", + "segment": "microsoft.graph.unblockManagedApps", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.restore", + "segment": "microsoft.graph.wipeAndBlockManagedApps", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.search(q={q})", + "segment": "microsoft.graph.wipeManagedAppRegistrationByDeviceTag", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.unfollow", + "segment": "microsoft.graph.wipeManagedAppRegistrationsByAzureAdDeviceId", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.validatePermission", + "segment": "microsoft.graph.wipeManagedAppRegistrationsByDeviceTag", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.application", + "labels": [ { - "segment": "fields", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.device", + "labels": [ { - "segment": "microsoft.graph.createLink", + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.group", + "labels": [ { - "segment": "microsoft.graph.getActivitiesByInterval()", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.getActivitiesByInterval(startDateTime={startDateTime},endDateTime={endDateTime},interval={interval})", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.orgContact", + "labels": [ { - "segment": "versions", + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ] + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + } + ] + }, + { + "segment": "microsoft.graph.user", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "{listItemVersion-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fields", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.restoreVersion", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null } ] } @@ -303904,41 +459398,55 @@ ] }, { - "segment": "subscriptions", + "segment": "usageRights", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/device-list-usagerights?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{subscription-id}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "{usageRight-id}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -303946,1274 +459454,1260 @@ ] } ] - } - ] - }, - { - "segment": "microsoft.graph.getActivitiesByInterval()", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Get" + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getByIds", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getUserOwnedObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.validateProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + } ] } ] }, { - "segment": "microsoft.graph.getActivitiesByInterval(startDateTime={startDateTime},endDateTime={endDateTime},interval={interval})", + "segment": "directReports", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-directreports?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-directreports?view=graph-rest-1.0" + } ] } - ] - }, - { - "segment": "microsoft.graph.getApplicableContentTypesForList(listId={listId})", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Get" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get" + "segment": "{directoryObject-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.orgContact", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.user", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.activateServicePlan", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-activateserviceplan?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.assignLicense", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-assignlicense?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-assignlicense?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.changePassword", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-changepassword?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-changepassword?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.exportDeviceAndAppManagementData()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.exportDeviceAndAppManagementData(skip={skip},top={top})", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.exportPersonalData", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-exportpersonaldata?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-exportpersonaldata?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.findMeetingTimes", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-findmeetingtimes?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-findmeetingtimes?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.findRoomLists()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-findroomlists?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.findRooms()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.findRooms(RoomList='{RoomList}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getEffectiveDeviceEnrollmentConfigurations()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getLoggedOnManagedDevices()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMailTips", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-getmailtips?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-getmailtips?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getManagedAppDiagnosticStatuses()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getManagedAppPolicies()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getManagedDevicesWithAppFailures()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getManagedDevicesWithFailedOrPendingApps()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.invalidateAllRefreshTokens", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-invalidateallrefreshtokens?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.isManagedAppUserBlocked()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.reminderView(StartDateTime='{StartDateTime}',EndDateTime='{EndDateTime}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.removeAllDevicesFromManagement", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.reprocessLicenseAssignment", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-reprocesslicenseassignment?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-reprocesslicenseassignment?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.restore", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.revokeSignInSessions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.sendMail", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-sendmail?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-sendmail?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.translateExchangeIds", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-translateexchangeids?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-translateexchangeids?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.unblockManagedApps", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.wipeAndBlockManagedApps", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.wipeManagedAppRegistrationByDeviceTag", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.wipeManagedAppRegistrationsByAzureAdDeviceId", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.wipeManagedAppRegistrationsByDeviceTag", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.orgContact", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.user", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] } ] }, { - "segment": "microsoft.graph.getByPath(path={path})", + "segment": "drive", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/drive-get?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/drive-get?view=graph-rest-1.0" + } ] } ] }, { - "segment": "onenote", + "segment": "drives", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/drive-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/drive-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "notebooks", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{drive-id}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{notebook-id}", + "segment": "activities", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/activities-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "microsoft.graph.copyNotebook", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "sectionGroups", + "segment": "{itemActivityOLD-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{sectionGroup-id}", + "segment": "driveItem", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "parentNotebook", + "segment": "content", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.copyNotebook", - "labels": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Put", + "documentationUrl": null } ] } ] - }, + } + ] + }, + { + "segment": "listItem", + "labels": [ { - "segment": "parentSectionGroup", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + } + ] + } + ] + }, + { + "segment": "bundles", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/bundle-list?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/bundle-list?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "sectionGroups", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{sectionGroup-id1}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "sections", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{onenoteSection-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.copyToNotebook", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.copyToSectionGroup", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "pages", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{onenotePage-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "content", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Put" - ] - } - ] - }, - { - "segment": "microsoft.graph.copyToSection", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.onenotePatchContent", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.preview()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "parentNotebook", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.copyNotebook", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "parentSection", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.copyToNotebook", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.copyToSectionGroup", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "parentNotebook", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.copyNotebook", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "parentSectionGroup", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "sections", + "segment": "{driveItem-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{onenoteSection-id}", + "segment": "content", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.copyToNotebook", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.copyToSectionGroup", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "pages", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{onenotePage-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "content", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Put" - ] - } - ] - }, - { - "segment": "microsoft.graph.copyToSection", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.onenotePatchContent", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.preview()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "parentNotebook", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.copyNotebook", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "parentSection", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.copyToNotebook", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.copyToSectionGroup", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "parentNotebook", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/bundle-list?view=graph-rest-1.0" }, { - "segment": "microsoft.graph.copyNotebook", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Put", + "documentationUrl": null } ] }, { - "segment": "parentSectionGroup", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "parentNotebook", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.copyNotebook", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "parentSectionGroup", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, + "name": "v1.0", + "methods": [ { - "segment": "sectionGroups", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{sectionGroup-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/bundle-list?view=graph-rest-1.0" }, { - "segment": "sections", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{onenoteSection-id1}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.copyToNotebook", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.copyToSectionGroup", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] + "name": "Put", + "documentationUrl": null } ] } @@ -305224,411 +460718,365 @@ ] }, { - "segment": "microsoft.graph.getNotebookFromWebUrl", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "operations", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{onenoteOperation-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "pages", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{onenotePage-id}", + "segment": "following", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/drive-list-following?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/drive-list-following?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "content", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Put" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Put" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.copyToSection", + "segment": "{driveItem-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/drive-list-following?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/drive-list-following?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } ] } ] - }, + } + ] + }, + { + "segment": "items", + "labels": [ { - "segment": "microsoft.graph.onenotePatchContent", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.preview()", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "parentNotebook", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - }, { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.copyNotebook", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "parentSection", + "segment": "{driveItem-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "microsoft.graph.copyToNotebook", + "segment": "activities", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "{itemActivityOLD-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "microsoft.graph.copyToSectionGroup", + "segment": "analytics", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/itemanalytics-get?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "pages", + "segment": "children", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "{onenotePage-id1}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "content", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put" - ] - }, { - "name": "beta", - "methods": [ - "Get", - "Put" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{driveItem-id1}", + "labels": [ { - "segment": "microsoft.graph.copyToSection", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.onenotePatchContent", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.preview()", + "segment": "content", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } ] } ] @@ -305638,134 +461086,175 @@ ] }, { - "segment": "parentNotebook", + "segment": "content", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] + "name": "Put", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.copyNotebook", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Put", + "documentationUrl": null } ] } ] }, { - "segment": "parentSectionGroup", + "segment": "listItem", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "parentNotebook", + "segment": "activities", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "$ref", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Put", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.copyNotebook", + "segment": "{itemActivityOLD-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "driveItem", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "listItem", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] } ] @@ -305773,62 +461262,142 @@ ] }, { - "segment": "parentSectionGroup", + "segment": "analytics", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "sectionGroups", + "segment": "documentSetVersions", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-post-documentsetversions?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-post-documentsetversions?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "{sectionGroup-id}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{documentSetVersion-id}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.restore", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0" + } + ] + } ] } ] @@ -305836,549 +461405,306 @@ ] }, { - "segment": "sections", + "segment": "driveItem", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{onenoteSection-id}", + "segment": "content", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.copyToNotebook", - "labels": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Put", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.copyToSectionGroup", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Put", + "documentationUrl": null } ] } ] } ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "resources", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{onenoteResource-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "content", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Put" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "sectionGroups", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{sectionGroup-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "parentNotebook", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.copyNotebook", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "parentSectionGroup", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "sectionGroups", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{sectionGroup-id1}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" + "segment": "fields", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "sections", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{onenoteSection-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" + "segment": "microsoft.graph.createLink", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-createlink?view=graph-rest-1.0" + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.copyToNotebook", + "segment": "microsoft.graph.getActivitiesByInterval()", "labels": [ { "name": "v1.0", "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.copyToSectionGroup", + "segment": "microsoft.graph.getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "pages", + "segment": "versions", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-list-versions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{onenotePage-id}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{listItemVersion-id}", + "labels": [ { - "segment": "content", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Put" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Put" - ] - } - ] - }, - { - "segment": "microsoft.graph.copyToSection", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.onenotePatchContent", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.preview()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "parentNotebook", + "segment": "fields", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.documentSetVersion", + "labels": [], + "children": [ { - "segment": "microsoft.graph.copyNotebook", + "segment": "microsoft.graph.restore", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0" + } ] } ] @@ -306386,57 +461712,23 @@ ] }, { - "segment": "parentSection", + "segment": "microsoft.graph.restoreVersion", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.copyToNotebook", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.copyToSectionGroup", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0" } ] } @@ -306445,663 +461737,522 @@ ] } ] - }, - { - "segment": "parentNotebook", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.copyNotebook", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "parentSectionGroup", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] } ] - } - ] - } - ] - } - ] - }, - { - "segment": "sections", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{onenoteSection-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.copyToNotebook", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.copyToSectionGroup", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "pages", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" + "segment": "microsoft.graph.assignSensitivityLabel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{onenotePage-id}", + "segment": "microsoft.graph.checkin", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-1.0" + } ] } - ], - "children": [ + ] + }, + { + "segment": "microsoft.graph.checkout", + "labels": [ { - "segment": "content", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Put" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.copyToSection", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.copy", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-copy?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.onenotePatchContent", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-copy?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createLink", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.preview()", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-createuploadsession?view=graph-rest-1.0" } ] }, { - "segment": "parentNotebook", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-createuploadsession?view=graph-rest-1.0" } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - }, + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.copyNotebook", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "parentSection", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } - ], - "children": [ + ] + } + ] + }, + { + "segment": "microsoft.graph.delta(token='{token}')", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.copyToNotebook", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.copyToSectionGroup", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null } ] } ] - } - ] - }, - { - "segment": "parentNotebook", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] }, { - "name": "beta", - "methods": [ - "Get" + "segment": "microsoft.graph.extractSensitivityLabels", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } ] - } - ], - "children": [ + }, { - "segment": "$ref", + "segment": "microsoft.graph.follow", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Put", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-follow?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Put", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-follow?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.copyNotebook", + "segment": "microsoft.graph.getActivitiesByInterval()", "labels": [ { "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } ] } ] - } - ] - }, - { - "segment": "parentSectionGroup", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" + "segment": "microsoft.graph.invite", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-invite?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-invite?view=graph-rest-1.0" + } + ] + } ] - } - ], - "children": [ + }, { - "segment": "parentNotebook", + "segment": "microsoft.graph.preview", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "microsoft.graph.restore", + "labels": [ { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-restore?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.copyNotebook", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-restore?view=graph-rest-1.0" } ] } ] }, { - "segment": "parentSectionGroup", + "segment": "microsoft.graph.search(q='{q}')", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "sectionGroups", + "segment": "microsoft.graph.unfollow", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-1.0" + } ] } - ], - "children": [ + ] + }, + { + "segment": "microsoft.graph.validatePermission", + "labels": [ { - "segment": "{sectionGroup-id}", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Post", + "documentationUrl": null } ] } ] }, { - "segment": "sections", + "segment": "permissions", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-permissions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-permissions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{onenoteSection-id1}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{permission-id}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "microsoft.graph.copyToNotebook", + "segment": "microsoft.graph.grant", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.copyToSectionGroup", + "segment": "microsoft.graph.revokeGrants", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-1.0" + } ] } ] @@ -307109,950 +462260,365 @@ ] } ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "pages", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{sitePage-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.publish", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "permissions", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{permission-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.grant", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.revokeGrants", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "sites", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{site-id1}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "termStore", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "groups", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{group-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "sets", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + }, { - "segment": "{set-id}", + "segment": "subscriptions", "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, { "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "children", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{term-id}", - "labels": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } - ], - "children": [ - { - "segment": "children", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{term-id1}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "relations", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{relation-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fromTerm", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "set", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "toTerm", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] - } - ] - } - ] - }, + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "set", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "parentGroup", + "segment": "{subscription-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] - } - ] - }, - { - "segment": "relations", - "labels": [ + }, { "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{relation-id}", + "segment": "microsoft.graph.reauthorize", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fromTerm", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "set", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ], - "children": [ { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "toTerm", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ], - "children": [ + "name": "v1.0", + "methods": [ { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] + "name": "Post", + "documentationUrl": null } ] } ] } ] + } + ] + }, + { + "segment": "thumbnails", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-thumbnails?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] }, { - "segment": "terms", + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-thumbnails?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] - } - ], - "children": [ + }, { - "segment": "{term-id}", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } - ], - "children": [ - { - "segment": "children", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{term-id1}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "relations", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{relation-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fromTerm", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "set", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "toTerm", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] - } - ] - } - ] + ] + } + ] + }, + { + "segment": "{thumbnailSet-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "set", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } ] } ] - } - ] - } - ] - } - ] - }, - { - "segment": "sets", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{set-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "children", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + }, { - "segment": "{term-id}", + "segment": "versions", "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-versions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, { "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-versions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "children", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] - } - ], - "children": [ + }, { - "segment": "{term-id1}", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "relations", + "segment": "{driveItemVersion-id}", "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, { "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{relation-id}", + "segment": "content", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fromTerm", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "set", - "labels": [ { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ], - "children": [ + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-versions?view=graph-rest-1.0" + }, { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] + "name": "Put", + "documentationUrl": null } ] }, { - "segment": "toTerm", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ], - "children": [ + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-versions?view=graph-rest-1.0" + }, { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] + "name": "Put", + "documentationUrl": null } ] } ] - } - ] - }, - { - "segment": "set", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ], - "children": [ + }, { - "segment": "$ref", + "segment": "microsoft.graph.restoreVersion", "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-1.0" + } + ] + }, { "name": "v1.0", "methods": [ - "Get", - "Put", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-1.0" + } ] } ] @@ -308062,147 +462628,177 @@ ] } ] + } + ] + }, + { + "segment": "list", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] }, { - "segment": "parentGroup", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } - ], - "children": [ + ] + } + ], + "children": [ + { + "segment": "activities", + "labels": [ { - "segment": "sets", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + "name": "Get", + "documentationUrl": null + }, { - "segment": "{set-id1}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] + "name": "Post", + "documentationUrl": null } ] } ] }, { - "segment": "relations", + "segment": "columns", "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/list-list-columns?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/list-post-columns?view=graph-rest-1.0" + } + ] + }, { "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/list-list-columns?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/list-post-columns?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "{relation-id}", + "segment": "$count", "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, { "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{columnDefinition-id}", + "labels": [ { - "segment": "fromTerm", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ], - "children": [ + "name": "Get", + "documentationUrl": null + }, { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "set", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ], - "children": [ + "name": "Get", + "documentationUrl": null + }, { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "toTerm", + "segment": "sourceColumn", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] - } - ], - "children": [ + }, { - "segment": "$ref", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] } @@ -308213,157 +462809,185 @@ ] }, { - "segment": "terms", + "segment": "contentTypes", "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/list-list-contenttypes?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, { "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/list-list-contenttypes?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{term-id}", + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{contentType-id}", "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, { "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "children", + "segment": "base", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] - } - ], - "children": [ + }, { - "segment": "{term-id1}", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "relations", + "segment": "baseTypes", "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, { "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{relation-id}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fromTerm", - "labels": [ { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "set", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } - ], - "children": [ + ] + } + ] + }, + { + "segment": "{contentType-id1}", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "toTerm", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ], - "children": [ + "name": "v1.0", + "methods": [ { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] + "name": "Get", + "documentationUrl": null } ] } @@ -308372,607 +462996,282 @@ ] }, { - "segment": "set", + "segment": "columnLinks", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null } ] - } - ] - } - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "termStores", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{store-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "groups", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{group-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "sets", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{set-id}", - "labels": [ + }, { "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "children", + "segment": "$count", "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, { "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{columnLink-id}", + "labels": [ { - "segment": "{term-id}", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } - ], - "children": [ + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "children", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{term-id1}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "relations", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{relation-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fromTerm", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "set", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "toTerm", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] - } - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "set", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] } ] + } + ] + }, + { + "segment": "columnPositions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] }, { - "segment": "parentGroup", + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, { "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "relations", + "segment": "{columnDefinition-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{relation-id}", - "labels": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } - ], - "children": [ - { - "segment": "fromTerm", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "set", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] - }, + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "toTerm", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] + "name": "Get", + "documentationUrl": null } ] } ] + } + ] + }, + { + "segment": "columns", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-list-columns?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-post-columns?view=graph-rest-1.0" + } + ] }, { - "segment": "terms", + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-list-columns?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-post-columns?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] - } - ], - "children": [ + }, { - "segment": "{term-id}", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } - ], - "children": [ - { - "segment": "children", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{term-id1}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "relations", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{relation-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fromTerm", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "set", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "toTerm", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] - } - ] - } - ] + ] + } + ] + }, + { + "segment": "{columnDefinition-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "set", - "labels": [ + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "sourceColumn", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } - ], - "children": [ + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] + "name": "Get", + "documentationUrl": null } ] } @@ -308981,217 +463280,409 @@ ] } ] + }, + { + "segment": "microsoft.graph.associateWithHubSites", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.copyToDefaultContentLocation", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.isPublished()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.publish", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.unpublish", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.addCopy", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.addCopyFromContentTypeHub", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getCompatibleHubContentTypes()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] } ] } ] - } - ] - }, - { - "segment": "sets", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Get", - "Post" + "segment": "drive", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] - } - ], - "children": [ + }, { - "segment": "{set-id}", + "segment": "items", "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-create?view=graph-rest-1.0" + } + ] + }, { "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-create?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "children", + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{listItem-id}", "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, { "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{term-id}", + "segment": "activities", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "children", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{term-id1}", - "labels": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "relations", + "segment": "{itemActivityOLD-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{relation-id}", + "segment": "driveItem", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "fromTerm", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "set", + "segment": "content", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "toTerm", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ + "name": "Get", + "documentationUrl": null + }, { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] + "name": "Put", + "documentationUrl": null } ] } ] } ] - } - ] - }, - { - "segment": "set", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ], - "children": [ + }, { - "segment": "$ref", + "segment": "listItem", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Put", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] @@ -309199,337 +463690,476 @@ ] } ] - } - ] - }, - { - "segment": "parentGroup", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ + }, { - "segment": "sets", + "segment": "analytics", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] - } - ], - "children": [ + }, { - "segment": "{set-id1}", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] } ] - } - ] - }, - { - "segment": "relations", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + }, { - "segment": "{relation-id}", + "segment": "documentSetVersions", "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-post-documentsetversions?view=graph-rest-1.0" + } + ] + }, { "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-post-documentsetversions?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "fromTerm", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] - } - ], - "children": [ + }, { - "segment": "$ref", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "set", + "segment": "{documentSetVersion-id}", "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, { "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "$ref", + "segment": "microsoft.graph.restore", "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0" + } + ] + }, { "name": "v1.0", "methods": [ - "Get", - "Put", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0" + } ] } ] } ] + } + ] + }, + { + "segment": "driveItem", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] }, { - "segment": "toTerm", + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } ] - } - ], - "children": [ + }, { - "segment": "$ref", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null } ] } ] } ] - } - ] - }, - { - "segment": "terms", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Get", - "Post" + "segment": "fields", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] - } - ], - "children": [ + }, { - "segment": "{term-id}", + "segment": "microsoft.graph.createLink", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-createlink?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getActivitiesByInterval()", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "versions", "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, { "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-list-versions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "children", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] - } - ], - "children": [ + }, { - "segment": "{term-id1}", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "relations", + "segment": "{listItemVersion-id}", "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, { "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{relation-id}", + "segment": "fields", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fromTerm", - "labels": [ { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ], - "children": [ + "name": "Get", + "documentationUrl": null + }, { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "set", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ], - "children": [ + "name": "Get", + "documentationUrl": null + }, { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.documentSetVersion", + "labels": [], + "children": [ { - "segment": "toTerm", + "segment": "microsoft.graph.restore", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0" + } ] - } - ], - "children": [ + }, { - "segment": "$ref", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0" } ] } ] } ] - } - ] - }, - { - "segment": "set", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ], - "children": [ + }, { - "segment": "$ref", + "segment": "microsoft.graph.restoreVersion", "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, { "name": "v1.0", "methods": [ - "Get", - "Put", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0" + } ] } ] @@ -309539,663 +464169,703 @@ ] } ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta(token='{token}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] } ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.add", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.delta()", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.remove", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "subscribedSkus", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{subscribedSku-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "subscriptions", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{subscription-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "teams", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{team-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "channels", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{channel-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "filesFolder", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] }, { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", + "segment": "operations", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Put", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Put", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{richLongRunningOperation-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "microsoft.graph.checkin", + "segment": "subscriptions", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.checkout", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.copy", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "{subscription-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.reauthorize", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + } ] } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.recent()", + "labels": [ { - "segment": "microsoft.graph.createLink", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.createUploadSession", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.search(q='{q}')", + "labels": [ { - "segment": "microsoft.graph.delta()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.delta(token={token})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.sharedWithMe()", + "labels": [ { - "segment": "microsoft.graph.follow", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.getActivitiesByInterval()", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "root", + "labels": [ { - "segment": "microsoft.graph.getActivitiesByInterval(startDateTime={startDateTime},endDateTime={endDateTime},interval={interval})", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-get?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.invite", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-get?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.preview", + "segment": "activities", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.restore", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "{itemActivityOLD-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "microsoft.graph.search(q={q})", + "segment": "analytics", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/itemanalytics-get?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.unfollow", + "segment": "children", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0" + } ] } - ] - }, - { - "segment": "microsoft.graph.validatePermission", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "{driveItem-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + } ] } ] - } - ] - }, - { - "segment": "members", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{conversationMember-id}", + "segment": "content", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-get?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-get?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.add", + "segment": "listItem", "labels": [ { "name": "beta", "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "messages", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{chatMessage-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "hostedContents", + "segment": "activities", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{chatMessageHostedContent-id}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "{itemActivityOLD-id}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "driveItem", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "listItem", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] } ] @@ -310203,210 +464873,476 @@ ] }, { - "segment": "replies", + "segment": "analytics", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "documentSetVersions", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-post-documentsetversions?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-post-documentsetversions?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "{chatMessage-id1}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.delta()", + "segment": "{documentSetVersion-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.restore", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0" + } + ] + } ] } ] } ] - } - ] - }, - { - "segment": "microsoft.graph.delta()", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Get" + "segment": "driveItem", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get" + "segment": "fields", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.completeMigration", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.provisionEmail", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.removeEmail", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "tabs", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{teamsTab-id}", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" + "segment": "microsoft.graph.createLink", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-createlink?view=graph-rest-1.0" + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" + "segment": "microsoft.graph.getActivitiesByInterval()", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] - } - ], - "children": [ + }, { - "segment": "teamsApp", + "segment": "microsoft.graph.getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "versions", + "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-list-versions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "$ref", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Put", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{listItemVersion-id}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Put", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "fields", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.documentSetVersion", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.restore", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.restoreVersion", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0" + } + ] + } ] } ] @@ -310414,937 +465350,522 @@ ] } ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.allMessages()", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getAllMessages()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "group", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "installedApps", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{teamsAppInstallation-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.upgrade", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "microsoft.graph.assignSensitivityLabel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } ] - } - ] - }, - { - "segment": "teamsApp", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Get" + "segment": "microsoft.graph.checkin", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-1.0" + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ + "segment": "microsoft.graph.checkout", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-1.0" + } + ] + } + ] + }, { - "segment": "$ref", + "segment": "microsoft.graph.copy", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Put", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-copy?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Put", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-copy?view=graph-rest-1.0" + } ] } ] - } - ] - }, - { - "segment": "teamsAppDefinition", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] }, { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", + "segment": "microsoft.graph.createLink", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Put", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Put", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-1.0" + } ] } ] - } - ] - } - ] - } - ] - }, - { - "segment": "members", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{conversationMember-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.add", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.archive", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.clone", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.completeMigration", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.sendActivityNotification", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.unarchive", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "operations", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{teamsAsyncOperation-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "owners", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ] - } - ] - }, - { - "segment": "permissionGrants", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{resourceSpecificPermissionGrant-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "photo", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "$value", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put" - ] - } - ] - } - ] - }, - { - "segment": "primaryChannel", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "filesFolder", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.checkin", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.checkout", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.copy", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.createLink", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.createUploadSession", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-createuploadsession?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-createuploadsession?view=graph-rest-1.0" + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.delta()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.delta(token={token})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" + "segment": "microsoft.graph.delta(token='{token}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.follow", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.extractSensitivityLabels", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getActivitiesByInterval()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getActivitiesByInterval(startDateTime={startDateTime},endDateTime={endDateTime},interval={interval})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" + "segment": "microsoft.graph.follow", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-follow?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-follow?view=graph-rest-1.0" + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.invite", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.getActivitiesByInterval()", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.preview", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.restore", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.invite", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-invite?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-invite?view=graph-rest-1.0" + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.search(q={q})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" + "segment": "microsoft.graph.preview", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.unfollow", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.restore", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-restore?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-restore?view=graph-rest-1.0" + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.validatePermission", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.search(q='{q}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "members", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{conversationMember-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" + "segment": "microsoft.graph.unfollow", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-1.0" + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.add", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "messages", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{chatMessage-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" + "segment": "microsoft.graph.validatePermission", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "hostedContents", + "segment": "permissions", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-permissions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-permissions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{chatMessageHostedContent-id}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{permission-id}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.grant", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.revokeGrants", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-1.0" + } + ] + } ] } ] @@ -311352,210 +465873,365 @@ ] }, { - "segment": "replies", + "segment": "subscriptions", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{chatMessage-id1}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.delta()", + "segment": "{subscription-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.reauthorize", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } ] } ] } ] - } - ] - }, - { - "segment": "microsoft.graph.delta()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] }, { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.completeMigration", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.provisionEmail", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.removeEmail", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "tabs", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{teamsTab-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" + "segment": "thumbnails", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-thumbnails?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-thumbnails?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{thumbnailSet-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "teamsApp", + "segment": "versions", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-versions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-versions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "$ref", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Put", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{driveItemVersion-id}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Put", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-versions?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-versions?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.restoreVersion", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-1.0" + } + ] + } ] } ] @@ -311563,1140 +466239,109 @@ ] } ] - } - ] - } - ] - }, - { - "segment": "schedule", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.share", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "offerShiftRequests", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{offerShiftRequest-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "openShiftChangeRequests", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{openShiftChangeRequest-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "openShifts", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{openShift-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "schedulingGroups", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{schedulingGroup-id}", + "segment": "special", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "shifts", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{shift-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "swapShiftsChangeRequests", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{swapShiftsChangeRequest-id}", - "labels": [ { "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "timeCards", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{timeCard-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "microsoft.graph.clockOut", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] - } - ] - }, - { - "segment": "microsoft.graph.confirm", - "labels": [ + }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.endBreak", + "segment": "{driveItem-id}", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] - } - ] - }, - { - "segment": "microsoft.graph.startBreak", - "labels": [ + }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } - ] - } - ] - }, - { - "segment": "microsoft.graph.clockIn", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "timeOffReasons", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{timeOffReason-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "timeOffRequests", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{timeOffRequest-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "timesOff", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{timeOff-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "tags", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{teamworkTag-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "members", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{teamworkTagMember-id}", - "labels": [ + ], + "children": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "template", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.allMessages()", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getAllMessages()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "teamsTemplates", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{teamsTemplate-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "teamwork", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch" - ] - } - ], - "children": [ - { - "segment": "workforceIntegrations", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{workforceIntegration-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "tenantRelationships", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch" - ] - } - ], - "children": [ - { - "segment": "managedTenants", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "aggregatedPolicyCompliances", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{aggregatedPolicyCompliance-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "cloudPcConnections", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{cloudPcConnection-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "cloudPcDevices", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{cloudPcDevice-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "cloudPcsOverview", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{cloudPcOverview-tenantId}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "conditionalAccessPolicyCoverages", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{conditionalAccessPolicyCoverage-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "credentialUserRegistrationsSummaries", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{credentialUserRegistrationsSummary-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "deviceCompliancePolicySettingStateSummaries", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{deviceCompliancePolicySettingStateSummary-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "managedDeviceCompliances", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{managedDeviceCompliance-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "managedDeviceComplianceTrends", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{managedDeviceComplianceTrend-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "managementActions", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{managementAction-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.managedTenants.apply", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "managementActionTenantDeploymentStatuses", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{managementActionTenantDeploymentStatus-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.managedTenants.changeDeploymentStatus", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "managementIntents", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{managementIntent-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "managementTemplates", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{managementTemplate-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + } + ] + } ] } ] @@ -312704,496 +466349,1721 @@ ] }, { - "segment": "riskyUsers", + "segment": "events", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{riskyUser-id}", - "labels": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-events?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-post-events?view=graph-rest-1.0" } ] - } - ] - }, - { - "segment": "tenantGroups", - "labels": [ + }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-events?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-post-events?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "{tenantGroup-id}", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.managedTenants.tenantSearch", + "segment": "{event-id}", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] - } - ] - } - ] - }, - { - "segment": "tenants", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{tenant-id}", - "labels": [ + }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "microsoft.graph.managedTenants.offboardTenant", + "segment": "attachments", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } ] } ] }, { - "segment": "microsoft.graph.managedTenants.resetTenantOnboardingStatus", + "segment": "calendar", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } ] } ] - } - ] - } - ] - }, - { - "segment": "tenantsCustomizedInformation", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{tenantCustomizedInformation-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "tenantsDetailedInformation", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{tenantDetailedInformation-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "tenantTags", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{tenantTag-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ + }, { - "segment": "microsoft.graph.managedTenants.assignTag", + "segment": "exceptionOccurrences", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{event-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "calendar", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "instances", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{event-id2}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "calendar", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.accept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.decline", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.dismissReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.snoozeReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.accept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.decline", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.dismissReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.snoozeReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + } ] } ] }, { - "segment": "microsoft.graph.managedTenants.unassignTag", + "segment": "extensions", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] - } - ] - } - ] - }, - { - "segment": "windowsDeviceMalwareStates", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{windowsDeviceMalwareState-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "windowsProtectionStates", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{windowsProtectionState-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "termStore", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch" - ] - } - ], - "children": [ - { - "segment": "groups", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{group-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "sets", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + }, { - "segment": "{set-id}", + "segment": "instances", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "children", + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{event-id1}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{term-id}", + "segment": "attachments", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "children", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{attachment-id}", + "labels": [ { - "segment": "{term-id1}", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } ] }, { - "segment": "relations", + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "calendar", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "exceptionOccurrences", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{event-id2}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{relation-id}", + "segment": "attachments", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "fromTerm", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{attachment-id}", + "labels": [ { - "segment": "$ref", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } ] }, { - "segment": "set", + "segment": "microsoft.graph.createUploadSession", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } ] } - ], - "children": [ + ] + } + ] + }, + { + "segment": "calendar", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "$ref", - "labels": [ + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "toTerm", + "segment": "{extension-id}", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } - ], - "children": [ + ] + } + ] + }, + { + "segment": "microsoft.graph.accept", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "$ref", - "labels": [ + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.decline", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.dismissReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.snoozeReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } @@ -313204,146 +468074,460 @@ ] }, { - "segment": "set", + "segment": "microsoft.graph.delta()", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } ] } - ], - "children": [ + ] + } + ] + }, + { + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "$ref", - "labels": [ + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } ] } ] - } - ] - }, - { - "segment": "parentGroup", - "labels": [ + }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" + "segment": "microsoft.graph.accept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + } ] - } - ] - }, - { - "segment": "relations", - "labels": [ + }, { - "name": "beta", - "methods": [ - "Get", - "Post" + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + } ] - } - ], - "children": [ + }, { - "segment": "{relation-id}", + "segment": "microsoft.graph.decline", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.dismissReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.snoozeReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "fromTerm", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] - } - ], - "children": [ + }, { - "segment": "$ref", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "set", + "segment": "{multiValueLegacyExtendedProperty-id}", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] - } - ], - "children": [ + }, { - "segment": "$ref", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] }, { - "segment": "toTerm", + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ { - "segment": "$ref", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } @@ -313354,189 +468538,374 @@ ] }, { - "segment": "terms", + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.accept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.cancel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.decline", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.dismissReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.forward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.snoozeReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{term-id}", - "labels": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } - ], - "children": [ + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "children", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{term-id1}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "relations", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{relation-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fromTerm", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "set", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "toTerm", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] - } - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "set", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] } @@ -313545,216 +468914,399 @@ ] } ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + } + ] + } + ] } ] - } - ] - }, - { - "segment": "sets", - "labels": [ + }, { - "name": "beta", - "methods": [ - "Get", - "Post" + "segment": "extensions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } ] - } - ], - "children": [ + }, { - "segment": "{set-id}", + "segment": "followedSites", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/sites-list-followed?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/sites-list-followed?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "children", + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{site-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "inferenceClassification", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "overrides", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/inferenceclassification-list-overrides?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/inferenceclassification-post-overrides?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/inferenceclassification-list-overrides?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/inferenceclassification-post-overrides?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "{term-id}", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] - } - ], - "children": [ + }, { - "segment": "children", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Post" - ] + "name": "Get", + "documentationUrl": null } - ], - "children": [ + ] + } + ] + }, + { + "segment": "{inferenceClassificationOverride-id}", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "{term-id1}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "relations", + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "informationProtection", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "bitlocker", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "recoveryKeys", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/bitlocker-list-recoverykeys?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{relation-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fromTerm", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "set", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] - }, { - "segment": "toTerm", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "set", + "segment": "{bitlockerRecoveryKey-id}", "labels": [ { "name": "beta", "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] } @@ -313765,40 +469317,68 @@ ] }, { - "segment": "parentGroup", + "segment": "dataLossPreventionPolicies", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "sets", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{dataLossPreventionPolicy-id}", + "labels": [ { - "segment": "{set-id1}", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.evaluate", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null } ] } @@ -313807,103 +469387,188 @@ ] }, { - "segment": "relations", + "segment": "microsoft.graph.decryptBuffer", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.encryptBuffer", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.signDigest", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.verifySignature", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "policy", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{relation-id}", + "segment": "labels", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/informationprotectionpolicy-list-labels?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "fromTerm", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{informationProtectionLabel-id}", + "labels": [ { - "segment": "$ref", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } ] }, { - "segment": "set", + "segment": "microsoft.graph.evaluateApplication", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/informationprotectionlabel-evaluateapplication?view=graph-rest-1.0" + } ] } - ], - "children": [ + ] + }, + { + "segment": "microsoft.graph.evaluateClassificationResults", + "labels": [ { - "segment": "$ref", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/informationprotectionlabel-evaluateclassificationresults?view=graph-rest-1.0" } ] } ] }, { - "segment": "toTerm", + "segment": "microsoft.graph.evaluateRemoval", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/informationprotectionlabel-evaluateremoval?view=graph-rest-1.0" + } ] } - ], - "children": [ + ] + }, + { + "segment": "microsoft.graph.extractLabel", + "labels": [ { - "segment": "$ref", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/informationprotectionlabel-extractlabel?view=graph-rest-1.0" } ] } @@ -313914,184 +469579,123 @@ ] }, { - "segment": "terms", + "segment": "sensitivityLabels", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{term-id}", + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{sensitivityLabel-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "children", + "segment": "sublabels", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{term-id1}", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] - } - ] - }, - { - "segment": "relations", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + }, { - "segment": "{relation-id}", + "segment": "{sensitivityLabel-id1}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "fromTerm", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "set", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "toTerm", - "labels": [ + "name": "Get", + "documentationUrl": null + }, { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ + "name": "Patch", + "documentationUrl": null + }, { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] } ] - } - ] - }, - { - "segment": "set", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ + }, { - "segment": "$ref", + "segment": "microsoft.graph.evaluate", "labels": [ { "name": "beta", "methods": [ - "Get", - "Put", - "Delete" + { + "name": "Post", + "documentationUrl": null + } ] } ] @@ -314099,309 +469703,148 @@ ] } ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "trustFramework", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch" - ] - } - ], - "children": [ - { - "segment": "keySets", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{trustFrameworkKeySet-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.generateKey", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getActiveKey()", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.uploadCertificate", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.uploadPkcs12", - "labels": [ + }, { - "name": "beta", - "methods": [ - "Post" + "segment": "microsoft.graph.evaluate", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "microsoft.graph.uploadSecret", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "policies", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{trustFrameworkPolicy-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "$value", + "segment": "sensitivityPolicySettings", "labels": [ { "name": "beta", "methods": [ - "Get", - "Put" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] - } - ] - } - ] - } - ] - }, - { - "segment": "users", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{user-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "activities", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{userActivity-id}", + "segment": "threatAssessmentRequests", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/informationprotection-list-threatassessmentrequests?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/informationprotection-post-threatassessmentrequests?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "historyItems", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "{threatAssessmentRequest-id}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{activityHistoryItem-id}", + "segment": "results", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "activity", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{threatAssessmentResult-id}", + "labels": [ { - "segment": "$ref", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } @@ -314412,207 +469855,126 @@ ] } ] - }, - { - "segment": "microsoft.graph.recent()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] } ] }, { - "segment": "agreementAcceptances", + "segment": "insights", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] - } - ] - }, - { - "segment": "analytics", - "labels": [ + }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "activityStatistics", + "segment": "shared", "labels": [ { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{activityStatistics-id}", + "segment": "$count", "labels": [ { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] - } - ] - } - ] - }, - { - "segment": "appConsentRequestsForApproval", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{appConsentRequest-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ + }, { - "segment": "userConsentRequests", + "segment": "{sharedInsight-id}", "labels": [ { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{userConsentRequest-id}", + "segment": "lastSharedMethod", "labels": [ { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "approval", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ { - "segment": "steps", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{approvalStep-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "microsoft.graph.filterByCurrentUser(on={on})", + "segment": "resource", "labels": [ { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] @@ -314622,54 +469984,145 @@ ] }, { - "segment": "microsoft.graph.filterByCurrentUser(on={on})", + "segment": "trending", "labels": [ { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{trending-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "resource", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] } - ] - } - ] - }, - { - "segment": "appRoleAssignments", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" ] }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{appRoleAssignment-id}", + "segment": "used", "labels": [ { "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/insights-list-used?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" + "segment": "{usedInsight-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "resource", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] } ] @@ -314677,66 +470130,85 @@ ] }, { - "segment": "approvals", + "segment": "joinedGroups", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{approval-id}", + "segment": "microsoft.graph.delta()", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "microsoft.graph.evaluateDynamicMembership", + "labels": [ { - "segment": "steps", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/group-evaluatedynamicmembership?view=graph-rest-1.0" } - ], - "children": [ + ] + } + ] + }, + { + "segment": "microsoft.graph.getByIds", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "{approvalStep-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getUserOwnedObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null } ] } ] }, { - "segment": "microsoft.graph.filterByCurrentUser(on={on})", + "segment": "microsoft.graph.validateProperties", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } ] } ] @@ -314744,637 +470216,1238 @@ ] }, { - "segment": "authentication", + "segment": "joinedTeams", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-joinedteams?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-joinedteams?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "emailMethods", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] - } - ], - "children": [ + }, { - "segment": "{emailAuthenticationMethod-id}", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "fido2Methods", + "segment": "{team-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{fido2AuthenticationMethod-id}", + "segment": "allChannels", "labels": [ { "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-list-allchannels?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" + "segment": "{channel-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] } ] - } - ] - }, - { - "segment": "methods", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{authenticationMethod-id}", + "segment": "channels", "labels": [ { "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-post?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "microsoft.graph.disableSmsSignIn", + "segment": "$count", "labels": [ { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.enableSmsSignIn", + "segment": "{channel-id}", "labels": [ { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "filesFolder", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "members", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-list-members?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/conversationmember-add?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{conversationMember-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.add", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "messages", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-list-messages?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-post?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{chatMessage-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "hostedContents", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{chatMessageHostedContent-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "replies", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-list-replies?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-post-replies?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{chatMessage-id1}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "hostedContents", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{chatMessageHostedContent-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.completeMigration", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-completemigration?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.provisionEmail", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.removeEmail", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-removeemail?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "sharedWithTeams", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/sharedwithchannelteaminfo-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{sharedWithChannelTeamInfo-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "allowedMembers", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/sharedwithchannelteaminfo-list-allowedmembers?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{conversationMember-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "tabs", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-list-tabs?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{teamsTab-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "teamsApp", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } ] } ] }, { - "segment": "microsoft.graph.resetPassword", + "segment": "microsoft.graph.getAllMessages()", "labels": [ { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] } ] - } - ] - }, - { - "segment": "microsoftAuthenticatorMethods", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{microsoftAuthenticatorAuthenticationMethod-id}", + "segment": "group", "labels": [ { "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "incomingChannels", + "labels": [ { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-list-incomingchannels?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "device", + "segment": "$count", "labels": [ { "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "{channel-id}", + "labels": [ { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] } ] - } - ] - }, - { - "segment": "operations", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + }, { - "segment": "{longRunningOperation-id}", + "segment": "installedApps", "labels": [ { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-list-installedapps?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-post-installedapps?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{teamsAppInstallation-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.upgrade", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chat-teamsappinstallation-upgrade?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "teamsApp", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "teamsAppDefinition", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] } ] - } - ] - }, - { - "segment": "passwordlessMicrosoftAuthenticatorMethods", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + }, { - "segment": "{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}", + "segment": "members", "labels": [ { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-list-members?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-post-members?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "device", + "segment": "$count", "labels": [ { - "name": "beta", + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{conversationMember-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.add", + "labels": [ + { + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0" + } ] } ] } ] - } - ] - }, - { - "segment": "passwordMethods", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + }, { - "segment": "{passwordAuthenticationMethod-id}", + "segment": "microsoft.graph.archive", "labels": [ { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-archive?view=graph-rest-1.0" + } ] } ] - } - ] - }, - { - "segment": "phoneMethods", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + }, { - "segment": "{phoneAuthenticationMethod-id}", + "segment": "microsoft.graph.clone", "labels": [ { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-clone?view=graph-rest-1.0" + } ] } ] - } - ] - }, - { - "segment": "softwareOathMethods", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + }, { - "segment": "{softwareOathAuthenticationMethod-id}", + "segment": "microsoft.graph.completeMigration", "labels": [ { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-completemigration?view=graph-rest-1.0" + } ] } ] - } - ] - }, - { - "segment": "temporaryAccessPassMethods", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + }, { - "segment": "{temporaryAccessPassAuthenticationMethod-id}", + "segment": "microsoft.graph.sendActivityNotification", "labels": [ { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-sendactivitynotification?view=graph-rest-1.0" + } ] } ] - } - ] - }, - { - "segment": "windowsHelloForBusinessMethods", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{windowsHelloForBusinessAuthenticationMethod-id}", + "segment": "microsoft.graph.unarchive", "labels": [ { "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-unarchive?view=graph-rest-1.0" + } ] - }, + } + ] + }, + { + "segment": "operations", + "labels": [ { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "device", + "segment": "$count", "labels": [ { "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "{teamsAsyncOperation-id}", + "labels": [ { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] } ] - } - ] - } - ] - }, - { - "segment": "calendar", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "calendarPermissions", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{calendarPermission-id}", + "segment": "photo", "labels": [ { "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] - }, + } + ], + "children": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" + "segment": "$value", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } ] } ] - } - ] - }, - { - "segment": "calendarView", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{event-id}", + "segment": "primaryChannel", "labels": [ { "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/team-get-primarychannel?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "attachments", + "segment": "filesFolder", "labels": [ { "name": "v1.0", "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "{attachment-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.createUploadSession", + "segment": "content", "labels": [ { "name": "v1.0", "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } ] } ] @@ -315382,173 +471455,69 @@ ] }, { - "segment": "calendar", + "segment": "members", "labels": [ { "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-list-members?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/conversationmember-add?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "microsoft.graph.allowedCalendarSharingRoles(User={User})", + "segment": "$count", "labels": [ { "name": "v1.0", "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.getSchedule", + "segment": "{conversationMember-id}", "labels": [ { "name": "v1.0", "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "exceptionOccurrences", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{event-id1}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.accept", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.cancel", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.decline", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.dismissReminder", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.forward", - "labels": [ { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.snoozeReminder", - "labels": [ + "name": "Get", + "documentationUrl": null + }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.tentativelyAccept", - "labels": [ + "name": "Patch", + "documentationUrl": null + }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] } ] }, { - "segment": "microsoft.graph.delta()", + "segment": "microsoft.graph.add", "labels": [ { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0" + } ] } ] @@ -315556,202 +471525,239 @@ ] }, { - "segment": "extensions", + "segment": "messages", "labels": [ { "name": "v1.0", "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-list-messages?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-post?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "{extension-id}", + "segment": "$count", "labels": [ { "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] - } - ] - }, - { - "segment": "instances", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{event-id1}", + "segment": "{chatMessage-id}", "labels": [ { "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.accept", - "labels": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.cancel", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.decline", + "segment": "hostedContents", "labels": [ { "name": "v1.0", "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.dismissReminder", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "{chatMessageHostedContent-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "microsoft.graph.forward", + "segment": "replies", "labels": [ { "name": "v1.0", "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-list-replies?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-post-replies?view=graph-rest-1.0" + } ] } - ] - }, - { - "segment": "microsoft.graph.snoozeReminder", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.tentativelyAccept", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + "segment": "{chatMessage-id1}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "hostedContents", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{chatMessageHostedContent-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] } ] @@ -315764,13 +471770,10 @@ { "name": "v1.0", "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] @@ -315778,496 +471781,323 @@ ] }, { - "segment": "microsoft.graph.accept", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.cancel", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.decline", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.dismissReminder", + "segment": "microsoft.graph.completeMigration", "labels": [ { "name": "v1.0", "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-completemigration?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.forward", + "segment": "microsoft.graph.doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')", "labels": [ { "name": "v1.0", "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.snoozeReminder", + "segment": "microsoft.graph.provisionEmail", "labels": [ { "name": "v1.0", "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.tentativelyAccept", + "segment": "microsoft.graph.removeEmail", "labels": [ { "name": "v1.0", "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-removeemail?view=graph-rest-1.0" + } ] } ] }, { - "segment": "multiValueExtendedProperties", + "segment": "sharedWithTeams", "labels": [ { "name": "v1.0", "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/sharedwithchannelteaminfo-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{multiValueLegacyExtendedProperty-id}", + "segment": "$count", "labels": [ { "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] - } - ] - }, - { - "segment": "singleValueExtendedProperties", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{singleValueLegacyExtendedProperty-id}", + "segment": "{sharedWithChannelTeamInfo-id}", "labels": [ { "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] - }, + } + ], + "children": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" + "segment": "allowedMembers", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/sharedwithchannelteaminfo-list-allowedmembers?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{conversationMember-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] } ] } ] - } - ] - }, - { - "segment": "microsoft.graph.delta()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "events", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{event-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "attachments", + "segment": "tabs", "labels": [ { "name": "v1.0", "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/channel-list-tabs?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{attachment-id}", + "segment": "$count", "labels": [ { "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.createUploadSession", + "segment": "{teamsTab-id}", "labels": [ { "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] - }, + } + ], + "children": [ { - "name": "beta", - "methods": [ - "Post" + "segment": "teamsApp", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] } ] } ] - }, + } + ] + }, + { + "segment": "schedule", + "labels": [ { - "segment": "calendar", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/schedule-get?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.allowedCalendarSharingRoles(User={User})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Put", + "documentationUrl": null }, { - "segment": "microsoft.graph.getSchedule", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.share", + "labels": [ + { + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/schedule-share?view=graph-rest-1.0" } ] } ] }, { - "segment": "exceptionOccurrences", + "segment": "offerShiftRequests", "labels": [ { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/offershiftrequest-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{event-id1}", + "segment": "$count", "labels": [ { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.accept", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.cancel", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.decline", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.dismissReminder", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.forward", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.snoozeReminder", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.tentativelyAccept", - "labels": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "microsoft.graph.delta()", + "segment": "{offerShiftRequest-id}", "labels": [ { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -316275,41 +472105,55 @@ ] }, { - "segment": "extensions", + "segment": "openShiftChangeRequests", "labels": [ { "name": "v1.0", "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/openshiftchangerequest-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/openshiftchangerequest-post?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "{extension-id}", + "segment": "$count", "labels": [ { "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "{openShiftChangeRequest-id}", + "labels": [ { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -316317,179 +472161,111 @@ ] }, { - "segment": "instances", + "segment": "openShifts", "labels": [ { "name": "v1.0", "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/openshift-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{event-id1}", + "segment": "$count", "labels": [ { "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.accept", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.cancel", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{openShift-id}", + "labels": [ { - "segment": "microsoft.graph.decline", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.dismissReminder", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] - }, + } + ] + } + ] + }, + { + "segment": "schedulingGroups", + "labels": [ + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.forward", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/schedule-list-schedulinggroups?view=graph-rest-1.0" }, { - "segment": "microsoft.graph.snoozeReminder", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/schedule-post-schedulinggroups?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ { - "segment": "microsoft.graph.tentativelyAccept", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "microsoft.graph.delta()", + "segment": "{schedulingGroup-id}", "labels": [ { "name": "v1.0", "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -316497,202 +472273,393 @@ ] }, { - "segment": "microsoft.graph.accept", + "segment": "shifts", "labels": [ { "name": "v1.0", "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/schedule-list-shifts?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/schedule-post-shifts?view=graph-rest-1.0" + } ] } - ] - }, - { - "segment": "microsoft.graph.cancel", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "{shift-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "microsoft.graph.decline", + "segment": "swapShiftsChangeRequests", "labels": [ { "name": "v1.0", "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/swapshiftschangerequest-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/swapshiftschangerequest-post?view=graph-rest-1.0" + } ] } - ] - }, - { - "segment": "microsoft.graph.dismissReminder", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "{swapShiftsChangeRequest-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "microsoft.graph.forward", + "segment": "timeOffReasons", "labels": [ { "name": "v1.0", "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/schedule-list-timeoffreasons?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/schedule-post-timeoffreasons?view=graph-rest-1.0" + } ] } - ] - }, - { - "segment": "microsoft.graph.snoozeReminder", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "{timeOffReason-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "microsoft.graph.tentativelyAccept", + "segment": "timeOffRequests", "labels": [ { "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/timeoffrequest-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "{timeOffRequest-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "multiValueExtendedProperties", + "segment": "timesOff", "labels": [ { "name": "v1.0", "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/schedule-list-timesoff?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/schedule-post-timesoff?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "{multiValueLegacyExtendedProperty-id}", + "segment": "$count", "labels": [ { "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "{timeOff-id}", + "labels": [ { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] } ] - }, + } + ] + }, + { + "segment": "tags", + "labels": [ { - "segment": "singleValueExtendedProperties", + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/teamworktag-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/teamworktag-post?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", "labels": [ { "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "{teamworkTag-id}", + "labels": [ { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{singleValueLegacyExtendedProperty-id}", + "segment": "members", "labels": [ { "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/teamworktagmember-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/teamworktagmember-post?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" + "segment": "{teamworkTagMember-id}", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] @@ -316702,18 +472669,15 @@ ] }, { - "segment": "microsoft.graph.delta()", + "segment": "template", "labels": [ { "name": "v1.0", "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] @@ -316721,118 +472685,109 @@ ] }, { - "segment": "microsoft.graph.allowedCalendarSharingRoles(User={User})", + "segment": "microsoft.graph.getAllMessages()", "labels": [ { "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] + } + ] + } + ] + }, + { + "segment": "licenseDetails", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-licensedetails?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.getSchedule", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-licensedetails?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "multiValueExtendedProperties", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{multiValueLegacyExtendedProperty-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "singleValueExtendedProperties", + "segment": "{licenseDetails-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{singleValueLegacyExtendedProperty-id}", - "labels": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } @@ -316841,922 +472796,491 @@ ] }, { - "segment": "calendarGroups", + "segment": "mailFolders", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-mailfolders?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-post-mailfolders?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-mailfolders?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-post-mailfolders?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "{calendarGroup-id}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{mailFolder-id}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "calendars", + "segment": "childFolders", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/mailfolder-list-childfolders?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/mailfolder-post-childfolders?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/mailfolder-list-childfolders?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/mailfolder-post-childfolders?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "{calendar-id}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{mailFolder-id1}", + "labels": [ { - "segment": "calendarPermissions", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + "name": "Patch", + "documentationUrl": null + }, { - "segment": "{calendarPermission-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "calendarView", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } - ], - "children": [ + ] + } + ], + "children": [ + { + "segment": "messageRules", + "labels": [ { - "segment": "{event-id}", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Post", + "documentationUrl": null } - ], - "children": [ - { - "segment": "attachments", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{attachment-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.createUploadSession", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "calendar", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.allowedCalendarSharingRoles(User={User})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getSchedule", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "exceptionOccurrences", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{event-id1}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.accept", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.cancel", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.decline", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.dismissReminder", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.forward", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.snoozeReminder", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.tentativelyAccept", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.delta()", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "extensions", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{extension-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/mailfolder-list-messagerules?view=graph-rest-1.0" }, - { - "segment": "instances", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{event-id1}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.accept", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.cancel", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.decline", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.dismissReminder", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.forward", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.snoozeReminder", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.tentativelyAccept", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/mailfolder-post-messagerules?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.delta()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.accept", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{messageRule-id}", + "labels": [ { - "segment": "microsoft.graph.cancel", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.decline", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] + } + ] + } + ] + }, + { + "segment": "messages", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/mailfolder-list-messages?view=graph-rest-1.0" }, { - "segment": "microsoft.graph.dismissReminder", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/mailfolder-post-messages?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/mailfolder-list-messages?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/mailfolder-post-messages?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.forward", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{message-id}", + "labels": [ { - "segment": "microsoft.graph.snoozeReminder", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.tentativelyAccept", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "multiValueExtendedProperties", + "segment": "$value", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/mailfolder-list-messages?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{multiValueLegacyExtendedProperty-id}", - "labels": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/mailfolder-list-messages?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Put", + "documentationUrl": null } ] } ] }, { - "segment": "singleValueExtendedProperties", + "segment": "attachments", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "{singleValueLegacyExtendedProperty-id}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.delta()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "events", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{event-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "attachments", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ { "segment": "{attachment-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -317765,15 +473289,21 @@ "segment": "microsoft.graph.createUploadSession", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } ] } ] @@ -317781,56 +473311,94 @@ ] }, { - "segment": "calendar", + "segment": "extensions", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "microsoft.graph.allowedCalendarSharingRoles(User={User})", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.getSchedule", + "segment": "{extension-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -317838,338 +473406,220 @@ ] }, { - "segment": "exceptionOccurrences", + "segment": "mentions", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{event-id1}", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.accept", - "labels": [ { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.cancel", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{mention-id}", + "labels": [ { - "segment": "microsoft.graph.decline", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.dismissReminder", - "labels": [ + "name": "Get", + "documentationUrl": null + }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] - }, + } + ] + } + ] + }, + { + "segment": "microsoft.graph.calendarSharingMessage", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.accept", + "labels": [ { - "segment": "microsoft.graph.forward", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.snoozeReminder", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ] + } + ] + }, + { + "segment": "microsoft.graph.copy", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.tentativelyAccept", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-copy?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.delta()", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-copy?view=graph-rest-1.0" } ] } ] }, { - "segment": "extensions", + "segment": "microsoft.graph.createForward", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-createforward?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-createforward?view=graph-rest-1.0" + } ] } - ], - "children": [ + ] + }, + { + "segment": "microsoft.graph.createReply", + "labels": [ { - "segment": "{extension-id}", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-createreply?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-createreply?view=graph-rest-1.0" } ] } ] }, { - "segment": "instances", + "segment": "microsoft.graph.createReplyAll", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-createreplyall?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-createreplyall?view=graph-rest-1.0" + } ] } - ], + ] + }, + { + "segment": "microsoft.graph.eventMessageRequest", + "labels": [], "children": [ { - "segment": "{event-id1}", + "segment": "microsoft.graph.accept", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.accept", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.cancel", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.decline", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.dismissReminder", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.forward", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.snoozeReminder", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.decline", + "labels": [ { - "segment": "microsoft.graph.tentativelyAccept", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] } ] }, { - "segment": "microsoft.graph.delta()", + "segment": "microsoft.graph.tentativelyAccept", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": null + } ] } ] @@ -318177,120 +473627,130 @@ ] }, { - "segment": "microsoft.graph.accept", + "segment": "microsoft.graph.forward", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.cancel", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-forward?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-forward?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.decline", + "segment": "microsoft.graph.move", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-move?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-move?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.dismissReminder", + "segment": "microsoft.graph.reply", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-reply?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-reply?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.forward", + "segment": "microsoft.graph.replyAll", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-replyall?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-replyall?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.snoozeReminder", + "segment": "microsoft.graph.send", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-send?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-send?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.tentativelyAccept", + "segment": "microsoft.graph.unsubscribe", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-unsubscribe?view=graph-rest-1.0" + } ] } ] @@ -318299,38 +473759,91 @@ "segment": "multiValueExtendedProperties", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{multiValueLegacyExtendedProperty-id}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -318341,38 +473854,91 @@ "segment": "singleValueExtendedProperties", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{singleValueLegacyExtendedProperty-id}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -318385,15 +473951,21 @@ "segment": "microsoft.graph.delta()", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-delta?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-delta?view=graph-rest-1.0" + } ] } ] @@ -318401,35 +473973,47 @@ ] }, { - "segment": "microsoft.graph.allowedCalendarSharingRoles(User={User})", + "segment": "microsoft.graph.copy", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/mailfolder-copy?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/mailfolder-copy?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.getSchedule", + "segment": "microsoft.graph.move", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/mailfolder-move?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/mailfolder-move?view=graph-rest-1.0" + } ] } ] @@ -318438,38 +474022,91 @@ "segment": "multiValueExtendedProperties", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{multiValueLegacyExtendedProperty-id}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -318480,38 +474117,135 @@ "segment": "singleValueExtendedProperties", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{singleValueLegacyExtendedProperty-id}", + "segment": "$count", "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, { "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "userConfigurations", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{userConfiguration-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } ] } ] @@ -318519,171 +474253,332 @@ ] } ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/mailfolder-delta?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/mailfolder-delta?view=graph-rest-1.0" + } + ] + } + ] } ] - } - ] - } - ] - }, - { - "segment": "calendars", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{calendar-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" + "segment": "messageRules", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/mailfolder-list-messagerules?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/mailfolder-post-messagerules?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{messageRule-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } ] - } - ], - "children": [ + }, { - "segment": "calendarPermissions", + "segment": "messages", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/mailfolder-list-messages?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/mailfolder-post-messages?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/mailfolder-list-messages?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/mailfolder-post-messages?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "{calendarPermission-id}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] - } - ] - }, - { - "segment": "calendarView", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{event-id}", + "segment": "{message-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "attachments", + "segment": "$value", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/mailfolder-list-messages?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/mailfolder-list-messages?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "attachments", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "{attachment-id}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -318692,15 +474587,21 @@ "segment": "microsoft.graph.createUploadSession", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } ] } ] @@ -318708,56 +474609,94 @@ ] }, { - "segment": "calendar", + "segment": "extensions", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "microsoft.graph.allowedCalendarSharingRoles(User={User})", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.getSchedule", + "segment": "{extension-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -318765,116 +474704,220 @@ ] }, { - "segment": "exceptionOccurrences", + "segment": "mentions", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{event-id1}", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.accept", - "labels": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{mention-id}", + "labels": [ { - "segment": "microsoft.graph.cancel", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.decline", - "labels": [ + "name": "Get", + "documentationUrl": null + }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] - }, + } + ] + } + ] + }, + { + "segment": "microsoft.graph.calendarSharingMessage", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.accept", + "labels": [ { - "segment": "microsoft.graph.dismissReminder", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.forward", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ] + } + ] + }, + { + "segment": "microsoft.graph.copy", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.snoozeReminder", - "labels": [ + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-copy?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-copy?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createForward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-createforward?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-createforward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createReply", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-createreply?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-createreply?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createReplyAll", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-createreplyall?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-createreplyall?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.eventMessageRequest", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.accept", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.decline", + "labels": [ { - "segment": "microsoft.graph.tentativelyAccept", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] } ] }, { - "segment": "microsoft.graph.delta()", + "segment": "microsoft.graph.tentativelyAccept", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": null + } ] } ] @@ -318882,445 +474925,1273 @@ ] }, { - "segment": "extensions", + "segment": "microsoft.graph.forward", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-forward?view=graph-rest-1.0" + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-forward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.move", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-move?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-move?view=graph-rest-1.0" + } ] } - ], - "children": [ + ] + }, + { + "segment": "microsoft.graph.reply", + "labels": [ { - "segment": "{extension-id}", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-reply?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-reply?view=graph-rest-1.0" } ] } ] }, { - "segment": "instances", + "segment": "microsoft.graph.replyAll", "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-replyall?view=graph-rest-1.0" + } + ] + }, { "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-replyall?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.send", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-send?view=graph-rest-1.0" + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-send?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.unsubscribe", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-unsubscribe?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{event-id1}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ { - "segment": "microsoft.graph.accept", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.cancel", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.decline", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.dismissReminder", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.forward", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ { - "segment": "microsoft.graph.snoozeReminder", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.tentativelyAccept", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-delta?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-delta?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.copy", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/mailfolder-copy?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/mailfolder-copy?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.move", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/mailfolder-move?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/mailfolder-move?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "userConfigurations", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{userConfiguration-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/mailfolder-delta?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/mailfolder-delta?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "managedAppRegistrations", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{managedAppRegistration-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "managedDevices", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{managedDevice-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "assignmentFilterEvaluationStatusDetails", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{assignmentFilterEvaluationStatusDetails-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.delta()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] - }, + } + ] + } + ] + }, + { + "segment": "detectedApps", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.accept", - "labels": [ + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{detectedApp-id}", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] + } + ] + } + ] + }, + { + "segment": "deviceCategory", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.cancel", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "deviceCompliancePolicyStates", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.decline", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{deviceCompliancePolicyState-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.dismissReminder", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] + } + ] + } + ] + }, + { + "segment": "deviceConfigurationStates", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.forward", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.snoozeReminder", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{deviceConfigurationState-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.tentativelyAccept", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] + } + ] + } + ] + }, + { + "segment": "logCollectionRequests", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "multiValueExtendedProperties", - "labels": [ + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{deviceLogCollectionResponse-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + "name": "Patch", + "documentationUrl": null + }, { - "segment": "{multiValueLegacyExtendedProperty-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "singleValueExtendedProperties", + "segment": "microsoft.graph.createDownloadUrl", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{singleValueLegacyExtendedProperty-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Post", + "documentationUrl": null } ] } ] } ] - }, + } + ] + }, + { + "segment": "managedDeviceMobileAppConfigurationStates", + "labels": [ { - "segment": "microsoft.graph.delta()", + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "{managedDeviceMobileAppConfigurationState-id}", + "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -319328,839 +476199,1187 @@ ] }, { - "segment": "events", + "segment": "microsoft.graph.activateDeviceEsim", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.bypassActivationLock", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.cleanWindowsDevice", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createDeviceLogCollectionRequest", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createRemoteHelpSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.deleteUserFromSharedAppleDevice", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.deprovision", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.disable", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.disableLostMode", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.enableLostMode", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.enrollNowAction", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getCloudPcRemoteActionResults()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getCloudPcReviewStatus()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getFileVaultKey()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getNonCompliantSettings()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getOemWarranty()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.locateDevice", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.logoutSharedAppleDeviceActiveUser", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.overrideComplianceState", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.playLostModeSound", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.rebootNow", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.recoverPasscode", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.reenable", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.remoteLock", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.removeDeviceFirmwareConfigurationInterfaceManagement", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.reprovisionCloudPc", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/manageddevice-reprovisioncloudpc?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.requestRemoteAssistance", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.requestRemoteHelpSessionAccess", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.resetPasscode", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.resizeCloudPc", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/manageddevice-resizecloudpc?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.restoreCloudPc", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/manageddevice-restorecloudpc?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.retire", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.retrieveRemoteHelpSession(sessionKey='{sessionKey}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.revokeAppleVppLicenses", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.rotateBitLockerKeys", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.rotateFileVaultKey", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.sendCustomNotificationToCompanyPortal", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.setCloudPcReviewStatus", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/manageddevice-setcloudpcreviewstatus?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.setDeviceName", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.shutDown", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.syncDevice", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.triggerConfigurationManagerAction", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.updateWindowsDeviceAccount", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.windowsDefenderScan", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.windowsDefenderUpdateSignatures", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.wipe", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "securityBaselineStates", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{event-id}", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{securityBaselineState-id}", + "labels": [ { - "segment": "attachments", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{attachment-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.createUploadSession", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "calendar", + "segment": "settingStates", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.allowedCalendarSharingRoles(User={User})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getSchedule", - "labels": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] } - ] - }, - { - "segment": "exceptionOccurrences", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } ], "children": [ { - "segment": "{event-id1}", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.accept", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.cancel", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.decline", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.dismissReminder", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.forward", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.snoozeReminder", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.tentativelyAccept", - "labels": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "microsoft.graph.delta()", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "extensions", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{extension-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "instances", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{event-id1}", + "segment": "{securityBaselineSettingState-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.accept", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.cancel", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.decline", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.dismissReminder", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.forward", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.snoozeReminder", - "labels": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.tentativelyAccept", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] } ] - }, - { - "segment": "microsoft.graph.delta()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] } ] - }, - { - "segment": "microsoft.graph.accept", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + } + ] + } + ] + }, + { + "segment": "users", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.cancel", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.decline", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "windowsProtectionState", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.dismissReminder", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.forward", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.snoozeReminder", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "detectedMalwareState", + "labels": [ { - "segment": "microsoft.graph.tentativelyAccept", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "multiValueExtendedProperties", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{multiValueLegacyExtendedProperty-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "singleValueExtendedProperties", + "segment": "{windowsDeviceMalwareState-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{singleValueLegacyExtendedProperty-id}", - "labels": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } ] } ] - }, + } + ] + } + ] + }, + { + "segment": "microsoft.graph.appDiagnostics(upn='{upn}')", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.delta()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.bulkReprovisionCloudPc", + "labels": [ { - "segment": "microsoft.graph.allowedCalendarSharingRoles(User={User})", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/manageddevice-bulkreprovisioncloudpc?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.bulkRestoreCloudPc", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/manageddevice-bulkrestorecloudpc?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.bulkSetCloudPcReviewStatus", + "labels": [ { - "segment": "microsoft.graph.getSchedule", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/manageddevice-bulksetcloudpcreviewstatus?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.downloadAppDiagnostics", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.executeAction", + "labels": [ { - "segment": "multiValueExtendedProperties", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.moveDevicesToOU", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Post" - ] + "name": "Post", + "documentationUrl": null } - ], - "children": [ + ] + } + ] + } + ] + }, + { + "segment": "manager", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-manager?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-manager?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$ref", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "{multiValueLegacyExtendedProperty-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-manager?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "singleValueExtendedProperties", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-manager?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + "name": "Put", + "documentationUrl": null + }, { - "segment": "{singleValueLegacyExtendedProperty-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] } @@ -320169,1184 +477388,1110 @@ ] }, { - "segment": "calendarView", + "segment": "memberOf", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-memberof?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-memberof?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "{event-id}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{directoryObject-id}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "attachments", + "segment": "microsoft.graph.application", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "microsoft.graph.device", + "labels": [ { - "segment": "{attachment-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.createUploadSession", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.group", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "calendar", + "segment": "microsoft.graph.orgContact", "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, { "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.user", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "calendarPermissions", + "segment": "microsoft.graph.activateServicePlan", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{calendarPermission-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-activateserviceplan?view=graph-rest-1.0" } ] } ] }, { - "segment": "calendarView", + "segment": "microsoft.graph.assignLicense", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-assignlicense?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-assignlicense?view=graph-rest-1.0" + } ] } - ], - "children": [ + ] + }, + { + "segment": "microsoft.graph.changePassword", + "labels": [ { - "segment": "{event-id1}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.accept", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.cancel", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.decline", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.dismissReminder", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.forward", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.snoozeReminder", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.tentativelyAccept", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-changepassword?view=graph-rest-1.0" } ] - }, - { - "segment": "microsoft.graph.delta()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + }, + { + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-changepassword?view=graph-rest-1.0" } ] } ] }, { - "segment": "events", + "segment": "microsoft.graph.checkMemberGroups", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } ] } - ], - "children": [ + ] + }, + { + "segment": "microsoft.graph.checkMemberObjects", + "labels": [ { - "segment": "{event-id1}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.accept", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.cancel", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.decline", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.dismissReminder", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.forward", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.snoozeReminder", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.tentativelyAccept", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.delta()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": null } ] } ] }, { - "segment": "microsoft.graph.allowedCalendarSharingRoles(User={User})", + "segment": "microsoft.graph.exportDeviceAndAppManagementData()", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.exportDeviceAndAppManagementData(skip={skip},top={top})", + "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.getSchedule", + "segment": "microsoft.graph.exportPersonalData", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-exportpersonaldata?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-exportpersonaldata?view=graph-rest-1.0" + } ] } ] }, { - "segment": "multiValueExtendedProperties", + "segment": "microsoft.graph.findMeetingTimes", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-findmeetingtimes?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-findmeetingtimes?view=graph-rest-1.0" + } ] } - ], - "children": [ + ] + }, + { + "segment": "microsoft.graph.findRoomLists()", + "labels": [ { - "segment": "{multiValueLegacyExtendedProperty-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-findroomlists?view=graph-rest-1.0" } ] } ] }, { - "segment": "singleValueExtendedProperties", + "segment": "microsoft.graph.findRooms()", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.findRooms(RoomList='{RoomList}')", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "microsoft.graph.getEffectiveDeviceEnrollmentConfigurations()", + "labels": [ { - "segment": "{singleValueLegacyExtendedProperty-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] } ] - } - ] - }, - { - "segment": "exceptionOccurrences", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + }, { - "segment": "{event-id1}", + "segment": "microsoft.graph.getLoggedOnManagedDevices()", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "microsoft.graph.getMailTips", + "labels": [ { - "segment": "microsoft.graph.accept", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-getmailtips?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.cancel", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-getmailtips?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.getManagedAppDiagnosticStatuses()", + "labels": [ { - "segment": "microsoft.graph.decline", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.dismissReminder", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.getManagedAppPolicies()", + "labels": [ { - "segment": "microsoft.graph.forward", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.snoozeReminder", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.getManagedDevicesWithAppFailures()", + "labels": [ { - "segment": "microsoft.graph.tentativelyAccept", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "microsoft.graph.delta()", + "segment": "microsoft.graph.getManagedDevicesWithFailedOrPendingApps()", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] - } - ] - }, - { - "segment": "extensions", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Post" + "segment": "microsoft.graph.getMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + } ] - } - ], - "children": [ + }, { - "segment": "{extension-id}", + "segment": "microsoft.graph.getMemberObjects", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0" + } ] } ] - } - ] - }, - { - "segment": "instances", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Get", - "Post" + "segment": "microsoft.graph.invalidateAllRefreshTokens", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-invalidateallrefreshtokens?view=graph-rest-1.0" + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get", - "Post" + "segment": "microsoft.graph.isManagedAppUserBlocked()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] - } - ], - "children": [ + }, { - "segment": "{event-id1}", + "segment": "microsoft.graph.reminderView(StartDateTime='{StartDateTime}',EndDateTime='{EndDateTime}')", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "microsoft.graph.removeAllDevicesFromManagement", + "labels": [ { - "segment": "microsoft.graph.accept", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.cancel", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.reprocessLicenseAssignment", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-reprocesslicenseassignment?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.decline", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-reprocesslicenseassignment?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.restore", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.dismissReminder", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.revokeSignInSessions", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.forward", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.sendMail", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-sendmail?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.snoozeReminder", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-sendmail?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.translateExchangeIds", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-translateexchangeids?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.tentativelyAccept", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-translateexchangeids?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.unblockManagedApps", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] } ] }, { - "segment": "microsoft.graph.delta()", + "segment": "microsoft.graph.wipeAndBlockManagedApps", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.wipeManagedAppRegistrationByDeviceTag", + "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": null + } ] } ] - } - ] - }, - { - "segment": "microsoft.graph.accept", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Post" + "segment": "microsoft.graph.wipeManagedAppRegistrationsByAzureAdDeviceId", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "microsoft.graph.wipeManagedAppRegistrationsByDeviceTag", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } ] } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.application", + "labels": [ { - "segment": "microsoft.graph.cancel", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.decline", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.dismissReminder", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.device", + "labels": [ { - "segment": "microsoft.graph.forward", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.snoozeReminder", + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] + } + ] + }, + { + "segment": "microsoft.graph.group", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] }, { - "segment": "microsoft.graph.tentativelyAccept", + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] + } + ] + }, + { + "segment": "microsoft.graph.orgContact", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] }, { - "segment": "multiValueExtendedProperties", + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{multiValueLegacyExtendedProperty-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] } ] + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] }, { - "segment": "singleValueExtendedProperties", + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{singleValueLegacyExtendedProperty-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] } @@ -321355,18 +478500,49 @@ ] }, { - "segment": "microsoft.graph.delta()", + "segment": "microsoft.graph.user", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] } ] @@ -321374,369 +478550,233 @@ ] }, { - "segment": "chats", + "segment": "messages", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-messages?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-post-messages?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-messages?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-post-messages?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "{chat-id}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] - } - ] - }, - { - "segment": "contactFolders", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{contactFolder-id}", + "segment": "{message-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "childFolders", + "segment": "$value", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{contactFolder-id1}", - "labels": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-messages?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Put", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.delta()", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-messages?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Put", + "documentationUrl": null } ] } ] }, { - "segment": "contacts", + "segment": "attachments", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "{contact-id}", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "extensions", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ { - "segment": "{extension-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "multiValueExtendedProperties", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + "name": "v1.0", + "methods": [ { - "segment": "{multiValueLegacyExtendedProperty-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ { - "segment": "photo", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "$value", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Put" - ] - } - ] + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "singleValueExtendedProperties", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{singleValueLegacyExtendedProperty-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] } ] }, { - "segment": "microsoft.graph.delta()", + "segment": "microsoft.graph.createUploadSession", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } ] } ] @@ -321744,41 +478784,94 @@ ] }, { - "segment": "multiValueExtendedProperties", + "segment": "extensions", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "{multiValueLegacyExtendedProperty-id}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{extension-id}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -321786,144 +478879,220 @@ ] }, { - "segment": "singleValueExtendedProperties", + "segment": "mentions", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{singleValueLegacyExtendedProperty-id}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "{mention-id}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] } ] - } - ] - }, - { - "segment": "microsoft.graph.delta()", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Get" + "segment": "microsoft.graph.calendarSharingMessage", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.accept", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get" + "segment": "microsoft.graph.copy", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-copy?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-copy?view=graph-rest-1.0" + } + ] + } ] - } - ] - } - ] - }, - { - "segment": "contacts", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{contact-id}", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" + "segment": "microsoft.graph.createForward", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-createforward?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-createforward?view=graph-rest-1.0" + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" + "segment": "microsoft.graph.createReply", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-createreply?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-createreply?view=graph-rest-1.0" + } + ] + } ] - } - ], - "children": [ + }, { - "segment": "extensions", + "segment": "microsoft.graph.createReplyAll", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-createreplyall?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-createreplyall?view=graph-rest-1.0" + } ] } - ], + ] + }, + { + "segment": "microsoft.graph.eventMessageRequest", + "labels": [], "children": [ { - "segment": "{extension-id}", + "segment": "microsoft.graph.accept", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.decline", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.tentativelyAccept", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": null + } ] } ] @@ -321931,83 +479100,223 @@ ] }, { - "segment": "multiValueExtendedProperties", + "segment": "microsoft.graph.forward", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-forward?view=graph-rest-1.0" + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-forward?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.move", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-move?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-move?view=graph-rest-1.0" + } ] } - ], - "children": [ + ] + }, + { + "segment": "microsoft.graph.reply", + "labels": [ { - "segment": "{multiValueLegacyExtendedProperty-id}", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-reply?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-reply?view=graph-rest-1.0" } ] } ] }, { - "segment": "photo", + "segment": "microsoft.graph.replyAll", "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-replyall?view=graph-rest-1.0" + } + ] + }, { "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-replyall?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.send", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-send?view=graph-rest-1.0" + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-send?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.unsubscribe", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-unsubscribe?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "$value", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Put" + { + "name": "Get", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Put" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -322018,38 +479327,91 @@ "segment": "singleValueExtendedProperties", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{singleValueLegacyExtendedProperty-id}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -322062,15 +479424,21 @@ "segment": "microsoft.graph.delta()", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-delta?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/message-delta?view=graph-rest-1.0" + } ] } ] @@ -322078,37 +479446,716 @@ ] }, { - "segment": "createdObjects", + "segment": "microsoft.graph.activateServicePlan", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-activateserviceplan?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.assignLicense", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-assignlicense?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-assignlicense?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.changePassword", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-changepassword?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-changepassword?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.exportDeviceAndAppManagementData()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.exportDeviceAndAppManagementData(skip={skip},top={top})", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.exportPersonalData", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-exportpersonaldata?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-exportpersonaldata?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.findMeetingTimes", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-findmeetingtimes?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-findmeetingtimes?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.findRoomLists()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-findroomlists?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.findRooms()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.findRooms(RoomList='{RoomList}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getEffectiveDeviceEnrollmentConfigurations()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getLoggedOnManagedDevices()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMailTips", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-getmailtips?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-getmailtips?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getManagedAppDiagnosticStatuses()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getManagedAppPolicies()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getManagedDevicesWithAppFailures()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getManagedDevicesWithFailedOrPendingApps()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.invalidateAllRefreshTokens", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-invalidateallrefreshtokens?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.isManagedAppUserBlocked()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.reminderView(StartDateTime='{StartDateTime}',EndDateTime='{EndDateTime}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.removeAllDevicesFromManagement", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.reprocessLicenseAssignment", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-reprocesslicenseassignment?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-reprocesslicenseassignment?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.restore", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.revokeSignInSessions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.sendMail", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-sendmail?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-sendmail?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.translateExchangeIds", "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-translateexchangeids?view=graph-rest-1.0" + } + ] + }, { "name": "v1.0", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-translateexchangeids?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.unblockManagedApps", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.wipeAndBlockManagedApps", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.wipeManagedAppRegistrationByDeviceTag", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.wipeManagedAppRegistrationsByAzureAdDeviceId", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.wipeManagedAppRegistrationsByDeviceTag", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "mobileAppIntentAndStates", + "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "$ref", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "{mobileAppIntentAndState-id}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -322116,157 +480163,185 @@ ] }, { - "segment": "deviceEnrollmentConfigurations", + "segment": "mobileAppTroubleshootingEvents", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{deviceEnrollmentConfiguration-id}", + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{mobileAppTroubleshootingEvent-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "assignments", + "segment": "appLogCollectionRequests", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{enrollmentConfigurationAssignment-id}", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] - } - ] - }, - { - "segment": "microsoft.graph.assign", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.setPriority", - "labels": [ + }, { - "name": "beta", - "methods": [ - "Post" + "segment": "{appLogCollectionRequest-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.createDownloadUrl", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + } ] } ] } ] - }, - { - "segment": "microsoft.graph.hasPayloadLinks", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] } ] }, { - "segment": "deviceManagementTroubleshootingEvents", + "segment": "notifications", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{deviceManagementTroubleshootingEvent-id}", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] - } - ] - }, - { - "segment": "devices", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + }, { - "segment": "{device-id}", + "segment": "{notification-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -322274,100 +480349,70 @@ ] }, { - "segment": "directReports", + "segment": "oauth2PermissionGrants", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-oauth2permissiongrants?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-oauth2permissiongrants?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "$ref", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] - } - ] - }, - { - "segment": "drive", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "drives", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{drive-id}", + "segment": "{oAuth2PermissionGrant-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] @@ -322375,341 +480420,800 @@ ] }, { - "segment": "events", + "segment": "onenote", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{event-id}", + "segment": "notebooks", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/onenote-list-notebooks?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/onenote-post-notebooks?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/onenote-list-notebooks?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/onenote-post-notebooks?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "attachments", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{attachment-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.createUploadSession", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "calendar", + "segment": "{notebook-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "calendarPermissions", + "segment": "microsoft.graph.copyNotebook", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/notebook-copynotebook?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{calendarPermission-id}", - "labels": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/notebook-copynotebook?view=graph-rest-1.0" } ] } ] }, { - "segment": "calendarView", + "segment": "sectionGroups", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/notebook-list-sectiongroups?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/notebook-post-sectiongroups?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/notebook-list-sectiongroups?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/notebook-post-sectiongroups?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "{event-id1}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{sectionGroup-id}", + "labels": [ { - "segment": "microsoft.graph.accept", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.cancel", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.decline", + "segment": "parentNotebook", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.dismissReminder", + "segment": "parentSectionGroup", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.forward", + "segment": "sectionGroups", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/sectiongroup-list-sectiongroups?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/sectiongroup-list-sectiongroups?view=graph-rest-1.0" + } ] } - ] - }, - { - "segment": "microsoft.graph.snoozeReminder", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "{sectionGroup-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "microsoft.graph.tentativelyAccept", + "segment": "sections", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/sectiongroup-list-sections?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/sectiongroup-post-sections?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/sectiongroup-list-sections?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/sectiongroup-post-sections?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{onenoteSection-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.copyToNotebook", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.copyToSectionGroup", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "pages", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{onenotePage-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.copyToSection", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.onenotePatchContent", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.preview()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "parentNotebook", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "parentSection", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "parentNotebook", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "parentSectionGroup", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] } - ] - } - ] - }, - { - "segment": "microsoft.graph.delta()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" ] } ] @@ -322717,841 +481221,1591 @@ ] }, { - "segment": "events", + "segment": "sections", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/notebook-list-sections?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/notebook-post-sections?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/notebook-list-sections?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/notebook-post-sections?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "{event-id1}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{onenoteSection-id}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "microsoft.graph.accept", + "segment": "microsoft.graph.copyToNotebook", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.cancel", + "segment": "microsoft.graph.copyToSectionGroup", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.decline", + "segment": "pages", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{onenotePage-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.copyToSection", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.onenotePatchContent", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.preview()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "parentNotebook", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "parentSection", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] } ] }, { - "segment": "microsoft.graph.dismissReminder", + "segment": "parentNotebook", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.forward", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.snoozeReminder", - "labels": [ { "name": "v1.0", "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.tentativelyAccept", + "segment": "parentSectionGroup", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] } ] - }, - { - "segment": "microsoft.graph.delta()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.getNotebookFromWebUrl", + "labels": [ { - "segment": "microsoft.graph.allowedCalendarSharingRoles(User={User})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.getSchedule", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})", + "labels": [ { - "segment": "multiValueExtendedProperties", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + "name": "beta", + "methods": [ { - "segment": "{multiValueLegacyExtendedProperty-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "singleValueExtendedProperties", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + "name": "v1.0", + "methods": [ { - "segment": "{singleValueLegacyExtendedProperty-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] + "name": "Get", + "documentationUrl": null } ] } ] + } + ] + }, + { + "segment": "operations", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] }, { - "segment": "exceptionOccurrences", + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] - } - ], - "children": [ + }, { - "segment": "{event-id1}", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } - ], - "children": [ - { - "segment": "microsoft.graph.accept", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + ] + } + ] + }, + { + "segment": "{onenoteOperation-id}", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.cancel", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.decline", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.dismissReminder", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.forward", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.snoozeReminder", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.tentativelyAccept", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] + } + ] + } + ] + }, + { + "segment": "pages", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.delta()", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "extensions", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] + "name": "Get", + "documentationUrl": null }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] - } - ], - "children": [ + }, { - "segment": "{extension-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "instances", + "segment": "{onenotePage-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{event-id1}", + "segment": "content", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.accept", - "labels": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Put", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.cancel", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Put", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.copyToSection", + "labels": [ { - "segment": "microsoft.graph.decline", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.dismissReminder", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.onenotePatchContent", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.forward", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.preview()", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.snoozeReminder", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "parentNotebook", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.tentativelyAccept", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "microsoft.graph.delta()", + "segment": "parentSection", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] } ] - }, + } + ] + }, + { + "segment": "resources", + "labels": [ { - "segment": "microsoft.graph.accept", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.cancel", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.decline", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.dismissReminder", + "segment": "{onenoteResource-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } ] } ] - }, + } + ] + }, + { + "segment": "sectionGroups", + "labels": [ { - "segment": "microsoft.graph.forward", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/onenote-list-sectiongroups?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.snoozeReminder", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/onenote-list-sectiongroups?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.tentativelyAccept", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "multiValueExtendedProperties", + "segment": "{sectionGroup-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{multiValueLegacyExtendedProperty-id}", + "segment": "parentNotebook", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] - } - ] - }, - { - "segment": "singleValueExtendedProperties", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Post" + "segment": "parentSectionGroup", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] - } - ], - "children": [ + }, { - "segment": "{singleValueLegacyExtendedProperty-id}", + "segment": "sectionGroups", "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/sectiongroup-list-sectiongroups?view=graph-rest-1.0" + } + ] + }, { "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/sectiongroup-list-sectiongroups?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, + { + "segment": "{sectionGroup-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "sections", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/sectiongroup-list-sections?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/sectiongroup-post-sections?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/sectiongroup-list-sections?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/sectiongroup-post-sections?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{onenoteSection-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.copyToNotebook", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.copyToSectionGroup", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "pages", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{onenotePage-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.copyToSection", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.onenotePatchContent", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.preview()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "parentNotebook", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "parentSection", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "parentNotebook", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "parentSectionGroup", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } ] } ] @@ -323561,1462 +482815,2149 @@ ] }, { - "segment": "microsoft.graph.delta()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "extensions", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{extension-id}", + "segment": "sections", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "followedSites", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/onenote-list-sections?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ] - } - ] - }, - { - "segment": "inferenceClassification", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "overrides", - "labels": [ { "name": "v1.0", "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/onenote-list-sections?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{inferenceClassificationOverride-id}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] - } - ] - } - ] - }, - { - "segment": "informationProtection", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "insights", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "shared", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + }, { - "segment": "{sharedInsight-id}", + "segment": "{onenoteSection-id}", "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, { "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "lastSharedMethod", + "segment": "microsoft.graph.copyToNotebook", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.calendarSharingMessage", - "labels": [], - "children": [ + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.accept", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - } - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.copyToSectionGroup", + "labels": [ { - "segment": "microsoft.graph.managedAppProtection", - "labels": [], - "children": [ + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.targetApps", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - } - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.mobileAppContentFile", - "labels": [], - "children": [ - { - "segment": "microsoft.graph.commit", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - } - ] - }, + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.renewUpload", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - } - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "pages", + "labels": [ { - "segment": "microsoft.graph.printDocument", - "labels": [], - "children": [ + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.createUploadSession", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.printJob", - "labels": [], - "children": [ - { - "segment": "microsoft.graph.abort", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.cancel", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - } - ] - }, + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.redirect", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.start", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - } - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.scheduleChangeRequest", - "labels": [], - "children": [ + "segment": "$count", + "labels": [ { - "segment": "microsoft.graph.approve", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.decline", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "microsoft.graph.targetedManagedAppProtection", - "labels": [], - "children": [ + "segment": "{onenotePage-id}", + "labels": [ { - "segment": "microsoft.graph.assign", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.targetApps", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.windowsInformationProtection", - "labels": [], - "children": [ - { - "segment": "microsoft.graph.assign", - "labels": [ + "name": "Get", + "documentationUrl": null + }, { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } - ] - }, - { - "segment": "microsoft.graph.workbookRange", - "labels": [], + ], "children": [ { - "segment": "microsoft.graph.boundingRect(anotherRange={anotherRange})", + "segment": "content", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } ] - } - ] - }, - { - "segment": "microsoft.graph.cell(row={row},column={column})", - "labels": [ + }, { "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.clear", + "segment": "microsoft.graph.copyToSection", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0" + } ] - } - ] - }, - { - "segment": "microsoft.graph.column(column={column})", - "labels": [ + }, { "name": "v1.0", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.columnsAfter()", + "segment": "microsoft.graph.onenotePatchContent", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": null + } ] - } - ] - }, - { - "segment": "microsoft.graph.columnsAfter(count={count})", - "labels": [ + }, { "name": "v1.0", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.columnsBefore()", + "segment": "microsoft.graph.preview()", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] - } - ] - }, - { - "segment": "microsoft.graph.columnsBefore(count={count})", - "labels": [ + }, { "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.delete", + "segment": "parentNotebook", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] - } - ] - }, - { - "segment": "microsoft.graph.entireColumn()", - "labels": [ + }, { "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.entireRow()", + "segment": "parentSection", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] - } - ] - }, - { - "segment": "microsoft.graph.insert", - "labels": [ + }, { "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] - }, + } + ] + } + ] + }, + { + "segment": "parentNotebook", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.intersection(anotherRange={anotherRange})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "parentSectionGroup", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "onlineMeetings", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/application-post-onlinemeetings?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/onlinemeeting-get?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/application-post-onlinemeetings?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{onlineMeeting-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "alternativeRecording", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "attendanceReports", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/meetingattendancereport-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/meetingattendancereport-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{meetingAttendanceReport-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.lastCell()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.lastColumn()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.lastRow()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.merge", - "labels": [ + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "attendanceRecords", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/attendancerecord-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/attendancerecord-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] - } - ] - }, - { - "segment": "microsoft.graph.row(row={row})", - "labels": [ + }, { "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.rowsAbove()", + "segment": "{attendanceRecord-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] - } - ] - }, - { - "segment": "microsoft.graph.rowsAbove(count={count})", - "labels": [ + }, { "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] + } + ] + } + ] + } + ] + }, + { + "segment": "attendeeReport", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/onlinemeeting-get?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "meetingAttendanceReport", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/meetingattendancereport-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "attendanceRecords", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/attendancerecord-list?view=graph-rest-1.0" }, { - "segment": "microsoft.graph.rowsBelow()", - "labels": [ + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{attendanceRecord-id}", + "labels": [ { - "segment": "microsoft.graph.rowsBelow(count={count})", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] + } + ] + } + ] + } + ] + }, + { + "segment": "recording", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "registration", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/externalmeetingregistration-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/meetingregistration-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": "https://docs.microsoft.com/graph/api/meetingregistration-delete?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "customQuestions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/meetingregistration-list-customquestions?view=graph-rest-1.0" }, { - "segment": "microsoft.graph.unmerge", - "labels": [ + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/meetingregistration-post-customquestions?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{meetingRegistrationQuestion-id}", + "labels": [ { - "segment": "microsoft.graph.usedRange()", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] + } + ] + } + ] + } + ] + }, + { + "segment": "transcripts", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/onlinemeeting-list-transcripts?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{callTranscript-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.usedRange(valuesOnly={valuesOnly})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.visibleView()", - "labels": [ + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/onlinemeeting-list-transcripts?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null } ] } ] + } + ] + } + ] + }, + { + "segment": "virtualAppointment", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createOrGet", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/onlinemeeting-createorget?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/onlinemeeting-createorget?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "outlook", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "masterCategories", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/outlookuser-list-mastercategories?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/outlookuser-post-mastercategories?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/outlookuser-list-mastercategories?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/outlookuser-post-mastercategories?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{outlookCategory-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.workbookRangeFill", - "labels": [], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - } - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.workbookRangeFormat", - "labels": [], - "children": [ - { - "segment": "microsoft.graph.autofitColumns", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.autofitRows", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - } - ] - } - ] + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.workbookRangeSort", - "labels": [], - "children": [ - { - "segment": "microsoft.graph.apply", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - } - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.workbookRangeView", - "labels": [], - "children": [ - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.supportedLanguages()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/outlookuser-supportedlanguages?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/outlookuser-supportedlanguages?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.supportedTimeZones()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.supportedTimeZones(TimeZoneStandard='{TimeZoneStandard}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "taskFolders", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/outlookuser-list-taskfolders?view=graph-rest-1.0" }, { - "segment": "resource", + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{outlookTaskFolder-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "multiValueExtendedProperties", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "$ref", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.calendarSharingMessage", - "labels": [], - "children": [ - { - "segment": "microsoft.graph.accept", - "labels": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "microsoft.graph.managedAppProtection", - "labels": [], - "children": [ + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ { - "segment": "microsoft.graph.targetApps", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } ] - }, + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ { - "segment": "microsoft.graph.mobileAppContentFile", - "labels": [], - "children": [ + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.commit", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.renewUpload", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - } - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.printDocument", - "labels": [], - "children": [ + "segment": "$count", + "labels": [ { - "segment": "microsoft.graph.createUploadSession", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "microsoft.graph.printJob", - "labels": [], - "children": [ - { - "segment": "microsoft.graph.abort", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.cancel", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.redirect", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - } - ] - }, + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ { - "segment": "microsoft.graph.start", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.scheduleChangeRequest", - "labels": [], - "children": [ - { - "segment": "microsoft.graph.approve", - "labels": [ + "name": "Get", + "documentationUrl": null + }, { - "name": "v1.0", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.decline", - "labels": [ + "name": "Patch", + "documentationUrl": null + }, { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] } ] - }, + } + ] + }, + { + "segment": "tasks", + "labels": [ { - "segment": "microsoft.graph.targetedManagedAppProtection", - "labels": [], - "children": [ + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.assign", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/outlooktaskfolder-list-tasks?view=graph-rest-1.0" }, { - "segment": "microsoft.graph.targetApps", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - } - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.windowsInformationProtection", - "labels": [], - "children": [ + "segment": "$count", + "labels": [ { - "segment": "microsoft.graph.assign", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "microsoft.graph.workbookRange", - "labels": [], - "children": [ - { - "segment": "microsoft.graph.boundingRect(anotherRange={anotherRange})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.cell(row={row},column={column})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.column(column={column})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] - }, + "segment": "{outlookTask-id}", + "labels": [ { - "segment": "microsoft.graph.columnsAfter()", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.columnsAfter(count={count})", - "labels": [ + "name": "Get", + "documentationUrl": null + }, { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.columnsBefore()", - "labels": [ + "name": "Patch", + "documentationUrl": null + }, { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.columnsBefore(count={count})", + "segment": "attachments", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/outlooktask-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/outlooktask-post-attachments?view=graph-rest-1.0" + } ] } - ] - }, - { - "segment": "microsoft.graph.delete", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] - } - ] - }, - { - "segment": "microsoft.graph.entireColumn()", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Get" + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] - } - ] - }, - { - "segment": "microsoft.graph.entireRow()", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Get" + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } ] } ] }, { - "segment": "microsoft.graph.insert", + "segment": "microsoft.graph.complete", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.intersection(anotherRange={anotherRange})", + "segment": "multiValueExtendedProperties", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.lastCell()", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Get" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] - } - ] - }, - { - "segment": "microsoft.graph.lastColumn()", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Get" + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "microsoft.graph.lastRow()", + "segment": "singleValueExtendedProperties", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.merge", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] - } - ] - }, - { - "segment": "microsoft.graph.offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Get" + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] - }, + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "taskGroups", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/outlookuser-list-taskgroups?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/outlookuser-post-taskgroups?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{outlookTaskGroup-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "taskFolders", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/outlooktaskgroup-list-taskfolders?view=graph-rest-1.0" }, { - "segment": "microsoft.graph.row(row={row})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ { - "segment": "microsoft.graph.rowsAbove()", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{outlookTaskFolder-id}", + "labels": [ { - "segment": "microsoft.graph.rowsAbove(count={count})", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.rowsBelow()", - "labels": [ + "name": "Get", + "documentationUrl": null + }, { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.rowsBelow(count={count})", - "labels": [ + "name": "Patch", + "documentationUrl": null + }, { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.unmerge", + "segment": "multiValueExtendedProperties", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.usedRange()", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Get" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] - } - ] - }, - { - "segment": "microsoft.graph.usedRange(valuesOnly={valuesOnly})", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Get" + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "microsoft.graph.visibleView()", + "segment": "singleValueExtendedProperties", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } - ] - } - ] - }, - { - "segment": "microsoft.graph.workbookRangeFill", - "labels": [], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.workbookRangeFormat", - "labels": [], - "children": [ - { - "segment": "microsoft.graph.autofitColumns", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Post" + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "microsoft.graph.autofitRows", + "segment": "tasks", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/outlooktaskfolder-list-tasks?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } - ] - } - ] - }, - { - "segment": "microsoft.graph.workbookRangeSort", - "labels": [], - "children": [ - { - "segment": "microsoft.graph.apply", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.workbookRangeView", - "labels": [], - "children": [ - { - "segment": "microsoft.graph.range()", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Get" + "segment": "{outlookTask-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "attachments", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/outlooktask-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/outlooktask-post-attachments?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{attachment-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.complete", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } ] } ] @@ -325030,648 +484971,381 @@ ] }, { - "segment": "trending", + "segment": "tasks", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/outlookuser-list-tasks?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/outlooktaskfolder-post-tasks?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "{trending-id}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{outlookTask-id}", + "labels": [ + { + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "resource", + "segment": "attachments", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/outlooktask-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/outlooktask-post-attachments?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "$ref", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.calendarSharingMessage", - "labels": [], - "children": [ - { - "segment": "microsoft.graph.accept", - "labels": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "microsoft.graph.managedAppProtection", - "labels": [], - "children": [ + "segment": "{attachment-id}", + "labels": [ { - "segment": "microsoft.graph.targetApps", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } ] }, { - "segment": "microsoft.graph.mobileAppContentFile", - "labels": [], - "children": [ - { - "segment": "microsoft.graph.commit", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - } - ] - }, + "segment": "microsoft.graph.createUploadSession", + "labels": [ { - "segment": "microsoft.graph.renewUpload", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" } ] } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.complete", + "labels": [ { - "segment": "microsoft.graph.printDocument", - "labels": [], - "children": [ + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.createUploadSession", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - } - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "multiValueExtendedProperties", + "labels": [ { - "segment": "microsoft.graph.printJob", - "labels": [], - "children": [ - { - "segment": "microsoft.graph.abort", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.cancel", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - } - ] - }, + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.redirect", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.start", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - } - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.scheduleChangeRequest", - "labels": [], - "children": [ - { - "segment": "microsoft.graph.approve", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - } - ] - }, + "segment": "$count", + "labels": [ { - "segment": "microsoft.graph.decline", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "microsoft.graph.targetedManagedAppProtection", - "labels": [], - "children": [ + "segment": "{multiValueLegacyExtendedProperty-id}", + "labels": [ { - "segment": "microsoft.graph.assign", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.targetApps", - "labels": [ + "name": "Get", + "documentationUrl": null + }, { - "name": "v1.0", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.windowsInformationProtection", - "labels": [], - "children": [ - { - "segment": "microsoft.graph.assign", - "labels": [ + "name": "Patch", + "documentationUrl": null + }, { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] } ] - }, + } + ] + }, + { + "segment": "singleValueExtendedProperties", + "labels": [ { - "segment": "microsoft.graph.workbookRange", - "labels": [], - "children": [ - { - "segment": "microsoft.graph.boundingRect(anotherRange={anotherRange})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.cell(row={row},column={column})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.column(column={column})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.columnsAfter()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.columnsAfter(count={count})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.columnsBefore()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.columnsBefore(count={count})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.delete", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.entireColumn()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.entireRow()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.insert", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.intersection(anotherRange={anotherRange})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.lastCell()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.lastColumn()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.lastRow()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.merge", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.row(row={row})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.rowsAbove()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.rowsAbove(count={count})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.rowsBelow()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.rowsBelow(count={count})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.unmerge", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.usedRange()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] - }, + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.usedRange(valuesOnly={valuesOnly})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.visibleView()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.workbookRangeFill", - "labels": [], - "children": [ + "segment": "$count", + "labels": [ { - "segment": "microsoft.graph.clear", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "microsoft.graph.workbookRangeFormat", - "labels": [], - "children": [ + "segment": "{singleValueLegacyExtendedProperty-id}", + "labels": [ { - "segment": "microsoft.graph.autofitColumns", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.autofitRows", - "labels": [ + "name": "Get", + "documentationUrl": null + }, { - "name": "v1.0", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.workbookRangeSort", - "labels": [], - "children": [ - { - "segment": "microsoft.graph.apply", - "labels": [ + "name": "Patch", + "documentationUrl": null + }, { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] } ] - }, + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "ownedDevices", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-owneddevices?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-owneddevices?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{directoryObject-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.appRoleAssignment", + "labels": [ + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.workbookRangeView", - "labels": [], - "children": [ - { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] - } - ] + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.device", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.endpoint", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null } ] } @@ -325680,233 +485354,633 @@ ] }, { - "segment": "used", + "segment": "microsoft.graph.appRoleAssignment", "labels": [ { "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{usedInsight-id}", + "segment": "$count", "labels": [ { "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + } + ] + }, + { + "segment": "microsoft.graph.device", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "resource", - "labels": [ + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } - ], - "children": [ + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.endpoint", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.calendarSharingMessage", - "labels": [], - "children": [ - { - "segment": "microsoft.graph.accept", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - } - ] - } - ] + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "ownedObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-ownedobjects?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-ownedobjects?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{directoryObject-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.application", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.group", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.application", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.group", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "pendingAccessReviewInstances", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewinstance-pendingaccessreviewinstances?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{accessReviewInstance-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "contactedReviewers", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewinstance-list-contactedreviewers?view=graph-rest-1.0" }, { - "segment": "microsoft.graph.managedAppProtection", - "labels": [], - "children": [ + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.targetApps", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{accessReviewReviewer-id}", + "labels": [ { - "segment": "microsoft.graph.mobileAppContentFile", - "labels": [], - "children": [ + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.commit", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.renewUpload", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] + } + ] + } + ] + }, + { + "segment": "decisions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewinstance-list-decisions?view=graph-rest-1.0" }, { - "segment": "microsoft.graph.printDocument", - "labels": [], - "children": [ + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.createUploadSession", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "{accessReviewInstanceDecisionItem-id}", + "labels": [ { - "segment": "microsoft.graph.printJob", - "labels": [], - "children": [ - { - "segment": "microsoft.graph.abort", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - } - ] - }, + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.cancel", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.redirect", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.start", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.scheduleChangeRequest", - "labels": [], - "children": [ + "segment": "insights", + "labels": [ { - "segment": "microsoft.graph.approve", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.decline", - "labels": [ + "name": "Get", + "documentationUrl": null + }, { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] } - ] - }, - { - "segment": "microsoft.graph.targetedManagedAppProtection", - "labels": [], + ], "children": [ { - "segment": "microsoft.graph.assign", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.targetApps", + "segment": "{governanceInsight-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -325914,392 +485988,1051 @@ ] }, { - "segment": "microsoft.graph.windowsInformationProtection", - "labels": [], - "children": [ + "segment": "instance", + "labels": [ { - "segment": "microsoft.graph.assign", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } - ] - }, - { - "segment": "microsoft.graph.workbookRange", - "labels": [], + ], "children": [ { - "segment": "microsoft.graph.boundingRect(anotherRange={anotherRange})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.cell(row={row},column={column})", + "segment": "contactedReviewers", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewinstance-list-contactedreviewers?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.clear", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] - } - ] - }, - { - "segment": "microsoft.graph.column(column={column})", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Get" + "segment": "{accessReviewReviewer-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "microsoft.graph.columnsAfter()", + "segment": "definition", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.columnsAfter(count={count})", + "segment": "microsoft.graph.acceptRecommendations", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewinstance-acceptrecommendations?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.columnsBefore()", + "segment": "microsoft.graph.applyDecisions", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewinstance-applydecisions?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.columnsBefore(count={count})", + "segment": "microsoft.graph.batchRecordDecisions", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewinstance-batchrecorddecisions?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.delete", + "segment": "microsoft.graph.resetDecisions", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewinstance-resetdecisions?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.entireColumn()", + "segment": "microsoft.graph.sendReminder", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewinstance-sendreminder?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.entireRow()", + "segment": "microsoft.graph.stop", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewinstance-stop?view=graph-rest-1.0" + } ] } ] }, { - "segment": "microsoft.graph.insert", + "segment": "stages", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewinstance-list-stages?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.intersection(anotherRange={anotherRange})", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Get" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] - } - ] - }, - { - "segment": "microsoft.graph.lastCell()", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Get" + "segment": "{accessReviewStage-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "decisions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewstage-list-decisions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{accessReviewInstanceDecisionItem-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "insights", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{governanceInsight-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.filterByCurrentUser(on='{on}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.recordAllDecisions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewinstancedecisionitem-recordalldecisions?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.stop", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewstage-stop?view=graph-rest-1.0" + } + ] + } + ] + } ] - } - ] - }, - { - "segment": "microsoft.graph.lastColumn()", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Get" + "segment": "microsoft.graph.filterByCurrentUser(on='{on}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] } ] - }, + } + ] + } + ] + }, + { + "segment": "microsoft.graph.filterByCurrentUser(on='{on}')", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.lastRow()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.recordAllDecisions", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.merge", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewinstancedecisionitem-recordalldecisions?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "definition", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.acceptRecommendations", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewinstance-acceptrecommendations?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.applyDecisions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewinstance-applydecisions?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.batchRecordDecisions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewinstance-batchrecorddecisions?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.resetDecisions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewinstance-resetdecisions?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.sendReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewinstance-sendreminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.stop", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewinstance-stop?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "stages", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewinstance-list-stages?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.offsetRange(rowOffset={rowOffset},columnOffset={columnOffset})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{accessReviewStage-id}", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.resizedRange(deltaRows={deltaRows},deltaColumns={deltaColumns})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.row(row={row})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.rowsAbove()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] - }, + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "decisions", + "labels": [ { - "segment": "microsoft.graph.rowsAbove(count={count})", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.rowsBelow()", - "labels": [ + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewstage-list-decisions?view=graph-rest-1.0" + }, { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.rowsBelow(count={count})", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.unmerge", + "segment": "{accessReviewInstanceDecisionItem-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.usedRange()", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Get" + "segment": "insights", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{governanceInsight-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } ] - } - ] - }, - { - "segment": "microsoft.graph.usedRange(valuesOnly={valuesOnly})", - "labels": [ + }, { - "name": "v1.0", - "methods": [ - "Get" + "segment": "instance", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "contactedReviewers", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewinstance-list-contactedreviewers?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{accessReviewReviewer-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "decisions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewinstance-list-decisions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{accessReviewInstanceDecisionItem-id1}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "insights", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{governanceInsight-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.filterByCurrentUser(on='{on}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.recordAllDecisions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewinstancedecisionitem-recordalldecisions?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "definition", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.acceptRecommendations", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewinstance-acceptrecommendations?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.applyDecisions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewinstance-applydecisions?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.batchRecordDecisions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewinstance-batchrecorddecisions?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.resetDecisions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewinstance-resetdecisions?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.sendReminder", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewinstance-sendreminder?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.stop", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewinstance-stop?view=graph-rest-1.0" + } + ] + } + ] + } ] } ] }, { - "segment": "microsoft.graph.visibleView()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.workbookRangeFill", - "labels": [], - "children": [ - { - "segment": "microsoft.graph.clear", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.workbookRangeFormat", - "labels": [], - "children": [ - { - "segment": "microsoft.graph.autofitColumns", + "segment": "microsoft.graph.filterByCurrentUser(on='{on}')", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.autofitRows", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.workbookRangeSort", - "labels": [], - "children": [ - { - "segment": "microsoft.graph.apply", + "segment": "microsoft.graph.recordAllDecisions", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewinstancedecisionitem-recordalldecisions?view=graph-rest-1.0" + } ] } ] @@ -326307,51 +487040,49 @@ ] }, { - "segment": "microsoft.graph.workbookRangeView", - "labels": [], - "children": [ + "segment": "microsoft.graph.stop", + "labels": [ { - "segment": "microsoft.graph.range()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/accessreviewstage-stop?view=graph-rest-1.0" } ] } ] } ] + }, + { + "segment": "microsoft.graph.filterByCurrentUser(on='{on}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] } ] } ] - } - ] - }, - { - "segment": "joinedGroups", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + }, { - "segment": "{group-id}", + "segment": "microsoft.graph.filterByCurrentUser(on='{on}')", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] @@ -326359,44 +487090,70 @@ ] }, { - "segment": "joinedTeams", + "segment": "people", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-people?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-people?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "{team-id}", + "segment": "$count", "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, { "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "$ref", + "segment": "{person-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } ] } ] @@ -326404,41 +487161,63 @@ ] }, { - "segment": "licenseDetails", + "segment": "photo", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{licenseDetails-id}", + "segment": "$value", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } ] } ] @@ -326446,839 +487225,993 @@ ] }, { - "segment": "mailFolders", + "segment": "photos", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{mailFolder-id}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{profilePhoto-id}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "childFolders", + "segment": "$value", "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + }, { "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } ] + } + ] + } + ] + } + ] + }, + { + "segment": "planner", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/planneruser-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/planneruser-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "all", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{plannerDelta-id}", + "labels": [ { - "segment": "{mailFolder-id1}", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.copy", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "microsoft.graph.move", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ { - "segment": "microsoft.graph.delta()", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "favoritePlans", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/planneruser-list-favoriteplans?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "messageRules", + "segment": "{plannerPlan-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] + } + ] + } + ] + }, + { + "segment": "plans", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/planneruser-list-plans?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/planneruser-list-plans?view=graph-rest-1.0" }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] - } - ], - "children": [ + }, { - "segment": "{messageRule-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "messages", + "segment": "{plannerPlan-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{message-id}", + "segment": "buckets", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerplan-list-buckets?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerplan-list-buckets?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "$value", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Put" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Put" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "attachments", + "segment": "{plannerBucket-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{attachment-id}", - "labels": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.createUploadSession", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] - } - ] - }, - { - "segment": "extensions", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{extension-id}", - "labels": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } - ] - }, - { - "segment": "mentions", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } ], "children": [ { - "segment": "{mention-id}", + "segment": "tasks", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerbucket-list-tasks?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.calendarSharingMessage", - "labels": [], - "children": [ - { - "segment": "microsoft.graph.accept", - "labels": [ + }, { "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerbucket-list-tasks?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "{plannerTask-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "assignedToTaskBoardFormat", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "bucketTaskBoardFormat", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "details", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannertaskdetails-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannertaskdetails-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannertaskdetails-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannertaskdetails-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "progressTaskBoardFormat", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } ] } ] } ] - }, - { - "segment": "microsoft.graph.copy", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.createForward", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + } + ] + }, + { + "segment": "details", + "labels": [ { - "segment": "microsoft.graph.createReply", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerplandetails-get?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.createReplyAll", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerplandetails-update?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.eventMessageRequest", - "labels": [], - "children": [ + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.accept", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerplandetails-get?view=graph-rest-1.0" }, { - "segment": "microsoft.graph.decline", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerplandetails-update?view=graph-rest-1.0" }, { - "segment": "microsoft.graph.tentativelyAccept", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "tasks", + "labels": [ { - "segment": "microsoft.graph.forward", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerplan-list-tasks?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.move", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerplan-list-tasks?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.reply", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.replyAll", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.send", - "labels": [ { "name": "v1.0", "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.unsubscribe", + "segment": "{plannerTask-id}", "labels": [ { "name": "beta", "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "multiValueExtendedProperties", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{multiValueLegacyExtendedProperty-id}", + "segment": "assignedToTaskBoardFormat", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] - } - ] - }, - { - "segment": "singleValueExtendedProperties", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Post" + "segment": "bucketTaskBoardFormat", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] - } - ], - "children": [ + }, { - "segment": "{singleValueLegacyExtendedProperty-id}", + "segment": "details", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannertaskdetails-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannertaskdetails-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannertaskdetails-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannertaskdetails-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.delta()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.copy", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.move", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "multiValueExtendedProperties", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{multiValueLegacyExtendedProperty-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "singleValueExtendedProperties", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{singleValueLegacyExtendedProperty-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "userConfigurations", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{userConfiguration-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" + }, + { + "segment": "progressTaskBoardFormat", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } ] } ] @@ -327288,976 +488221,1112 @@ ] }, { - "segment": "microsoft.graph.delta()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "managedAppRegistrations", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", + "segment": "recentPlans", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/planneruser-list-recentplans?view=graph-rest-1.0" + } ] } - ] - }, - { - "segment": "microsoft.graph.getUserIdsWithFlaggedAppRegistration()", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Get" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get" + "segment": "{plannerPlan-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] } ] - } - ] - }, - { - "segment": "managedDevices", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{managedDevice-id}", + "segment": "rosterPlans", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/planneruser-list-rosterplans?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "assignmentFilterEvaluationStatusDetails", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{assignmentFilterEvaluationStatusDetails-id}", - "labels": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "detectedApps", + "segment": "{plannerPlan-id}", "labels": [ { "name": "beta", "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ { - "name": "beta", - "methods": [ - "Get", - "Post" - ] + "name": "Get", + "documentationUrl": null } ] } ] + } + ] + }, + { + "segment": "tasks", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/planneruser-list-tasks?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] }, { - "segment": "deviceCategory", + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/planneruser-list-tasks?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "deviceCompliancePolicyStates", + "segment": "{plannerTask-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{deviceCompliancePolicyState-id}", + "segment": "assignedToTaskBoardFormat", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] - } - ] - }, - { - "segment": "deviceConfigurationStates", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{deviceConfigurationState-id}", + "segment": "bucketTaskBoardFormat", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] - } - ] - }, - { - "segment": "logCollectionRequests", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + }, { - "segment": "{deviceLogCollectionResponse-id}", + "segment": "details", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannertaskdetails-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannertaskdetails-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } ] - } - ], - "children": [ + }, { - "segment": "microsoft.graph.createDownloadUrl", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannertaskdetails-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannertaskdetails-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null } ] } ] - } - ] - }, - { - "segment": "managedDeviceMobileAppConfigurationStates", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + }, { - "segment": "{managedDeviceMobileAppConfigurationState-id}", + "segment": "progressTaskBoardFormat", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] } ] + } + ] + } + ] + }, + { + "segment": "presence", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/presence-get?view=graph-rest-1.0" }, { - "segment": "microsoft.graph.activateDeviceEsim", - "labels": [ + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/presence-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.clearPresence", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/presence-clearpresence?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.bypassActivationLock", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/presence-clearpresence?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.clearUserPreferredPresence", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/presence-clearuserpreferredpresence?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.cleanWindowsDevice", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/presence-clearuserpreferredpresence?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.setPresence", + "labels": [ { - "segment": "microsoft.graph.createDeviceLogCollectionRequest", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/presence-setpresence?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.deleteUserFromSharedAppleDevice", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/presence-setpresence?view=graph-rest-1.0" } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.setUserPreferredPresence", + "labels": [ { - "segment": "microsoft.graph.deprovision", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/presence-setuserpreferredpresence?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.disable", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/presence-setuserpreferredpresence?view=graph-rest-1.0" } ] + } + ] + } + ] + }, + { + "segment": "profile", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/profile-get?view=graph-rest-1.0" }, { - "segment": "microsoft.graph.disableLostMode", - "labels": [ + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": "https://docs.microsoft.com/graph/api/profile-delete?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "account", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/profile-list-accounts?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/profile-post-accounts?view=graph-rest-1.0" } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.enableLostMode", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.getCloudPcRemoteActionResults()", + "segment": "{userAccountInformation-id}", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] - }, + } + ] + }, + { + "segment": "addresses", + "labels": [ { - "segment": "microsoft.graph.getFileVaultKey()", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/profile-list-addresses?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/profile-post-addresses?view=graph-rest-1.0" } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.getNonCompliantSettings()", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.locateDevice", + "segment": "{itemAddress-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] - }, + } + ] + }, + { + "segment": "anniversaries", + "labels": [ { - "segment": "microsoft.graph.logoutSharedAppleDeviceActiveUser", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/profile-list-anniversaries?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/profile-post-anniversaries?view=graph-rest-1.0" } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.overrideComplianceState", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.playLostModeSound", + "segment": "{personAnnualEvent-id}", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] - }, + } + ] + }, + { + "segment": "awards", + "labels": [ { - "segment": "microsoft.graph.rebootNow", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/profile-list-awards?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/profile-post-awards?view=graph-rest-1.0" } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.recoverPasscode", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.reenable", + "segment": "{personAward-id}", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] - }, + } + ] + }, + { + "segment": "certifications", + "labels": [ { - "segment": "microsoft.graph.remoteLock", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/profile-list-certifications?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/profile-post-certifications?view=graph-rest-1.0" } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.reprovisionCloudPc", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.requestRemoteAssistance", + "segment": "{personCertification-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] - }, + } + ] + }, + { + "segment": "educationalActivities", + "labels": [ { - "segment": "microsoft.graph.resetPasscode", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/profile-list-educationalactivities?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/profile-post-educationalactivities?view=graph-rest-1.0" } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.resizeCloudPc", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.retire", + "segment": "{educationalActivity-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] - }, + } + ] + }, + { + "segment": "emails", + "labels": [ { - "segment": "microsoft.graph.revokeAppleVppLicenses", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/profile-list-emails?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/profile-post-emails?view=graph-rest-1.0" } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.rotateBitLockerKeys", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.rotateFileVaultKey", + "segment": "{itemEmail-id}", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] - }, + } + ] + }, + { + "segment": "interests", + "labels": [ { - "segment": "microsoft.graph.sendCustomNotificationToCompanyPortal", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/profile-list-interests?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/profile-post-interests?view=graph-rest-1.0" } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.setDeviceName", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.shutDown", + "segment": "{personInterest-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] - }, + } + ] + }, + { + "segment": "languages", + "labels": [ { - "segment": "microsoft.graph.syncDevice", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/profile-list-languages?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/profile-post-languages?view=graph-rest-1.0" } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.triggerConfigurationManagerAction", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.updateWindowsDeviceAccount", + "segment": "{languageProficiency-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] - }, + } + ] + }, + { + "segment": "names", + "labels": [ { - "segment": "microsoft.graph.windowsDefenderScan", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/profile-list-names?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/profile-post-names?view=graph-rest-1.0" } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.windowsDefenderUpdateSignatures", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.wipe", + "segment": "{personName-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] - }, + } + ] + }, + { + "segment": "notes", + "labels": [ { - "segment": "securityBaselineStates", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/profile-list-notes?view=graph-rest-1.0" + }, { - "segment": "{securityBaselineState-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "settingStates", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{securityBaselineSettingState-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/profile-post-notes?view=graph-rest-1.0" } ] - }, + } + ], + "children": [ { - "segment": "users", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ { - "name": "beta", - "methods": [ - "Get", - "Post" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "windowsProtectionState", + "segment": "{personAnnotation-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "detectedMalwareState", - "labels": [ { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + "name": "Get", + "documentationUrl": null + }, { - "segment": "{windowsDeviceMalwareState-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } @@ -328266,610 +489335,579 @@ ] }, { - "segment": "microsoft.graph.bulkReprovisionCloudPc", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.executeAction", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.moveDevicesToOU", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "manager", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", + "segment": "patents", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Put", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/profile-list-patents?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/profile-post-patents?view=graph-rest-1.0" + } ] } - ] - } - ] - }, - { - "segment": "memberOf", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Get", - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get", - "Post" + "segment": "{itemPatent-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] - } - ] - }, - { - "segment": "messages", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{message-id}", + "segment": "phones", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/profile-list-phones?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/profile-post-phones?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "$value", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put" - ] - }, { "name": "beta", "methods": [ - "Get", - "Put" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "attachments", + "segment": "{itemPhone-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{attachment-id}", - "labels": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.createUploadSession", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] } ] - }, + } + ] + }, + { + "segment": "positions", + "labels": [ { - "segment": "extensions", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/profile-list-positions?view=graph-rest-1.0" }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/profile-post-positions?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{workPosition-id}", + "labels": [ { - "segment": "{extension-id}", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } ] - }, + } + ] + }, + { + "segment": "projects", + "labels": [ { - "segment": "mentions", + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/profile-list-projects?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/profile-post-projects?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{mention-id}", - "labels": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "microsoft.graph.calendarSharingMessage", - "labels": [], - "children": [ + "segment": "{projectParticipation-id}", + "labels": [ { - "segment": "microsoft.graph.accept", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } ] - }, + } + ] + }, + { + "segment": "publications", + "labels": [ { - "segment": "microsoft.graph.copy", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/profile-list-publications?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/profile-post-publications?view=graph-rest-1.0" } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.createForward", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.createReply", + "segment": "{itemPublication-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] - }, + } + ] + }, + { + "segment": "skills", + "labels": [ { - "segment": "microsoft.graph.createReplyAll", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/profile-list-skills?view=graph-rest-1.0" }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/profile-post-skills?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.eventMessageRequest", - "labels": [], - "children": [ + "segment": "{skillProficiency-id}", + "labels": [ { - "segment": "microsoft.graph.accept", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.decline", - "labels": [ + "name": "Get", + "documentationUrl": null + }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.tentativelyAccept", - "labels": [ + "name": "Patch", + "documentationUrl": null + }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] } ] - }, + } + ] + }, + { + "segment": "webAccounts", + "labels": [ { - "segment": "microsoft.graph.forward", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/profile-list-webaccounts?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/profile-post-webaccounts?view=graph-rest-1.0" } ] - }, + } + ], + "children": [ { - "segment": "microsoft.graph.move", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.reply", + "segment": "{webAccount-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] + } + ] + } + ] + }, + { + "segment": "websites", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/profile-list-websites?view=graph-rest-1.0" }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/profile-post-websites?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.replyAll", + "segment": "{personWebsite-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] + } + ] + } + ] + }, + { + "segment": "registeredDevices", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-registereddevices?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-registereddevices?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] }, { - "segment": "microsoft.graph.send", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{directoryObject-id}", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.unsubscribe", + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "microsoft.graph.appRoleAssignment", "labels": [ { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "multiValueExtendedProperties", + "segment": "microsoft.graph.device", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{multiValueLegacyExtendedProperty-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "singleValueExtendedProperties", + "segment": "microsoft.graph.endpoint", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{singleValueLegacyExtendedProperty-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] } @@ -328878,599 +489916,124 @@ ] }, { - "segment": "microsoft.graph.delta()", + "segment": "microsoft.graph.appRoleAssignment", "labels": [ { "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ], + "children": [ { - "name": "beta", - "methods": [ - "Get" + "segment": "$count", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] } ] - } - ] - }, - { - "segment": "microsoft.graph.activateServicePlan", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.assignLicense", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.changePassword", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.checkMemberGroups", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.checkMemberObjects", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.exportDeviceAndAppManagementData()", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.exportDeviceAndAppManagementData(skip={skip},top={top})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.exportPersonalData", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.findMeetingTimes", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.findRoomLists()", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.findRooms()", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.findRooms(RoomList={RoomList})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getEffectiveDeviceEnrollmentConfigurations()", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getLoggedOnManagedDevices()", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getMailTips", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getManagedAppDiagnosticStatuses()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getManagedAppPolicies()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getManagedDevicesWithAppFailures()", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getManagedDevicesWithFailedOrPendingApps()", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getMemberGroups", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getMemberObjects", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.invalidateAllRefreshTokens", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.isManagedAppUserBlocked()", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.reminderView(StartDateTime={StartDateTime},EndDateTime={EndDateTime})", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.removeAllDevicesFromManagement", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.reprocessLicenseAssignment", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.restore", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.revokeSignInSessions", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.sendMail", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.translateExchangeIds", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.unblockManagedApps", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.wipeAndBlockManagedApps", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.wipeManagedAppRegistrationByDeviceTag", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.wipeManagedAppRegistrationsByDeviceTag", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "mobileAppIntentAndStates", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{mobileAppIntentAndState-id}", + "segment": "microsoft.graph.device", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] } ] - } - ] - }, - { - "segment": "mobileAppTroubleshootingEvents", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + }, { - "segment": "{mobileAppTroubleshootingEvent-id}", + "segment": "microsoft.graph.endpoint", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "appLogCollectionRequests", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{appLogCollectionRequest-id}", - "labels": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } - ], - "children": [ + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.createDownloadUrl", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null } ] } @@ -329481,64 +490044,94 @@ ] }, { - "segment": "notifications", + "segment": "scopedRoleMemberOf", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-scopedrolememberof?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{notification-id}", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } ] } ] - } - ] - }, - { - "segment": "oauth2PermissionGrants", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] }, { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", + "segment": "{scopedRoleMembership-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -329546,624 +490139,142 @@ ] }, { - "segment": "onenote", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, + "segment": "security", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "notebooks", + "segment": "informationProtection", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{notebook-id}", + "segment": "labelPolicySettings", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/security-informationprotectionpolicysetting-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "sensitivityLabels", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/security-informationprotection-list-sensitivitylabels?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "microsoft.graph.copyNotebook", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "sectionGroups", + "segment": "{sensitivityLabel-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{sectionGroup-id}", + "segment": "parent", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "parentNotebook", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.copyNotebook", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "parentSectionGroup", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "sectionGroups", - "labels": [ { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{sectionGroup-id1}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "sections", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{onenoteSection-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.copyToNotebook", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.copyToSectionGroup", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "pages", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{onenotePage-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "content", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Put" - ] - } - ] - }, - { - "segment": "microsoft.graph.copyToSection", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.onenotePatchContent", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.preview()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "parentNotebook", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.copyNotebook", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "parentSection", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.copyToNotebook", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.copyToSectionGroup", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "parentNotebook", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.copyNotebook", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "parentSectionGroup", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] } @@ -330172,830 +490283,451 @@ ] }, { - "segment": "sections", + "segment": "microsoft.graph.security.evaluateApplication", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Post", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.security.evaluateClassificationResults", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Post", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "microsoft.graph.security.evaluateRemoval", + "labels": [ { - "segment": "{onenoteSection-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Post", + "documentationUrl": null } - ], - "children": [ - { - "segment": "microsoft.graph.copyToNotebook", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.copyToSectionGroup", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "pages", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{onenotePage-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "content", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Put" - ] - } - ] - }, - { - "segment": "microsoft.graph.copyToSection", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.onenotePatchContent", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.preview()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "parentNotebook", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.copyNotebook", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "parentSection", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.copyToNotebook", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.copyToSectionGroup", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "segment": "parentNotebook", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.copyNotebook", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, + ] + } + ] + }, + { + "segment": "microsoft.graph.security.extractContentLabel", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "parentSectionGroup", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "parentNotebook", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.copyNotebook", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "parentSectionGroup", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "sectionGroups", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{sectionGroup-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "sections", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{onenoteSection-id1}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.copyToNotebook", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.copyToSectionGroup", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - } - ] - } - ] + "name": "Post", + "documentationUrl": null } ] } ] } ] + } + ] + } + ] + }, + { + "segment": "settings", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.getNotebookFromWebUrl", - "labels": [ + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "contactMergeSuggestions", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/contactmergesuggestions-get?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/contactmergesuggestions-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "itemInsights", + "labels": [ { - "segment": "microsoft.graph.getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/userinsightssettings-get?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/userinsightssettings-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null } ] } ] }, { - "segment": "operations", + "segment": "regionalAndLanguageSettings", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/regionalandlanguagesettings-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "shiftPreferences", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/shiftpreferences-get?view=graph-rest-1.0" + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/shiftpreferences-put?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, { - "segment": "{onenoteOperation-id}", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/shiftpreferences-get?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/shiftpreferences-put?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null } ] } ] - }, + } + ] + }, + { + "segment": "tasks", + "labels": [ { - "segment": "pages", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] + "name": "Get", + "documentationUrl": null }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "alltasks", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{onenotePage-id}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "{baseTask-id}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "content", + "segment": "checklistItems", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put" - ] - }, { "name": "beta", "methods": [ - "Get", - "Put" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.copyToSection", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "{checklistItem-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "microsoft.graph.onenotePatchContent", + "segment": "extensions", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.preview()", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Get" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Get" + "segment": "{extension-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "parentNotebook", + "segment": "linkedResources", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/basetask-list-linkedresources?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/basetask-post-linkedresources?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "$ref", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Put", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.copyNotebook", + "segment": "{linkedResource_v2-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -331003,303 +490735,377 @@ ] }, { - "segment": "parentSection", + "segment": "microsoft.graph.move", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/basetask-move?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "parentList", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "lists", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/tasks-list-lists?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/tasks-post-lists?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{baseTaskList-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "extensions", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "microsoft.graph.copyToNotebook", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.copyToSectionGroup", + "segment": "{extension-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] + } + ] + } + ] + }, + { + "segment": "tasks", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/basetasklist-list-tasks?view=graph-rest-1.0" }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/basetasklist-post-tasks?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "pages", + "segment": "{baseTask-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{onenotePage-id1}", + "segment": "checklistItems", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "content", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put" - ] - }, { "name": "beta", "methods": [ - "Get", - "Put" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.copyToSection", + "segment": "{checklistItem-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] - }, + } + ] + }, + { + "segment": "extensions", + "labels": [ { - "segment": "microsoft.graph.onenotePatchContent", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.preview()", + "segment": "{extension-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] } ] - } - ] - }, - { - "segment": "parentNotebook", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.copyNotebook", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "parentSectionGroup", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "parentNotebook", + "segment": "linkedResources", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/basetask-list-linkedresources?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/basetask-post-linkedresources?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "$ref", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Put", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.copyNotebook", + "segment": "{linkedResource_v2-id}", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -331307,143 +491113,44 @@ ] }, { - "segment": "parentSectionGroup", + "segment": "microsoft.graph.move", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/basetask-move?view=graph-rest-1.0" + } ] } ] }, { - "segment": "sectionGroups", + "segment": "parentList", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{sectionGroup-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ { - "segment": "sections", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + "name": "beta", + "methods": [ { - "segment": "{onenoteSection-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.copyToNotebook", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.copyToSectionGroup", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] + "name": "Get", + "documentationUrl": null } ] } @@ -331452,64 +491159,271 @@ ] } ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "teamwork", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "resources", + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "associatedTeams", "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/associatedteaminfo-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, { "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/associatedteaminfo-list?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, + { + "segment": "{associatedTeamInfo-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "installedApps", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/userteamwork-list-installedapps?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/userteamwork-post-installedapps?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/userteamwork-list-installedapps?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/userteamwork-post-installedapps?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "{onenoteResource-id}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{userScopeTeamsAppInstallation-id}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "content", + "segment": "chat", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Put" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/userscopeteamsappinstallation-get-chat?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Put" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/userscopeteamsappinstallation-get-chat?view=graph-rest-1.0" + } ] } ] @@ -331519,96 +491433,251 @@ ] }, { - "segment": "sectionGroups", + "segment": "microsoft.graph.sendActivityNotification", "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/userteamwork-sendactivitynotification?view=graph-rest-1.0" + } + ] + }, { "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/userteamwork-sendactivitynotification?view=graph-rest-1.0" + } ] + } + ] + } + ] + }, + { + "segment": "todo", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "lists", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/todo-list-lists?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/todo-post-lists?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/todo-list-lists?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/todo-post-lists?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "{sectionGroup-id}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{todoTaskList-id}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "parentNotebook", + "segment": "extensions", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "$ref", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Put", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Put", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.copyNotebook", + "segment": "{extension-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -331616,363 +491685,449 @@ ] }, { - "segment": "parentSectionGroup", + "segment": "tasks", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "sectionGroups", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/todotasklist-list-tasks?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/todotasklist-post-tasks?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/todotasklist-list-tasks?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/todotasklist-post-tasks?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "{sectionGroup-id1}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] - } - ] - }, - { - "segment": "sections", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{onenoteSection-id}", + "segment": "{todoTask-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "microsoft.graph.copyToNotebook", + "segment": "attachments", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/todotask-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/todotask-post-attachments?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } - ] - }, - { - "segment": "microsoft.graph.copyToSectionGroup", - "labels": [ + ], + "children": [ { - "name": "v1.0", - "methods": [ - "Post" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] }, { - "name": "beta", - "methods": [ - "Post" + "segment": "{attachmentBase-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$value", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/todotask-list-attachments?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/taskfileattachment-createuploadsession?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "pages", + "segment": "attachmentSessions", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{onenotePage-id}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{attachmentSession-id}", + "labels": [ { - "segment": "content", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Put" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Put" - ] - } - ] - }, - { - "segment": "microsoft.graph.copyToSection", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.onenotePatchContent", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.preview()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Patch", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "parentNotebook", + "segment": "content", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] + "name": "Put", + "documentationUrl": null } ] }, { - "segment": "microsoft.graph.copyNotebook", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Put", + "documentationUrl": null } ] } ] + } + ] + } + ] + }, + { + "segment": "checklistItems", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "segment": "parentSection", - "labels": [ + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{checklistItem-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } - ], - "children": [ + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.copyToNotebook", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.copyToSectionGroup", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] } @@ -331981,56 +492136,94 @@ ] }, { - "segment": "parentNotebook", + "segment": "extensions", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "$ref", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Put", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Put", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.copyNotebook", + "segment": "{extension-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -332038,609 +492231,1019 @@ ] }, { - "segment": "parentSectionGroup", + "segment": "linkedResources", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/todotask-list-linkedresources?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/todotask-post-linkedresources?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/todotask-list-linkedresources?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/todotask-post-linkedresources?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{linkedResource-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } ] } ] } ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null } ] } ] } ] + } + ] + }, + { + "segment": "transitiveMemberOf", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-transitivememberof?view=graph-rest-1.0" + } + ] }, { - "segment": "sections", + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-transitivememberof?view=graph-rest-1.0" + } + ] + } + ], + "children": [ + { + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{directoryObject-id}", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{onenoteSection-id}", + "segment": "microsoft.graph.application", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.device", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.group", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.orgContact", "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, { "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.servicePrincipal", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.user", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "microsoft.graph.copyToNotebook", + "segment": "microsoft.graph.activateServicePlan", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-activateserviceplan?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.assignLicense", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-assignlicense?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-assignlicense?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.changePassword", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-changepassword?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-changepassword?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkMemberGroups", "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } + ] + }, { "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.exportDeviceAndAppManagementData()", + "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.copyToSectionGroup", + "segment": "microsoft.graph.exportDeviceAndAppManagementData(skip={skip},top={top})", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.exportPersonalData", "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-exportpersonaldata?view=graph-rest-1.0" + } + ] + }, { "name": "v1.0", "methods": [ - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-exportpersonaldata?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.findMeetingTimes", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-findmeetingtimes?view=graph-rest-1.0" + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-findmeetingtimes?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.findRoomLists()", + "labels": [ { "name": "beta", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-findroomlists?view=graph-rest-1.0" + } ] } ] }, { - "segment": "pages", + "segment": "microsoft.graph.findRooms()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.findRooms(RoomList='{RoomList}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getEffectiveDeviceEnrollmentConfigurations()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getLoggedOnManagedDevices()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMailTips", "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-getmailtips?view=graph-rest-1.0" + } + ] + }, { "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-getmailtips?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getManagedAppDiagnosticStatuses()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getManagedAppPolicies()", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "microsoft.graph.getManagedDevicesWithAppFailures()", + "labels": [ { - "segment": "{onenotePage-id}", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getManagedDevicesWithFailedOrPendingApps()", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } - ], - "children": [ + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberGroups", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "content", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Put" - ] - } - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.copyToSection", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getMemberObjects", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.onenotePatchContent", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "microsoft.graph.preview()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.invalidateAllRefreshTokens", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "parentNotebook", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.copyNotebook", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-invalidateallrefreshtokens?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.isManagedAppUserBlocked()", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "parentSection", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.copyToNotebook", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.copyToSectionGroup", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.reminderView(StartDateTime='{StartDateTime}',EndDateTime='{EndDateTime}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.removeAllDevicesFromManagement", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.reprocessLicenseAssignment", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-reprocesslicenseassignment?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-reprocesslicenseassignment?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.restore", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.revokeSignInSessions", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.sendMail", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-sendmail?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-sendmail?view=graph-rest-1.0" } ] } ] }, { - "segment": "parentNotebook", + "segment": "microsoft.graph.translateExchangeIds", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-translateexchangeids?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.copyNotebook", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-translateexchangeids?view=graph-rest-1.0" } ] } ] }, { - "segment": "parentSectionGroup", + "segment": "microsoft.graph.unblockManagedApps", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": null + } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.wipeAndBlockManagedApps", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "microsoft.graph.wipeManagedAppRegistrationByDeviceTag", + "labels": [ { - "segment": "parentNotebook", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - }, + "name": "beta", + "methods": [ { - "segment": "microsoft.graph.copyNotebook", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.wipeManagedAppRegistrationsByAzureAdDeviceId", + "labels": [ { - "segment": "parentSectionGroup", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.wipeManagedAppRegistrationsByDeviceTag", + "labels": [ { - "segment": "sectionGroups", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + "name": "beta", + "methods": [ { - "segment": "{sectionGroup-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "sections", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + "name": "v1.0", + "methods": [ { - "segment": "{onenoteSection-id1}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "microsoft.graph.copyToNotebook", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.copyToSectionGroup", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] + "name": "Post", + "documentationUrl": null } ] } @@ -332649,94 +493252,97 @@ ] } ] - } - ] - }, - { - "segment": "onlineMeetings", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{onlineMeeting-id}", + "segment": "microsoft.graph.application", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "alternativeRecording", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Put" + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } ] } ] - }, + } + ] + }, + { + "segment": "microsoft.graph.device", + "labels": [ { - "segment": "attendeeReport", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Put" - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "meetingAttendanceReport", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "recording", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Put" + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } ] } ] @@ -332744,81 +493350,47 @@ ] }, { - "segment": "microsoft.graph.createOrGet", + "segment": "microsoft.graph.group", "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, { "name": "beta", "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "outlook", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "masterCategories", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{outlookCategory-id}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] @@ -332826,264 +493398,94 @@ ] }, { - "segment": "microsoft.graph.supportedLanguages()", + "segment": "microsoft.graph.orgContact", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] - } - ] - }, - { - "segment": "microsoft.graph.supportedTimeZones()", - "labels": [ + }, { "name": "v1.0", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] - }, + } + ], + "children": [ { - "name": "beta", - "methods": [ - "Get" + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] } ] }, { - "segment": "microsoft.graph.supportedTimeZones(TimeZoneStandard={TimeZoneStandard})", + "segment": "microsoft.graph.servicePrincipal", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] - } - ] - }, - { - "segment": "taskFolders", - "labels": [ + }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{outlookTaskFolder-id}", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "multiValueExtendedProperties", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{multiValueLegacyExtendedProperty-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "singleValueExtendedProperties", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ { - "segment": "{singleValueLegacyExtendedProperty-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "tasks", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + "name": "v1.0", + "methods": [ { - "segment": "{outlookTask-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "attachments", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{attachment-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.createUploadSession", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.complete", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "multiValueExtendedProperties", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{multiValueLegacyExtendedProperty-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "singleValueExtendedProperties", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{singleValueLegacyExtendedProperty-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] + "name": "Get", + "documentationUrl": null } ] } @@ -333092,661 +493494,459 @@ ] }, { - "segment": "taskGroups", + "segment": "microsoft.graph.user", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{outlookTaskGroup-id}", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "taskFolders", - "labels": [ { - "name": "beta", - "methods": [ - "Get", - "Post" - ] + "name": "Get", + "documentationUrl": null } - ], - "children": [ + ] + }, + { + "name": "v1.0", + "methods": [ { - "segment": "{outlookTaskFolder-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "multiValueExtendedProperties", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{multiValueLegacyExtendedProperty-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "singleValueExtendedProperties", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{singleValueLegacyExtendedProperty-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "tasks", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{outlookTask-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "attachments", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{attachment-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.createUploadSession", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.complete", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "multiValueExtendedProperties", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{multiValueLegacyExtendedProperty-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "singleValueExtendedProperties", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{singleValueLegacyExtendedProperty-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - } - ] - } - ] + "name": "Get", + "documentationUrl": null } ] } ] } ] + } + ] + }, + { + "segment": "transitiveReports", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] }, { - "segment": "tasks", + "segment": "{directoryObject-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + } + ] + }, + { + "segment": "usageRights", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "{outlookTask-id}", - "labels": [ + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-list-usagerights?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } - ], - "children": [ + ] + } + ] + }, + { + "segment": "{usageRight-id}", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "attachments", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{attachment-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.createUploadSession", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] + "name": "Get", + "documentationUrl": null }, { - "segment": "microsoft.graph.complete", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] + "name": "Patch", + "documentationUrl": null }, { - "segment": "multiValueExtendedProperties", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{multiValueLegacyExtendedProperty-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, + "name": "Delete", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "windowsInformationProtectionDeviceRegistrations", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "singleValueExtendedProperties", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{singleValueLegacyExtendedProperty-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{windowsInformationProtectionDeviceRegistration-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null } ] } ] } ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getAvailableExtensionProperties", + "labels": [ + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getByIds", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getManagedAppBlockedUsers()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getUserOwnedObjects", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.validatePassword", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/user-validatepassword?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.validateProperties", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "workbooks", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "$count", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] }, { - "segment": "ownedDevices", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "{driveItem-id}", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ + "name": "Patch", + "documentationUrl": null + }, { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "ownedObjects", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ + "name": "Patch", + "documentationUrl": null + }, { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "pendingAccessReviewInstances", + "segment": "activities", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{accessReviewInstance-id}", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "contactedReviewers", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessReviewReviewer-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "decisions", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{accessReviewInstanceDecisionItem-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.filterByCurrentUser(on={on})", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - } - ] - }, - { - "segment": "definition", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - }, - { - "segment": "microsoft.graph.stop", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.acceptRecommendations", - "labels": [ { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.applyDecisions", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.batchRecordDecisions", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.resetDecisions", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.sendReminder", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.stop", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "microsoft.graph.filterByCurrentUser(on={on})", + "segment": "{itemActivityOLD-id}", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] } ] @@ -333754,144 +493954,124 @@ ] }, { - "segment": "people", + "segment": "analytics", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/itemanalytics-get?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{person-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "photo", + "segment": "children", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "$value", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Put" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Put" + { + "name": "Get", + "documentationUrl": null + } ] } ] - } - ] - }, - { - "segment": "photos", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{profilePhoto-id}", + "segment": "{driveItem-id1}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "$value", + "segment": "content", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Put" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Put" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0" + }, + { + "name": "Put", + "documentationUrl": null + } ] } ] @@ -333901,58 +494081,175 @@ ] }, { - "segment": "planner", + "segment": "content", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "listItem", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "all", + "segment": "activities", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{plannerDelta-id}", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "microsoft.graph.delta()", + "segment": "{itemActivityOLD-id}", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "driveItem", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ], + "children": [ + { + "segment": "content", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + } + ] + } + ] + }, + { + "segment": "listItem", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } ] } ] @@ -333960,386 +494257,139 @@ ] }, { - "segment": "favoritePlans", + "segment": "analytics", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } ] - } - ], - "children": [ + }, { - "segment": "$ref", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Post" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "plans", + "segment": "documentSetVersions", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-post-documentsetversions?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-post-documentsetversions?view=graph-rest-1.0" + } ] } ], "children": [ { - "segment": "{plannerPlan-id}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{documentSetVersion-id}", + "labels": [ { - "segment": "buckets", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + "name": "Patch", + "documentationUrl": null + }, { - "segment": "{plannerBucket-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "tasks", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{plannerTask-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "assignedToTaskBoardFormat", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "bucketTaskBoardFormat", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "details", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "progressTaskBoardFormat", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] - } - ] + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "details", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "tasks", + "segment": "microsoft.graph.restore", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{plannerTask-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "assignedToTaskBoardFormat", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "bucketTaskBoardFormat", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, - { - "segment": "details", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - }, { - "segment": "progressTaskBoardFormat", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0" } ] } @@ -334350,24 +494400,55 @@ ] }, { - "segment": "recentPlans", + "segment": "driveItem", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "$ref", + "segment": "content", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Put", + "documentationUrl": null + } ] } ] @@ -334375,150 +494456,275 @@ ] }, { - "segment": "rosterPlans", + "segment": "fields", "labels": [ { "name": "beta", "methods": [ - "Get" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-update?view=graph-rest-1.0" + }, + { + "name": "Delete", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "microsoft.graph.createLink", + "labels": [ { - "segment": "$ref", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-createlink?view=graph-rest-1.0" } ] } ] }, { - "segment": "tasks", + "segment": "microsoft.graph.getActivitiesByInterval()", "labels": [ { "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } ] }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "versions", + "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitem-list-versions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{plannerTask-id}", + "segment": "$count", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "{listItemVersion-id}", + "labels": [ { - "segment": "assignedToTaskBoardFormat", - "labels": [ + "name": "beta", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] }, { - "segment": "bucketTaskBoardFormat", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "details", + "segment": "fields", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] }, { - "segment": "progressTaskBoardFormat", + "segment": "microsoft.graph.documentSetVersion", + "labels": [], + "children": [ + { + "segment": "microsoft.graph.restore", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0" + } + ] + } + ] + } + ] + }, + { + "segment": "microsoft.graph.restoreVersion", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0" + } ] } ] @@ -334530,582 +494736,638 @@ ] }, { - "segment": "presence", + "segment": "microsoft.graph.assignSensitivityLabel", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkin", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.checkout", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.copy", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-copy?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-copy?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createLink", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.createUploadSession", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-createuploadsession?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-createuploadsession?view=graph-rest-1.0" + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta()", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.delta(token='{token}')", + "labels": [ + { + "name": "beta", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Get", + "documentationUrl": null + } + ] + } + ] + }, + { + "segment": "microsoft.graph.extractSensitivityLabels", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "microsoft.graph.follow", + "labels": [ { - "segment": "microsoft.graph.clearPresence", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-follow?view=graph-rest-1.0" } ] }, { - "segment": "microsoft.graph.setPresence", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-follow?view=graph-rest-1.0" } ] } ] }, { - "segment": "profile", + "segment": "microsoft.graph.getActivitiesByInterval()", "labels": [ { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } - ], - "children": [ + ] + }, + { + "segment": "microsoft.graph.getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "labels": [ { - "segment": "account", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + "name": "beta", + "methods": [ { - "segment": "{userAccountInformation-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "addresses", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Post" - ] + "name": "Get", + "documentationUrl": null } - ], - "children": [ + ] + } + ] + }, + { + "segment": "microsoft.graph.invite", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "{itemAddress-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-invite?view=graph-rest-1.0" } ] }, { - "segment": "anniversaries", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-invite?view=graph-rest-1.0" } - ], - "children": [ + ] + } + ] + }, + { + "segment": "microsoft.graph.preview", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "{personAnnualEvent-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "awards", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Post" - ] + "name": "Post", + "documentationUrl": null } - ], - "children": [ + ] + } + ] + }, + { + "segment": "microsoft.graph.restore", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "{personAward-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-restore?view=graph-rest-1.0" } ] }, { - "segment": "certifications", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-restore?view=graph-rest-1.0" } - ], - "children": [ + ] + } + ] + }, + { + "segment": "microsoft.graph.search(q='{q}')", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "{personCertification-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] + "name": "Get", + "documentationUrl": null } ] }, { - "segment": "educationalActivities", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Post" - ] + "name": "Get", + "documentationUrl": null } - ], - "children": [ + ] + } + ] + }, + { + "segment": "microsoft.graph.unfollow", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "{educationalActivity-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-1.0" } ] }, { - "segment": "emails", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Post" - ] + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-1.0" } - ], - "children": [ + ] + } + ] + }, + { + "segment": "microsoft.graph.validatePermission", + "labels": [ + { + "name": "beta", + "methods": [ { - "segment": "{itemEmail-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "interests", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + "name": "v1.0", + "methods": [ { - "segment": "{personInterest-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ] + }, + { + "segment": "permissions", + "labels": [ { - "segment": "languages", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-permissions?view=graph-rest-1.0" + }, { - "segment": "{languageProficiency-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "names", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-permissions?view=graph-rest-1.0" + }, { - "segment": "{personName-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "notes", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] - } - ], - "children": [ + }, { - "segment": "{personAnnotation-id}", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "patents", + "segment": "{permission-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{itemPatent-id}", - "labels": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] - } - ] - }, - { - "segment": "phones", - "labels": [ + }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{itemPhone-id}", + "segment": "microsoft.graph.grant", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0" + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0" + } ] } ] - } - ] - }, - { - "segment": "positions", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + }, { - "segment": "{workPosition-id}", + "segment": "microsoft.graph.revokeGrants", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-1.0" + } ] } ] } ] - }, + } + ] + }, + { + "segment": "subscriptions", + "labels": [ { - "segment": "projects", - "labels": [ + "name": "beta", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + "name": "Get", + "documentationUrl": null + }, { - "segment": "{projectParticipation-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] + "name": "Post", + "documentationUrl": null } ] }, { - "segment": "publications", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + "name": "Get", + "documentationUrl": null + }, { - "segment": "{itemPublication-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] + "name": "Post", + "documentationUrl": null } ] - }, + } + ], + "children": [ { - "segment": "skills", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + } ] - } - ], - "children": [ + }, { - "segment": "{skillProficiency-id}", - "labels": [ + "name": "v1.0", + "methods": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null } ] } ] }, { - "segment": "webAccounts", + "segment": "{subscription-id}", "labels": [ { "name": "beta", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{webAccount-id}", - "labels": [ { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null } ] - } - ] - }, - { - "segment": "websites", - "labels": [ + }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{personWebsite-id}", + "segment": "microsoft.graph.reauthorize", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Post", + "documentationUrl": null + } + ] + }, + { + "name": "v1.0", + "methods": [ + { + "name": "Post", + "documentationUrl": null + } ] } ] @@ -335115,149 +495377,94 @@ ] }, { - "segment": "registeredDevices", + "segment": "thumbnails", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, { "name": "beta", "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-thumbnails?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] + "name": "Post", + "documentationUrl": null } ] - } - ] - }, - { - "segment": "scopedRoleMemberOf", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{scopedRoleMembership-id}", - "labels": [ { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-thumbnails?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] + "name": "Post", + "documentationUrl": null } ] } - ] - }, - { - "segment": "settings", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } ], "children": [ { - "segment": "itemInsights", + "segment": "$count", "labels": [ { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] - } - ] - }, - { - "segment": "regionalAndLanguageSettings", - "labels": [ + }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + } ] } ] }, { - "segment": "shiftPreferences", + "segment": "{thumbnailSet-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ] @@ -335265,392 +495472,148 @@ ] }, { - "segment": "teamwork", + "segment": "versions", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-versions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Patch", - "Delete" + { + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-versions?view=graph-rest-1.0" + }, + { + "name": "Post", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "installedApps", + "segment": "$count", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, { "name": "beta", "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{userScopeTeamsAppInstallation-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ { - "segment": "chat", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Put", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Put", - "Delete" - ] - } - ] - } - ] + "name": "Get", + "documentationUrl": null } ] - } - ] - }, - { - "segment": "microsoft.graph.sendActivityNotification", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Post" + { + "name": "Get", + "documentationUrl": null + } ] } ] - } - ] - }, - { - "segment": "todo", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] }, { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "lists", + "segment": "{driveItemVersion-id}", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get", - "Post" + { + "name": "Get", + "documentationUrl": null + }, + { + "name": "Patch", + "documentationUrl": null + }, + { + "name": "Delete", + "documentationUrl": null + } ] } ], "children": [ { - "segment": "{todoTaskList-id}", + "segment": "content", "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, { "name": "beta", "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "extensions", - "labels": [ { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-versions?view=graph-rest-1.0" }, { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{extension-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] + "name": "Put", + "documentationUrl": null } ] }, { - "segment": "tasks", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ + "name": "v1.0", + "methods": [ { - "segment": "{todoTask-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ], - "children": [ - { - "segment": "extensions", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{extension-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "linkedResources", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{linkedResource-id}", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Patch", - "Delete" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - } - ] + "name": "Get", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitem-list-versions?view=graph-rest-1.0" }, { - "segment": "microsoft.graph.delta()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] + "name": "Put", + "documentationUrl": null } ] } ] }, { - "segment": "microsoft.graph.delta()", + "segment": "microsoft.graph.restoreVersion", "labels": [ { - "name": "v1.0", + "name": "beta", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-1.0" + } ] }, { - "name": "beta", + "name": "v1.0", "methods": [ - "Get" + { + "name": "Post", + "documentationUrl": "https://docs.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-1.0" + } ] } ] @@ -335658,205 +495621,6 @@ ] } ] - }, - { - "segment": "transitiveMemberOf", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get", - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ] - } - ] - }, - { - "segment": "transitiveReports", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ] - } - ] - }, - { - "segment": "usageRights", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ], - "children": [ - { - "segment": "{usageRight-id}", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Patch", - "Delete" - ] - } - ] - } - ] - }, - { - "segment": "windowsInformationProtectionDeviceRegistrations", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ], - "children": [ - { - "segment": "$ref", - "labels": [ - { - "name": "beta", - "methods": [ - "Get", - "Post" - ] - } - ] - } - ] - } - ] - }, - { - "segment": "microsoft.graph.delta()", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Get" - ] - }, - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getAvailableExtensionProperties", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getByIds", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.getManagedAppBlockedUsers()", - "labels": [ - { - "name": "beta", - "methods": [ - "Get" - ] - } - ] - }, - { - "segment": "microsoft.graph.getUserOwnedObjects", - "labels": [ - { - "name": "beta", - "methods": [ - "Post" - ] - } - ] - }, - { - "segment": "microsoft.graph.validateProperties", - "labels": [ - { - "name": "v1.0", - "methods": [ - "Post" - ] - }, - { - "name": "beta", - "methods": [ - "Post" - ] } ] } diff --git a/src/app/views/sidebar/resource-explorer/ResourceExplorer.tsx b/src/app/views/sidebar/resource-explorer/ResourceExplorer.tsx index b8be10e0e..2834c2e9a 100644 --- a/src/app/views/sidebar/resource-explorer/ResourceExplorer.tsx +++ b/src/app/views/sidebar/resource-explorer/ResourceExplorer.tsx @@ -150,8 +150,9 @@ const UnstyledResourceExplorer = (props: any) => { const resourceUrl = getUrlFromLink(resourceLink); if (!resourceUrl) { return; } const sampleUrl = `${GRAPH_URL}/${version}${resourceUrl}`; + const verb = resourceLink.method!; const query: IQuery = { - selectedVerb: resourceLink.method!, + selectedVerb: verb.toString().toUpperCase(), selectedVersion: version, sampleUrl, sampleHeaders: [], diff --git a/src/app/views/sidebar/resource-explorer/ResourceLink.tsx b/src/app/views/sidebar/resource-explorer/ResourceLink.tsx index 23aca0ba7..5c1a3f850 100644 --- a/src/app/views/sidebar/resource-explorer/ResourceLink.tsx +++ b/src/app/views/sidebar/resource-explorer/ResourceLink.tsx @@ -43,7 +43,7 @@ const ResourceLink = (props: IResourceLinkProps) => { className={classes.badge} style={methodButtonStyles} > - {resourceLink.method} + {resourceLink.method.toUpperCase()} } diff --git a/src/app/views/sidebar/resource-explorer/resource-explorer.utils.ts b/src/app/views/sidebar/resource-explorer/resource-explorer.utils.ts index 633a22d8b..7f1eea451 100644 --- a/src/app/views/sidebar/resource-explorer/resource-explorer.utils.ts +++ b/src/app/views/sidebar/resource-explorer/resource-explorer.utils.ts @@ -1,10 +1,8 @@ import { INavLink, INavLinkGroup } from '@fluentui/react'; import { - IResource, - IResourceLabel, - IResourceLink, - ResourceLinkType + IResource, IResourceLabel, IResourceLink, Method, ResourceLinkType, + ResourceMethod } from '../../../../types/resources'; import { versionExists } from '../../../utils/resources/resources-filter'; @@ -32,7 +30,7 @@ export function createResourcesList( function getVersionedChildLinks( parent: IResource, paths: string[], - methods: string[] + methods: ResourceMethod[] ): IResourceLink[] { const { segment, children } = parent; const links: IResourceLink[] = []; @@ -52,7 +50,7 @@ export function createResourcesList( }, segment, childPaths, - method.toUpperCase() + method.name ) ); }); @@ -84,14 +82,14 @@ export function createResourcesList( info: IResource, parent: string, paths: string[] = [], - method?: string + method?: Method ): IResourceLink { const { segment, labels } = info; const level = paths.length; const parentKeyPart = parent === '/' ? 'root' : parent; const methodKeyPart = method ? `-${method?.toLowerCase()}` : ''; const key = `${level}-${parentKeyPart}-${segment}${methodKeyPart}`; - const availableMethods = getAvailableMethods(labels, version); + const availableMethods: ResourceMethod[] = getAvailableMethods(labels, version); const versionedChildren = getVersionedChildLinks( info, paths, @@ -101,7 +99,7 @@ export function createResourcesList( // if segment has one method only and no children, do not make segment a node if (availableMethods.length === 1 && versionedChildren.length === 0) { paths = [...paths, segment]; - method = availableMethods[0].toUpperCase(); + method = availableMethods[0].name; } const type = getLinkType({ ...info, links: versionedChildren }); const enclosedCounter = @@ -175,11 +173,11 @@ export function removeCounter(title: string): string { export function getAvailableMethods( labels: IResourceLabel[], version: string -): string[] { - const current = labels.find( +): ResourceMethod[] { + const resourceLabel = labels.find( (label: IResourceLabel) => label.name === version - ); - return current ? current.methods : []; + )!; + return resourceLabel ? resourceLabel.methods : []; } export function getUrlFromLink(link: IResourceLink | INavLink): string { diff --git a/src/types/resources.ts b/src/types/resources.ts index 2f42a825c..d6e576e0d 100644 --- a/src/types/resources.ts +++ b/src/types/resources.ts @@ -1,5 +1,7 @@ import { INavLink } from '@fluentui/react'; +export type Method = 'Get' | 'Post' | 'Patch' | 'Put' | 'Delete'; + export interface IResource { segment: string; labels: IResourceLabel[]; @@ -8,7 +10,12 @@ export interface IResource { export interface IResourceLabel { name: string; - methods: string[]; + methods: ResourceMethod[]; +} + +export interface ResourceMethod { + name: Method; + documentationUrl?: string | null; } export interface IResources { From 84dd9329ab665c64c6737d923d7ab4af6451c5d0 Mon Sep 17 00:00:00 2001 From: Charles Wahome Date: Tue, 8 Nov 2022 20:26:06 +0300 Subject: [PATCH 02/39] get matching resource for URL --- src/app/utils/resources/resources-filter.ts | 20 ++++++++++- .../resource-explorer.utils.spec.ts | 34 ++++++++++++++++++- src/modules/suggestions/suggestions.ts | 11 +++--- 3 files changed, 56 insertions(+), 9 deletions(-) diff --git a/src/app/utils/resources/resources-filter.ts b/src/app/utils/resources/resources-filter.ts index 9cd366593..3adaac5c3 100644 --- a/src/app/utils/resources/resources-filter.ts +++ b/src/app/utils/resources/resources-filter.ts @@ -1,4 +1,5 @@ import { IResource } from '../../../types/resources'; +import { hasPlaceHolders } from '../sample-url-generation'; function getResourcesSupportedByVersion( resources: IResource[], @@ -42,8 +43,25 @@ function searchResources(haystack: IResource[], needle: string): IResource[] { return foundResources; } +function getMatchingResourceForUrl(url: string, resources: IResource[]): IResource | undefined { + const parts = url.split('/').filter(k => k !== ''); + let matching = [...resources]; + let node; + for (const path of parts) { + if (hasPlaceHolders(path)) { + node = matching.find(k => hasPlaceHolders(k.segment)); + matching = node?.children || []; + } else { + node = matching.find(k => k.segment === path); + matching = node?.children || []; + } + } + return node; +} + export { searchResources, getResourcesSupportedByVersion, - versionExists + versionExists, + getMatchingResourceForUrl } diff --git a/src/app/views/sidebar/resource-explorer/resource-explorer.utils.spec.ts b/src/app/views/sidebar/resource-explorer/resource-explorer.utils.spec.ts index f672527e6..13c0aab49 100644 --- a/src/app/views/sidebar/resource-explorer/resource-explorer.utils.spec.ts +++ b/src/app/views/sidebar/resource-explorer/resource-explorer.utils.spec.ts @@ -1,6 +1,8 @@ import { IResource } from '../../../../types/resources'; -import { getResourcesSupportedByVersion } from '../../../utils/resources/resources-filter'; +import { sanitizeQueryUrl } from '../../../utils/query-url-sanitization'; +import { getMatchingResourceForUrl, getResourcesSupportedByVersion } from '../../../utils/resources/resources-filter'; import content from '../../../utils/resources/resources.json'; +import { parseSampleUrl } from '../../../utils/sample-url-generation'; import { createResourcesList, getAvailableMethods, getCurrentTree, getResourcePaths, getUrlFromLink, removeCounter } from './resource-explorer.utils'; @@ -73,3 +75,33 @@ describe('Resource payload should', () => { expect(paths.length).toBe(33); }); }); + +describe('Resource filter should', () => { + const resources = getResourcesSupportedByVersion(resource.children, 'v1.0'); + + const messageId = 'AAMkAGFkNWI1Njg3LWZmNTUtNDZjOS04ZTM2LTc5ZTc5ZjFlNTM4ZgB1SyTR4EQuQIAbWVtP3x1LBwD4_HsJDyJ8QAAA='; + + const pairs = [ + { + base: 'https://graph.microsoft.com/v1.0/chats/b214-e0ac-be40/messages/187117c7-af33-4b45-4d34', + tokenised: 'https://graph.microsoft.com/v1.0/chats/{chat-id}/messages/{chatMessage-id}' + }, + { + base: `https://graph.microsoft.com/v1.0/me/messages/${messageId}`, + tokenised: 'https://graph.microsoft.com/v1.0/me/messages/{message-id}' + } + ] + + pairs.forEach(pair => { + it('return segments matching url', async () => { + const { requestUrl } = parseSampleUrl(sanitizeQueryUrl(pair.base)); + const { requestUrl: baseUrl } = parseSampleUrl(pair.tokenised); + + const setWithId = getMatchingResourceForUrl(requestUrl, resources)!; + const setWithPlaceholder = getMatchingResourceForUrl(baseUrl, resources)!; + + expect(setWithId.children.length).toBe(setWithPlaceholder.children.length); + }); + + }); +}); \ No newline at end of file diff --git a/src/modules/suggestions/suggestions.ts b/src/modules/suggestions/suggestions.ts index 2ef3f97a9..707a43c6f 100644 --- a/src/modules/suggestions/suggestions.ts +++ b/src/modules/suggestions/suggestions.ts @@ -1,6 +1,7 @@ import { ISuggestions, SignContext } from '.'; import { parseOpenApiResponse } from '../../app/utils/open-api-parser'; import { + getMatchingResourceForUrl, getResourcesSupportedByVersion } from '../../app/utils/resources/resources-filter'; import { IOpenApiParseContent, IOpenApiResponse, IParsedOpenApiResponse } from '../../types/open-api'; @@ -44,13 +45,9 @@ class Suggestions implements ISuggestions { if (!url) { return this.createOpenApiResponse(versionedResources, url); } else { - const parts = url.split('/'); - let toSearch = [...versionedResources]; - for (const element of parts) { - toSearch = toSearch.find(k => k.segment === element)?.children || []; - } - if (toSearch.length > 0) { - return this.createOpenApiResponse(toSearch, url) + const matching = getMatchingResourceForUrl(url, versionedResources); + if (matching && matching.children.length > 0) { + return this.createOpenApiResponse(matching.children, url) } } return null; From fea3c8f34e486ba2877d47788eceaa5342053b0c Mon Sep 17 00:00:00 2001 From: Charles Wahome Date: Tue, 8 Nov 2022 22:26:43 +0300 Subject: [PATCH 03/39] show documentation link on query input --- src/app/services/graph-constants.ts | 2 +- .../auto-complete/suffix/SuffixRenderer.tsx | 38 ++++---- .../auto-complete/suffix/suffix-util.ts | 89 ++++++++----------- .../auto-complete/suffix/suffix.util.spec.ts | 38 ++++++++ 4 files changed, 99 insertions(+), 68 deletions(-) create mode 100644 src/app/views/query-runner/query-input/auto-complete/suffix/suffix.util.spec.ts diff --git a/src/app/services/graph-constants.ts b/src/app/services/graph-constants.ts index 842b846d8..4cbe3fc7e 100644 --- a/src/app/services/graph-constants.ts +++ b/src/app/services/graph-constants.ts @@ -5,7 +5,7 @@ export const BETA_USER_INFO_URL = `${GRAPH_URL}/beta/me/profile`; export const USER_PICTURE_URL = `${GRAPH_URL}/beta/me/photo/$value`; export const AUTH_URL = 'https://login.microsoftonline.com'; export const DEFAULT_USER_SCOPES = 'openid profile User.Read'; -export const DEVX_API_URL = 'https://graphexplorerapi.azurewebsites.net'; +export const DEVX_API_URL = 'https://devxapitest.azurewebsites.net'; // Used only for testing resource documentation export const GRAPH_API_SANDBOX_URL = 'https://proxy.apisandbox.msdn.microsoft.com/svc'; export const GRAPH_API_SANDBOX_ENDPOINT_URL = diff --git a/src/app/views/query-runner/query-input/auto-complete/suffix/SuffixRenderer.tsx b/src/app/views/query-runner/query-input/auto-complete/suffix/SuffixRenderer.tsx index fc08d5e2c..f0ed26981 100644 --- a/src/app/views/query-runner/query-input/auto-complete/suffix/SuffixRenderer.tsx +++ b/src/app/views/query-runner/query-input/auto-complete/suffix/SuffixRenderer.tsx @@ -6,16 +6,15 @@ import React, { useState } from 'react'; import { useAppSelector } from '../../../../../../store'; import { componentNames, eventTypes, telemetry } from '../../../../../../telemetry'; -import { ISampleQuery } from '../../../../../../types/query-runner'; import { sanitizeQueryUrl } from '../../../../../utils/query-url-sanitization'; import { parseSampleUrl } from '../../../../../utils/sample-url-generation'; import { translateMessage } from '../../../../../utils/translate-messages'; import { HintList } from './HintList'; -import { getMatchingSamples, IHint } from './suffix-util'; +import { getResourceDocumentationUrl, getSampleDocumentationUrl, IHint } from './suffix-util'; import { styles } from './suffix.styles'; const SuffixRenderer = () => { - const { autoComplete, sampleQuery, samples, queryRunnerStatus } = useAppSelector( + const { autoComplete, sampleQuery, samples, resources } = useAppSelector( (state) => state ); const fetchingSuggestions = autoComplete.pending; @@ -25,20 +24,25 @@ const SuffixRenderer = () => { const getDocumentationLink = (): IHint | null => { const { queries } = samples; - const sampleUrl = `/${queryVersion}/${requestUrl}`; - if (queries) { - const querySamples: ISampleQuery[] = getMatchingSamples({ queries, sampleQuery, sampleUrl, queryRunnerStatus }); - const hasDocumentationLink = (querySamples.length > 0); - if (hasDocumentationLink) { - return { - link: { - url: querySamples[0].docLink || '', - name: translateMessage('Learn more') - }, - description: translateMessage('A documentation link for this URL exists. Click learn more to access it') - }; - } + const documentationUrl = + getSampleDocumentationUrl({ + sampleQuery, + source: queries + }) || + getResourceDocumentationUrl({ + sampleQuery, + source: resources.data.children + }); + + if (documentationUrl) { + return { + link: { + url: documentationUrl, + name: translateMessage('Learn more') + }, + description: translateMessage('A documentation link for this URL exists. Click learn more to access it') + }; } return null; } @@ -95,7 +99,7 @@ const SuffixRenderer = () => { } const hints = getHints(); const hintsAvailable = hints.length > 0; - const infoIcon: IIconProps = { iconName: 'Info' }; + const infoIcon: IIconProps = { iconName: 'TextDocument' }; return ( diff --git a/src/app/views/query-runner/query-input/auto-complete/suffix/suffix-util.ts b/src/app/views/query-runner/query-input/auto-complete/suffix/suffix-util.ts index 93a710dc2..2e444aa11 100644 --- a/src/app/views/query-runner/query-input/auto-complete/suffix/suffix-util.ts +++ b/src/app/views/query-runner/query-input/auto-complete/suffix/suffix-util.ts @@ -1,7 +1,11 @@ import { IQuery, ISampleQuery } from '../../../../../../types/query-runner'; +import { IResource } from '../../../../../../types/resources'; import { GRAPH_URL } from '../../../../../services/graph-constants'; import { sanitizeQueryUrl } from '../../../../../utils/query-url-sanitization'; +import { + getMatchingResourceForUrl, getResourcesSupportedByVersion +} from '../../../../../utils/resources/resources-filter'; import { parseSampleUrl } from '../../../../../utils/sample-url-generation'; export interface IHint { @@ -12,18 +16,28 @@ export interface IHint { description?: string; } -export interface ISampleFilter { - queries: ISampleQuery[]; +export interface FilterParams { + source: ISampleQuery[] | IResource[]; sampleQuery: IQuery; - sampleUrl: string; - queryRunnerStatus: any } -export const getMatchingSamples = (filterParams: ISampleFilter): ISampleQuery[] => { - const { queries, sampleQuery, sampleUrl, queryRunnerStatus } = filterParams; +const getSampleDocumentationUrl = (filterParams: FilterParams): string => { + const samples = getMatchingSamples(filterParams); + return (samples.length > 0) ? samples[0].docLink || '' : ''; +} + +const getMatchingSamples = (filterParams: FilterParams): ISampleQuery[] => { + const { sampleQuery } = filterParams; + const queries = filterParams.source as ISampleQuery[]; + const { requestUrl, queryVersion } = + parseSampleUrl(sanitizeQueryUrl(sampleQuery.sampleUrl)); + const method = filterParams.sampleQuery.selectedVerb; + + const sampleUrl = `/${queryVersion}/${requestUrl}`; + const querySamples: ISampleQuery[] = []; queries - .filter((sample: ISampleQuery) => sample.method === sampleQuery.selectedVerb) + .filter((sample: ISampleQuery) => sample.method === method) .forEach((sample: ISampleQuery) => { const { requestUrl: baseUrl, queryVersion: version } = parseSampleUrl(sanitizeQueryUrl(GRAPH_URL + sample.requestUrl)); @@ -32,55 +46,30 @@ export const getMatchingSamples = (filterParams: ISampleFilter): ISampleQuery[] querySamples.push(sample); } }); - if (querySamples.length > 1) { - const tipFilter = filterQueriesUsingTip(querySamples, queryRunnerStatus); - if (tipFilter.length > 1) { - return filterQueriesUsingQueryParameters(querySamples, sampleQuery); - } - return tipFilter; - } return querySamples; }; -function filterQueriesUsingTip(querySamples: ISampleQuery[], queryRunnerStatus: any) { - if (queryRunnerStatus && queryRunnerStatus.statusText === 'Tip') { - const exact = querySamples.filter(k => k.tip === queryRunnerStatus.status); - if (exact.length === 1) { - return exact; - } - } - return querySamples; -} -function filterQueriesUsingQueryParameters(querySamples: ISampleQuery[], sampleQuery: IQuery) { - const { search } = parseSampleUrl(sampleQuery.sampleUrl); - if (search) { - const parameters: string[] = []; - const splitSearch = search.split('&'); - if (splitSearch.length > 0) { - splitSearch.forEach(element => { - const parameter = element.substring(element.indexOf('$') + 1, element.lastIndexOf('=')); - parameters.push(parameter); - }); +const getResourceDocumentationUrl = (filterParams: FilterParams): string | null => { - const list: ISampleQuery[] = []; - parameters.forEach(param => { - const fit = querySamples.find(k => k.requestUrl.includes(param)); - if (fit) { - list.push(fit); - } - }); + const { requestUrl, queryVersion } = parseSampleUrl(sanitizeQueryUrl(filterParams.sampleQuery.sampleUrl)); + const resources = filterParams.source as IResource[]; + const method = filterParams.sampleQuery.selectedVerb; - if (list.length > 0) { - return getUniqueSample(list); - } - } - } - return querySamples; + const supportedResources = getResourcesSupportedByVersion(resources, queryVersion); + const matchingResource = getMatchingResourceForUrl(requestUrl, supportedResources)!; - function getUniqueSample(list: ISampleQuery[]) { - return list.filter((sample, index, filteredList) => - filteredList.findIndex(query => - (query.id === sample.id)) === index); + if (matchingResource && matchingResource.labels.length > 0) { + const currentLabel = matchingResource.labels.filter(k => k.name === queryVersion)[0]; + const methodLabel = currentLabel.methods.find((value) => + value.name.toLowerCase() === method.toLowerCase()); + return methodLabel?.documentationUrl!; } + return null; } + +export { + getSampleDocumentationUrl, + getResourceDocumentationUrl +}; + diff --git a/src/app/views/query-runner/query-input/auto-complete/suffix/suffix.util.spec.ts b/src/app/views/query-runner/query-input/auto-complete/suffix/suffix.util.spec.ts new file mode 100644 index 000000000..80d0ade83 --- /dev/null +++ b/src/app/views/query-runner/query-input/auto-complete/suffix/suffix.util.spec.ts @@ -0,0 +1,38 @@ +import { IResource } from '../../../../../../types/resources'; +import content from '../../../../../utils/resources/resources.json'; +import { getResourceDocumentationUrl, getSampleDocumentationUrl } from './suffix-util'; + +const resource = JSON.parse(JSON.stringify(content)) as IResource; + +const sampleQuery = { + sampleUrl: '', + selectedVerb: 'GET', + sampleHeaders: [], + selectedVersion: 'v1.0' +}; + +describe('Tests suffix utilities', () => { + + it('Gets documentation link from resources', () => { + const query = { ...sampleQuery }; + const id = 'AAMkAGFkNWI1Njg3LWZmNTUtNDZjOS04ZTM2LTc5ZTc5ZjFlNTM4ZgB1SyTR4EQuQIAbWVtP3x1LBwD4_HsJDyJ8QAAA='; + query.sampleUrl = `https://graph.microsoft.com/v1.0/me/messages/${id}`; + const documentationUrl = getResourceDocumentationUrl({ + sampleQuery: query, + source: resource.children + }); + expect(documentationUrl).toBeDefined(); + }); + + it('Gets documentation link from queries', () => { + const query = { ...sampleQuery }; + query.sampleUrl = 'https://graph.microsoft.com/v1.0/me/messages'; + + const documentationUrl = getSampleDocumentationUrl({ + sampleQuery: query, + source: resource.children + }); + expect(documentationUrl).toBeDefined(); + }); + +}); \ No newline at end of file From 6d6b1eb954cfb85f2a8ea9f509602b5d966e4715 Mon Sep 17 00:00:00 2001 From: Charles Wahome Date: Tue, 8 Nov 2022 23:06:33 +0300 Subject: [PATCH 04/39] refactor into a documentation service --- .../auto-complete/suffix/HintList.tsx | 2 +- .../auto-complete/suffix/SuffixRenderer.tsx | 22 ++--- ...fix.util.spec.ts => documentation.spec.ts} | 15 ++-- .../auto-complete/suffix/documentation.ts | 81 +++++++++++++++++++ .../query-input/auto-complete/suffix/index.ts | 8 ++ .../auto-complete/suffix/suffix-util.ts | 75 ----------------- 6 files changed, 111 insertions(+), 92 deletions(-) rename src/app/views/query-runner/query-input/auto-complete/suffix/{suffix.util.spec.ts => documentation.spec.ts} (71%) create mode 100644 src/app/views/query-runner/query-input/auto-complete/suffix/documentation.ts create mode 100644 src/app/views/query-runner/query-input/auto-complete/suffix/index.ts delete mode 100644 src/app/views/query-runner/query-input/auto-complete/suffix/suffix-util.ts diff --git a/src/app/views/query-runner/query-input/auto-complete/suffix/HintList.tsx b/src/app/views/query-runner/query-input/auto-complete/suffix/HintList.tsx index e3f2ed886..f74f820b2 100644 --- a/src/app/views/query-runner/query-input/auto-complete/suffix/HintList.tsx +++ b/src/app/views/query-runner/query-input/auto-complete/suffix/HintList.tsx @@ -1,12 +1,12 @@ import { DefaultButton, Separator, Stack, Text } from '@fluentui/react'; import React from 'react'; +import { IHint } from '.'; import { componentNames, eventTypes, telemetry } from '../../../../../../telemetry'; import { GRAPH_URL } from '../../../../../services/graph-constants'; import { validateExternalLink } from '../../../../../utils/external-link-validation'; import { sanitizeQueryUrl } from '../../../../../utils/query-url-sanitization'; import { parseSampleUrl } from '../../../../../utils/sample-url-generation'; -import { IHint } from './suffix-util'; import { styles } from './suffix.styles'; export const HintList = ({ hints, requestUrl }: any) => { diff --git a/src/app/views/query-runner/query-input/auto-complete/suffix/SuffixRenderer.tsx b/src/app/views/query-runner/query-input/auto-complete/suffix/SuffixRenderer.tsx index f0ed26981..879608cd8 100644 --- a/src/app/views/query-runner/query-input/auto-complete/suffix/SuffixRenderer.tsx +++ b/src/app/views/query-runner/query-input/auto-complete/suffix/SuffixRenderer.tsx @@ -4,13 +4,14 @@ import { } from '@fluentui/react'; import React, { useState } from 'react'; +import { IHint } from '.'; import { useAppSelector } from '../../../../../../store'; import { componentNames, eventTypes, telemetry } from '../../../../../../telemetry'; import { sanitizeQueryUrl } from '../../../../../utils/query-url-sanitization'; import { parseSampleUrl } from '../../../../../utils/sample-url-generation'; import { translateMessage } from '../../../../../utils/translate-messages'; +import DocumentationService from './documentation'; import { HintList } from './HintList'; -import { getResourceDocumentationUrl, getSampleDocumentationUrl, IHint } from './suffix-util'; import { styles } from './suffix.styles'; const SuffixRenderer = () => { @@ -25,16 +26,17 @@ const SuffixRenderer = () => { const getDocumentationLink = (): IHint | null => { const { queries } = samples; - const documentationUrl = - getSampleDocumentationUrl({ - sampleQuery, - source: queries - }) || - getResourceDocumentationUrl({ - sampleQuery, - source: resources.data.children - }); + const resourceDocumentationUrl = new DocumentationService({ + sampleQuery, + source: resources.data.children + }).getDocumentationLink(); + + const sampleDocumentationUrl = new DocumentationService({ + sampleQuery, + source: queries + }).getDocumentationLink(); + const documentationUrl = sampleDocumentationUrl || resourceDocumentationUrl; if (documentationUrl) { return { link: { diff --git a/src/app/views/query-runner/query-input/auto-complete/suffix/suffix.util.spec.ts b/src/app/views/query-runner/query-input/auto-complete/suffix/documentation.spec.ts similarity index 71% rename from src/app/views/query-runner/query-input/auto-complete/suffix/suffix.util.spec.ts rename to src/app/views/query-runner/query-input/auto-complete/suffix/documentation.spec.ts index 80d0ade83..a1ae43d27 100644 --- a/src/app/views/query-runner/query-input/auto-complete/suffix/suffix.util.spec.ts +++ b/src/app/views/query-runner/query-input/auto-complete/suffix/documentation.spec.ts @@ -1,6 +1,7 @@ import { IResource } from '../../../../../../types/resources'; import content from '../../../../../utils/resources/resources.json'; -import { getResourceDocumentationUrl, getSampleDocumentationUrl } from './suffix-util'; +import { queries } from '../../../../sidebar/sample-queries/queries'; +import DocumentationService from './documentation'; const resource = JSON.parse(JSON.stringify(content)) as IResource; @@ -17,10 +18,11 @@ describe('Tests suffix utilities', () => { const query = { ...sampleQuery }; const id = 'AAMkAGFkNWI1Njg3LWZmNTUtNDZjOS04ZTM2LTc5ZTc5ZjFlNTM4ZgB1SyTR4EQuQIAbWVtP3x1LBwD4_HsJDyJ8QAAA='; query.sampleUrl = `https://graph.microsoft.com/v1.0/me/messages/${id}`; - const documentationUrl = getResourceDocumentationUrl({ + const docService = new DocumentationService({ sampleQuery: query, source: resource.children - }); + }) + const documentationUrl = docService.getDocumentationLink(); expect(documentationUrl).toBeDefined(); }); @@ -28,10 +30,11 @@ describe('Tests suffix utilities', () => { const query = { ...sampleQuery }; query.sampleUrl = 'https://graph.microsoft.com/v1.0/me/messages'; - const documentationUrl = getSampleDocumentationUrl({ + const docService = new DocumentationService({ sampleQuery: query, - source: resource.children - }); + source: queries + }) + const documentationUrl = docService.getDocumentationLink(); expect(documentationUrl).toBeDefined(); }); diff --git a/src/app/views/query-runner/query-input/auto-complete/suffix/documentation.ts b/src/app/views/query-runner/query-input/auto-complete/suffix/documentation.ts new file mode 100644 index 000000000..c5445b8e8 --- /dev/null +++ b/src/app/views/query-runner/query-input/auto-complete/suffix/documentation.ts @@ -0,0 +1,81 @@ + +import { IQuery, ISampleQuery } from '../../../../../../types/query-runner'; +import { IResource } from '../../../../../../types/resources'; +import { GRAPH_URL } from '../../../../../services/graph-constants'; +import { sanitizeQueryUrl } from '../../../../../utils/query-url-sanitization'; +import { + getMatchingResourceForUrl, getResourcesSupportedByVersion +} from '../../../../../utils/resources/resources-filter'; +import { parseSampleUrl } from '../../../../../utils/sample-url-generation'; + +interface FilterParams { + source: ISampleQuery[] | IResource[]; + sampleQuery: IQuery; +} + +interface IDocumentationService { + getDocumentationLink(): string; +} + +class DocumentationService implements IDocumentationService { + protected source; + protected sampleQuery; + protected requestUrl; + protected queryVersion; + protected method; + + constructor(filterParams: FilterParams) { + this.source = filterParams.source; + this.sampleQuery = filterParams.sampleQuery; + const { requestUrl, queryVersion } = parseSampleUrl(sanitizeQueryUrl(this.sampleQuery.sampleUrl)); + this.queryVersion = queryVersion; + this.requestUrl = requestUrl; + this.method = this.sampleQuery.selectedVerb; + + } + + public getDocumentationLink = (): string => { + const link = this.getSampleDocumentationUrl() || this.getResourceDocumentationUrl(); + return link || ''; + } + + private getSampleDocumentationUrl = (): string => { + const samples = this.getMatchingSamples(); + return (samples.length > 0) ? samples[0].docLink || '' : ''; + } + + private getMatchingSamples = (): ISampleQuery[] => { + const queries = this.source as ISampleQuery[]; + const sampleUrl = `/${this.queryVersion}/${this.requestUrl}`; + const querySamples: ISampleQuery[] = []; + + queries + .filter((sample: ISampleQuery) => sample.method === this.method) + .forEach((sample: ISampleQuery) => { + const { requestUrl: baseUrl, queryVersion: version } = + parseSampleUrl(sanitizeQueryUrl(GRAPH_URL + sample.requestUrl)); + const baseUrlMatches = `/${version}/${baseUrl}` === sampleUrl; + if (baseUrlMatches) { + querySamples.push(sample); + } + }); + return querySamples; + }; + + + private getResourceDocumentationUrl = (): string | null => { + const resources = this.source as IResource[]; + const supportedResources = getResourcesSupportedByVersion(resources, this.queryVersion); + const matchingResource = getMatchingResourceForUrl(this.requestUrl, supportedResources)!; + + if (matchingResource && matchingResource.labels.length > 0) { + const currentLabel = matchingResource.labels.filter(k => k.name === this.queryVersion)[0]; + const methodLabel = currentLabel.methods.find((value) => + value.name.toLowerCase() === this.method.toLowerCase()); + return methodLabel?.documentationUrl!; + } + return null; + } +} + +export default DocumentationService; diff --git a/src/app/views/query-runner/query-input/auto-complete/suffix/index.ts b/src/app/views/query-runner/query-input/auto-complete/suffix/index.ts new file mode 100644 index 000000000..ed5c45cdc --- /dev/null +++ b/src/app/views/query-runner/query-input/auto-complete/suffix/index.ts @@ -0,0 +1,8 @@ + +export interface IHint { + link?: { + url: string; + name: string; + }; + description?: string; +} diff --git a/src/app/views/query-runner/query-input/auto-complete/suffix/suffix-util.ts b/src/app/views/query-runner/query-input/auto-complete/suffix/suffix-util.ts deleted file mode 100644 index 2e444aa11..000000000 --- a/src/app/views/query-runner/query-input/auto-complete/suffix/suffix-util.ts +++ /dev/null @@ -1,75 +0,0 @@ - -import { IQuery, ISampleQuery } from '../../../../../../types/query-runner'; -import { IResource } from '../../../../../../types/resources'; -import { GRAPH_URL } from '../../../../../services/graph-constants'; -import { sanitizeQueryUrl } from '../../../../../utils/query-url-sanitization'; -import { - getMatchingResourceForUrl, getResourcesSupportedByVersion -} from '../../../../../utils/resources/resources-filter'; -import { parseSampleUrl } from '../../../../../utils/sample-url-generation'; - -export interface IHint { - link?: { - url: string; - name: string; - }; - description?: string; -} - -export interface FilterParams { - source: ISampleQuery[] | IResource[]; - sampleQuery: IQuery; -} - -const getSampleDocumentationUrl = (filterParams: FilterParams): string => { - const samples = getMatchingSamples(filterParams); - return (samples.length > 0) ? samples[0].docLink || '' : ''; -} - -const getMatchingSamples = (filterParams: FilterParams): ISampleQuery[] => { - const { sampleQuery } = filterParams; - const queries = filterParams.source as ISampleQuery[]; - const { requestUrl, queryVersion } = - parseSampleUrl(sanitizeQueryUrl(sampleQuery.sampleUrl)); - const method = filterParams.sampleQuery.selectedVerb; - - const sampleUrl = `/${queryVersion}/${requestUrl}`; - - const querySamples: ISampleQuery[] = []; - queries - .filter((sample: ISampleQuery) => sample.method === method) - .forEach((sample: ISampleQuery) => { - const { requestUrl: baseUrl, queryVersion: version } = - parseSampleUrl(sanitizeQueryUrl(GRAPH_URL + sample.requestUrl)); - const baseUrlMatches = `/${version}/${baseUrl}` === sampleUrl; - if (baseUrlMatches) { - querySamples.push(sample); - } - }); - return querySamples; -}; - - -const getResourceDocumentationUrl = (filterParams: FilterParams): string | null => { - - const { requestUrl, queryVersion } = parseSampleUrl(sanitizeQueryUrl(filterParams.sampleQuery.sampleUrl)); - const resources = filterParams.source as IResource[]; - const method = filterParams.sampleQuery.selectedVerb; - - const supportedResources = getResourcesSupportedByVersion(resources, queryVersion); - const matchingResource = getMatchingResourceForUrl(requestUrl, supportedResources)!; - - if (matchingResource && matchingResource.labels.length > 0) { - const currentLabel = matchingResource.labels.filter(k => k.name === queryVersion)[0]; - const methodLabel = currentLabel.methods.find((value) => - value.name.toLowerCase() === method.toLowerCase()); - return methodLabel?.documentationUrl!; - } - return null; -} - -export { - getSampleDocumentationUrl, - getResourceDocumentationUrl -}; - From 18dd9fa97cbecef9a7efd5cc05108a859c6b55b5 Mon Sep 17 00:00:00 2001 From: Charles Wahome Date: Wed, 9 Nov 2022 08:34:09 +0300 Subject: [PATCH 05/39] fix failing version validator --- src/app/utils/resources/resources-filter.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/app/utils/resources/resources-filter.ts b/src/app/utils/resources/resources-filter.ts index 3adaac5c3..947595230 100644 --- a/src/app/utils/resources/resources-filter.ts +++ b/src/app/utils/resources/resources-filter.ts @@ -22,7 +22,10 @@ function getResourcesSupportedByVersion( } function versionExists(resource: IResource, version: string): boolean { - return resource.labels.some((k) => k.name === version); + return resource && + resource.labels && + resource.labels.length > 0 && + resource.labels.some((k) => k.name === version); } function searchResources(haystack: IResource[], needle: string): IResource[] { From ad3788fac55af0e10605771d05f85e88ff601a0f Mon Sep 17 00:00:00 2001 From: Charles Wahome Date: Wed, 9 Nov 2022 08:43:19 +0300 Subject: [PATCH 06/39] rephrase test assertions to remove magic numbers --- .../sidebar/resource-explorer/panels/postman.util.spec.ts | 2 +- .../resource-explorer/resource-explorer.utils.spec.ts | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/views/sidebar/resource-explorer/panels/postman.util.spec.ts b/src/app/views/sidebar/resource-explorer/panels/postman.util.spec.ts index 06fe4535e..cf52e89e7 100644 --- a/src/app/views/sidebar/resource-explorer/panels/postman.util.spec.ts +++ b/src/app/views/sidebar/resource-explorer/panels/postman.util.spec.ts @@ -12,6 +12,6 @@ describe('Postman collection should', () => { const item: any = filtered.links[0]; const paths = getResourcePaths(item, version); const collection = generatePostmanCollection(paths); - expect(collection.item.length).toBe(33); + expect(collection.item.length).toBe(paths.length); }); }); diff --git a/src/app/views/sidebar/resource-explorer/resource-explorer.utils.spec.ts b/src/app/views/sidebar/resource-explorer/resource-explorer.utils.spec.ts index 13c0aab49..42fa3ee18 100644 --- a/src/app/views/sidebar/resource-explorer/resource-explorer.utils.spec.ts +++ b/src/app/views/sidebar/resource-explorer/resource-explorer.utils.spec.ts @@ -17,12 +17,12 @@ describe('Resource payload should', () => { it('return children with version v1.0', async () => { const resources = getResourcesSupportedByVersion(resource.children, 'v1.0'); - expect(resources.length).toBe(64); + expect(resources.length).toBeGreaterThan(0); }); it('return links with version v1.0', async () => { const filtered = createResourcesList(resource.children, 'v1.0')[0]; - expect(filtered.links.length).toBe(64); + expect(filtered.links.length).toBeGreaterThan(0); }); it('return specific tree', async () => { @@ -72,7 +72,7 @@ describe('Resource payload should', () => { const filtered = createResourcesList(resource.children, version)[0]; const item: any = filtered.links[0]; const paths = getResourcePaths(item, version); - expect(paths.length).toBe(33); + expect(paths.length).toBeGreaterThan(0); }); }); From 08c731ef921cfa007200c3f5932e4b1897c58ec9 Mon Sep 17 00:00:00 2001 From: Charles Wahome Date: Tue, 15 Nov 2022 11:00:17 +0300 Subject: [PATCH 07/39] change label to 'documentation' --- .../query-input/auto-complete/suffix/SuffixRenderer.tsx | 4 ++-- src/messages/GE.json | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/app/views/query-runner/query-input/auto-complete/suffix/SuffixRenderer.tsx b/src/app/views/query-runner/query-input/auto-complete/suffix/SuffixRenderer.tsx index 879608cd8..8bbe1e2e8 100644 --- a/src/app/views/query-runner/query-input/auto-complete/suffix/SuffixRenderer.tsx +++ b/src/app/views/query-runner/query-input/auto-complete/suffix/SuffixRenderer.tsx @@ -107,7 +107,7 @@ const SuffixRenderer = () => { return ( <> { className={styles.iconButton} onClick={toggleCallout} id={buttonId} - ariaLabel={translateMessage('More Info')} + ariaLabel={translateMessage('Documentation')} disabled={!hintsAvailable} /> diff --git a/src/messages/GE.json b/src/messages/GE.json index d11493bb0..6b2c92f42 100644 --- a/src/messages/GE.json +++ b/src/messages/GE.json @@ -468,5 +468,6 @@ "Failed to revoke consent": "An error occurred when unconsenting. Please try again", "Permission consent type": "Shows whether consent to the permission is personal or tenant-wide", "Permission propagation delay": "Permission propagation delay", - "Scope consent successful": "Scope consent successful" + "Scope consent successful": "Scope consent successful", + "Documentation": "Documentation" } \ No newline at end of file From eb262cb249e6ff011a86e60711b1a8a52a9e5750 Mon Sep 17 00:00:00 2001 From: Charles Wahome Date: Tue, 6 Dec 2022 11:21:17 +0300 Subject: [PATCH 08/39] optional chaining name value --- .../query-input/auto-complete/suffix/documentation.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/views/query-runner/query-input/auto-complete/suffix/documentation.ts b/src/app/views/query-runner/query-input/auto-complete/suffix/documentation.ts index c5445b8e8..435db8fdb 100644 --- a/src/app/views/query-runner/query-input/auto-complete/suffix/documentation.ts +++ b/src/app/views/query-runner/query-input/auto-complete/suffix/documentation.ts @@ -71,7 +71,7 @@ class DocumentationService implements IDocumentationService { if (matchingResource && matchingResource.labels.length > 0) { const currentLabel = matchingResource.labels.filter(k => k.name === this.queryVersion)[0]; const methodLabel = currentLabel.methods.find((value) => - value.name.toLowerCase() === this.method.toLowerCase()); + value.name?.toLowerCase() === this.method.toLowerCase()); return methodLabel?.documentationUrl!; } return null; From 72a405d676e5ea7eef9d9adcc938254acdfc11f3 Mon Sep 17 00:00:00 2001 From: Charles Wahome Date: Thu, 9 Mar 2023 12:21:27 +0300 Subject: [PATCH 09/39] remove extra step to click on documentation --- .../auto-complete/suffix/HintList.tsx | 46 ------- .../auto-complete/suffix/SuffixRenderer.tsx | 124 +++++------------- .../auto-complete/suffix/documentation.ts | 1 - .../query-input/auto-complete/suffix/index.ts | 8 -- src/messages/GE.json | 2 +- 5 files changed, 37 insertions(+), 144 deletions(-) delete mode 100644 src/app/views/query-runner/query-input/auto-complete/suffix/HintList.tsx delete mode 100644 src/app/views/query-runner/query-input/auto-complete/suffix/index.ts diff --git a/src/app/views/query-runner/query-input/auto-complete/suffix/HintList.tsx b/src/app/views/query-runner/query-input/auto-complete/suffix/HintList.tsx deleted file mode 100644 index 6d19dd57e..000000000 --- a/src/app/views/query-runner/query-input/auto-complete/suffix/HintList.tsx +++ /dev/null @@ -1,46 +0,0 @@ -import { DefaultButton, Separator, Stack, Text } from '@fluentui/react'; - -import { IHint } from '.'; -import { componentNames, eventTypes, telemetry } from '../../../../../../telemetry'; -import { GRAPH_URL } from '../../../../../services/graph-constants'; -import { validateExternalLink } from '../../../../../utils/external-link-validation'; -import { sanitizeQueryUrl } from '../../../../../utils/query-url-sanitization'; -import { parseSampleUrl } from '../../../../../utils/sample-url-generation'; -import { styles } from './suffix.styles'; - -export const HintList = ({ hints, requestUrl }: any) => { - - const onDocumentationLinkClicked = (item: IHint) => { - window.open(item.link?.url, '_blank'); - trackDocumentLinkClickedEvent(item); - }; - - const trackDocumentLinkClickedEvent = async (item: IHint): Promise => { - const parsed = parseSampleUrl(sanitizeQueryUrl(`${GRAPH_URL}/v1.0/${requestUrl}`)); - const properties: { [key: string]: any } = { - ComponentName: componentNames.AUTOCOMPLETE_DOCUMENTATION_LINK, - QueryUrl: parsed.requestUrl, - Link: item.link?.url - }; - telemetry.trackEvent(eventTypes.LINK_CLICK_EVENT, properties); - - // Check if link throws error - validateExternalLink(item.link?.url || '', componentNames.DOCUMENTATION_LINK, item.link?.name); - } - - return hints.map((hint: IHint, index: any) =>
- {hint.description && - {hint.description} - } - {hint.link && - - onDocumentationLinkClicked(hint)} - className={styles.link}> - {hint.link.name} - - - } - -
- ); -}; diff --git a/src/app/views/query-runner/query-input/auto-complete/suffix/SuffixRenderer.tsx b/src/app/views/query-runner/query-input/auto-complete/suffix/SuffixRenderer.tsx index d7298c68e..e4118fd39 100644 --- a/src/app/views/query-runner/query-input/auto-complete/suffix/SuffixRenderer.tsx +++ b/src/app/views/query-runner/query-input/auto-complete/suffix/SuffixRenderer.tsx @@ -1,29 +1,27 @@ import { - Callout, getId, IconButton, IIconProps, ITooltipHostStyles, - Spinner, Text, TooltipHost + getId, IconButton, IIconProps, ITooltipHostStyles, TooltipHost } from '@fluentui/react'; -import { useState } from 'react'; -import { IHint } from '.'; import { useAppSelector } from '../../../../../../store'; import { componentNames, eventTypes, telemetry } from '../../../../../../telemetry'; +import { GRAPH_URL } from '../../../../../services/graph-constants'; +import { validateExternalLink } from '../../../../../utils/external-link-validation'; import { sanitizeQueryUrl } from '../../../../../utils/query-url-sanitization'; import { parseSampleUrl } from '../../../../../utils/sample-url-generation'; import { translateMessage } from '../../../../../utils/translate-messages'; import DocumentationService from './documentation'; -import { HintList } from './HintList'; import { styles } from './suffix.styles'; const SuffixRenderer = () => { - const { autoComplete, sampleQuery, samples, resources } = useAppSelector( + const { sampleQuery, samples, resources } = useAppSelector( (state) => state ); - const fetchingSuggestions = autoComplete.pending; - const autoCompleteError = autoComplete.error; - const { requestUrl, queryVersion } = - parseSampleUrl(sanitizeQueryUrl(sampleQuery.sampleUrl)); - const getDocumentationLink = (): IHint | null => { + const buttonId = getId('callout-button'); + const calloutProps = { gapSpace: 0 }; + const hostStyles: Partial = { root: { display: 'inline-block' } }; + + const getDocumentationLink = (): string | null => { const { queries } = samples; const resourceDocumentationUrl = new DocumentationService({ @@ -37,77 +35,44 @@ const SuffixRenderer = () => { }).getDocumentationLink(); const documentationUrl = sampleDocumentationUrl || resourceDocumentationUrl; - if (documentationUrl) { - return { - link: { - url: documentationUrl, - name: translateMessage('Learn more') - }, - description: translateMessage('A documentation link for this URL exists. Click learn more to access it') - }; - } + if (documentationUrl) { return documentationUrl; } return null; } - const [isCalloutVisible, setCalloutVisibility] = useState(false); - const buttonId = getId('callout-button'); - const labelId = getId('callout-label'); - const descriptionId = getId('callout-description'); + const documentationLink = getDocumentationLink(); + const documentationLinkAvailable = !!documentationLink; + const infoIcon: IIconProps = { iconName: 'TextDocument' }; - const toggleCallout = () => { - let visible = isCalloutVisible; - visible = !visible; - setCalloutVisibility(visible); - if (visible) { - trackToggleEvent() + const onDocumentationLinkClicked = () => { + if (documentationLink) { + window.open(documentationLink, '_blank'); + trackDocumentLinkClickedEvent(); } - } + }; - const trackToggleEvent = () => { - telemetry.trackEvent(eventTypes.BUTTON_CLICK_EVENT, - { - ComponentName: componentNames.QUERY_MORE_INFO_BUTTON, - QuerySignature: `/${queryVersion}/${requestUrl}` - }); - } + const trackDocumentLinkClickedEvent = async (): Promise => { + const { requestUrl } = parseSampleUrl(sanitizeQueryUrl(sampleQuery.sampleUrl)); + const parsed = parseSampleUrl(sanitizeQueryUrl(`${GRAPH_URL}/v1.0/${requestUrl}`)); - const calloutProps = { gapSpace: 0 }; - const hostStyles: Partial = { root: { display: 'inline-block' } }; + const properties: { [key: string]: any } = { + ComponentName: componentNames.AUTOCOMPLETE_DOCUMENTATION_LINK, + QueryUrl: parsed.requestUrl, + Link: documentationLink + }; + telemetry.trackEvent(eventTypes.LINK_CLICK_EVENT, properties); - if (fetchingSuggestions) { - return ( - - - ); + // Check if link throws error + validateExternalLink(documentationLink || '', componentNames.AUTOCOMPLETE_DOCUMENTATION_LINK, documentationLink); } - const getHints = (): IHint[] => { - const availableHints: IHint[] = []; - if (autoCompleteError) { - availableHints.push({ - description: translateMessage('No auto-complete suggestions available') - }) - } - const documentationLink = getDocumentationLink(); - if (documentationLink) { - availableHints.push(documentationLink); - } - return availableHints; - } - const hints = getHints(); - const hintsAvailable = hints.length > 0; - const infoIcon: IIconProps = { iconName: 'TextDocument' }; - + const tipMessage = documentationLinkAvailable ? + translateMessage('A documentation link for this URL exists. Click learn more to access it') : + translateMessage('Documentation') return ( <> { onDocumentationLinkClicked()} id={buttonId} - ariaLabel={translateMessage('Documentation')} - disabled={!hintsAvailable} + ariaLabel={tipMessage} + disabled={!documentationLinkAvailable} /> - {isCalloutVisible && ( - - - /{requestUrl} - - - - )} ); } diff --git a/src/app/views/query-runner/query-input/auto-complete/suffix/documentation.ts b/src/app/views/query-runner/query-input/auto-complete/suffix/documentation.ts index 435db8fdb..9ddb237d7 100644 --- a/src/app/views/query-runner/query-input/auto-complete/suffix/documentation.ts +++ b/src/app/views/query-runner/query-input/auto-complete/suffix/documentation.ts @@ -31,7 +31,6 @@ class DocumentationService implements IDocumentationService { this.queryVersion = queryVersion; this.requestUrl = requestUrl; this.method = this.sampleQuery.selectedVerb; - } public getDocumentationLink = (): string => { diff --git a/src/app/views/query-runner/query-input/auto-complete/suffix/index.ts b/src/app/views/query-runner/query-input/auto-complete/suffix/index.ts deleted file mode 100644 index ed5c45cdc..000000000 --- a/src/app/views/query-runner/query-input/auto-complete/suffix/index.ts +++ /dev/null @@ -1,8 +0,0 @@ - -export interface IHint { - link?: { - url: string; - name: string; - }; - description?: string; -} diff --git a/src/messages/GE.json b/src/messages/GE.json index e1d6f4711..ada813cb9 100644 --- a/src/messages/GE.json +++ b/src/messages/GE.json @@ -391,7 +391,7 @@ "More path links": "More path links", "Resources available": "Resources available", "Selected Resources": "Selected Resources", - "A documentation link for this URL exists. Click learn more to access it": "A documentation link for this URL exists. Click learn more to access it", + "A documentation link for this URL exists. Click learn more to access it": "A documentation link for this URL exists. Click here to access it", "Feedback": "Help Improve Graph Explorer?", "Comment question": "Tell us more about your experience", "Prompt question": "We'd love your Feedback", From 344bfe841c84cc2f979458f654c8ffbcedd65cae Mon Sep 17 00:00:00 2001 From: Charles Wahome Date: Mon, 27 Mar 2023 16:20:41 +0300 Subject: [PATCH 10/39] backwards compatibility: documentation source --- .../auto-complete/suffix/documentation.ts | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/src/app/views/query-runner/query-input/auto-complete/suffix/documentation.ts b/src/app/views/query-runner/query-input/auto-complete/suffix/documentation.ts index 9ddb237d7..428e54b63 100644 --- a/src/app/views/query-runner/query-input/auto-complete/suffix/documentation.ts +++ b/src/app/views/query-runner/query-input/auto-complete/suffix/documentation.ts @@ -1,6 +1,6 @@ import { IQuery, ISampleQuery } from '../../../../../../types/query-runner'; -import { IResource } from '../../../../../../types/resources'; +import { IResource, ResourceMethod } from '../../../../../../types/resources'; import { GRAPH_URL } from '../../../../../services/graph-constants'; import { sanitizeQueryUrl } from '../../../../../utils/query-url-sanitization'; import { @@ -69,9 +69,16 @@ class DocumentationService implements IDocumentationService { if (matchingResource && matchingResource.labels.length > 0) { const currentLabel = matchingResource.labels.filter(k => k.name === this.queryVersion)[0]; - const methodLabel = currentLabel.methods.find((value) => - value.name?.toLowerCase() === this.method.toLowerCase()); - return methodLabel?.documentationUrl!; + + const method = currentLabel.methods[0]; + if (typeof method === 'string') { + return null; + } + + if (typeof method === 'object') { + return currentLabel.methods.find((value: ResourceMethod) => + value.name?.toLowerCase() === this.method.toLowerCase())?.documentationUrl!; + } } return null; } From 9a0f36c7b75969fa8835d6976b00a7ad7b28f9f1 Mon Sep 17 00:00:00 2001 From: Charles Wahome Date: Tue, 28 Mar 2023 13:39:10 +0300 Subject: [PATCH 11/39] backwards compatibility: method display --- .../resource-explorer/ResourceLink.tsx | 8 +++--- .../resource-explorer.utils.ts | 26 +++++++++++++------ 2 files changed, 23 insertions(+), 11 deletions(-) diff --git a/src/app/views/sidebar/resource-explorer/ResourceLink.tsx b/src/app/views/sidebar/resource-explorer/ResourceLink.tsx index 9b7aebb27..f4e85104f 100644 --- a/src/app/views/sidebar/resource-explorer/ResourceLink.tsx +++ b/src/app/views/sidebar/resource-explorer/ResourceLink.tsx @@ -32,7 +32,8 @@ const ResourceLink = (props: IResourceLinkProps) => { background: getStyleFor(resourceLink.method), textAlign: 'center', marginRight: '12px', - maxHeight: 24 + maxHeight: 24, + textTransform: 'uppercase' } const items = getMenuItems(); @@ -43,8 +44,9 @@ const ResourceLink = (props: IResourceLinkProps) => { className={classes.badge} style={methodButtonStyles} > - {resourceLink.method.toUpperCase()} -
} + {resourceLink.method} + + } diff --git a/src/app/views/sidebar/resource-explorer/resource-explorer.utils.ts b/src/app/views/sidebar/resource-explorer/resource-explorer.utils.ts index 7f1eea451..5bb8e04c9 100644 --- a/src/app/views/sidebar/resource-explorer/resource-explorer.utils.ts +++ b/src/app/views/sidebar/resource-explorer/resource-explorer.utils.ts @@ -1,8 +1,7 @@ import { INavLink, INavLinkGroup } from '@fluentui/react'; import { - IResource, IResourceLabel, IResourceLink, Method, ResourceLinkType, - ResourceMethod + IResource, IResourceLabel, IResourceLink, Method, ResourceLinkType, ResourceMethod } from '../../../../types/resources'; import { versionExists } from '../../../utils/resources/resources-filter'; @@ -30,7 +29,7 @@ export function createResourcesList( function getVersionedChildLinks( parent: IResource, paths: string[], - methods: ResourceMethod[] + methods: Method[] ): IResourceLink[] { const { segment, children } = parent; const links: IResourceLink[] = []; @@ -50,7 +49,7 @@ export function createResourcesList( }, segment, childPaths, - method.name + method ) ); }); @@ -89,7 +88,7 @@ export function createResourcesList( const parentKeyPart = parent === '/' ? 'root' : parent; const methodKeyPart = method ? `-${method?.toLowerCase()}` : ''; const key = `${level}-${parentKeyPart}-${segment}${methodKeyPart}`; - const availableMethods: ResourceMethod[] = getAvailableMethods(labels, version); + const availableMethods: Method[] = getAvailableMethods(labels, version); const versionedChildren = getVersionedChildLinks( info, paths, @@ -99,7 +98,7 @@ export function createResourcesList( // if segment has one method only and no children, do not make segment a node if (availableMethods.length === 1 && versionedChildren.length === 0) { paths = [...paths, segment]; - method = availableMethods[0].name; + method = availableMethods[0]; } const type = getLinkType({ ...info, links: versionedChildren }); const enclosedCounter = @@ -173,11 +172,22 @@ export function removeCounter(title: string): string { export function getAvailableMethods( labels: IResourceLabel[], version: string -): ResourceMethod[] { +): Method[] { + const methods: Method[] = []; const resourceLabel = labels.find( (label: IResourceLabel) => label.name === version )!; - return resourceLabel ? resourceLabel.methods : []; + if (resourceLabel && resourceLabel.methods) { + resourceLabel.methods.forEach(method => { + methods.push(getMethod(method)); + }); + } + return methods; +} + +function getMethod(method: ResourceMethod): Method { + // added to guarantee backwards compatibility with old method definitions + return (typeof method === 'string') ? method as Method : method.name as Method; } export function getUrlFromLink(link: IResourceLink | INavLink): string { From 5b298f627e7ac160910b56c118f0231bb22c206a Mon Sep 17 00:00:00 2001 From: Charles Wahome Date: Wed, 29 Mar 2023 17:06:20 +0300 Subject: [PATCH 12/39] remove unnecessary assertion --- .../views/sidebar/resource-explorer/resource-explorer.utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/views/sidebar/resource-explorer/resource-explorer.utils.ts b/src/app/views/sidebar/resource-explorer/resource-explorer.utils.ts index 5bb8e04c9..0e597ee33 100644 --- a/src/app/views/sidebar/resource-explorer/resource-explorer.utils.ts +++ b/src/app/views/sidebar/resource-explorer/resource-explorer.utils.ts @@ -187,7 +187,7 @@ export function getAvailableMethods( function getMethod(method: ResourceMethod): Method { // added to guarantee backwards compatibility with old method definitions - return (typeof method === 'string') ? method as Method : method.name as Method; + return (typeof method === 'string') ? method : method.name; } export function getUrlFromLink(link: IResourceLink | INavLink): string { From c76c0709217f4d4f3c8bbf51a5a8e9378dcdf6c3 Mon Sep 17 00:00:00 2001 From: Charles Wahome Date: Mon, 3 Apr 2023 15:45:03 +0300 Subject: [PATCH 13/39] make methods uppercase --- src/app/views/sidebar/resource-explorer/panels/Paths.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/views/sidebar/resource-explorer/panels/Paths.tsx b/src/app/views/sidebar/resource-explorer/panels/Paths.tsx index 28fb56289..ea7709119 100644 --- a/src/app/views/sidebar/resource-explorer/panels/Paths.tsx +++ b/src/app/views/sidebar/resource-explorer/panels/Paths.tsx @@ -40,7 +40,8 @@ export default class Paths extends Component { style={{ fontWeight: 'bold', display: 'inline-block', - minWidth: '55px' + minWidth: '55px', + textTransform: 'uppercase' }} > {item.method} From 4ce732278b7800b027a84e14a712b63a9f01cf56 Mon Sep 17 00:00:00 2001 From: Charles Wahome Date: Mon, 3 Apr 2023 15:46:20 +0300 Subject: [PATCH 14/39] ensure exported methods are uppercase --- src/app/views/sidebar/resource-explorer/panels/postman.util.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/views/sidebar/resource-explorer/panels/postman.util.ts b/src/app/views/sidebar/resource-explorer/panels/postman.util.ts index 801324e32..08ee56866 100644 --- a/src/app/views/sidebar/resource-explorer/panels/postman.util.ts +++ b/src/app/views/sidebar/resource-explorer/panels/postman.util.ts @@ -39,7 +39,7 @@ function generateItemsFromPaths(resources: IResourceLink[]): Item[] { const item: Item = { name: `${name}-${version}`, request: { - method: method!, + method: method!.toString().toUpperCase(), url: { raw: `${GRAPH_URL}/${version}${url}`, protocol: 'https', From 687ce0667114938897ba63062738ff16323eb0d3 Mon Sep 17 00:00:00 2001 From: Charles Wahome Date: Tue, 4 Apr 2023 15:14:14 +0300 Subject: [PATCH 15/39] get documentation link from payload --- .../resource-explorer/resource-explorer.utils.ts | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/app/views/sidebar/resource-explorer/resource-explorer.utils.ts b/src/app/views/sidebar/resource-explorer/resource-explorer.utils.ts index 0e597ee33..946f5dd6c 100644 --- a/src/app/views/sidebar/resource-explorer/resource-explorer.utils.ts +++ b/src/app/views/sidebar/resource-explorer/resource-explorer.utils.ts @@ -113,6 +113,14 @@ export function createResourcesList( ? true : false; + let docLink = ''; + if (labels && labels.length > 0) { + const label = labels.find((l) => l.name === version); + if (label) { + docLink = label.methods.find((value: ResourceMethod) => + value.name?.toLowerCase() === method?.toLowerCase())?.documentationUrl!; + } + } return { key, url: key, @@ -124,7 +132,8 @@ export function createResourcesList( paths, method, type, - links: versionedChildren + links: versionedChildren, + docLink }; } From 163c6868172fdb8fcea3d3b8f2df44a25182777e Mon Sep 17 00:00:00 2001 From: Charles Wahome Date: Tue, 4 Apr 2023 15:16:14 +0300 Subject: [PATCH 16/39] show documentation link in resource link --- .../resource-explorer/ResourceLink.tsx | 53 +++++++++++++++++-- src/messages/GE.json | 3 +- src/telemetry/component-names.ts | 1 + 3 files changed, 52 insertions(+), 5 deletions(-) diff --git a/src/app/views/sidebar/resource-explorer/ResourceLink.tsx b/src/app/views/sidebar/resource-explorer/ResourceLink.tsx index f4e85104f..186ad3c10 100644 --- a/src/app/views/sidebar/resource-explorer/ResourceLink.tsx +++ b/src/app/views/sidebar/resource-explorer/ResourceLink.tsx @@ -4,8 +4,10 @@ import { } from '@fluentui/react'; import { CSSProperties } from 'react'; import { FormattedMessage } from 'react-intl'; +import { componentNames, eventTypes, telemetry } from '../../../../telemetry'; import { ResourceLinkType, ResourceOptions } from '../../../../types/resources'; +import { validateExternalLink } from '../../../utils/external-link-validation'; import { getStyleFor } from '../../../utils/http-methods.utils'; import { translateMessage } from '../../../utils/translate-messages'; interface IResourceLinkProps { @@ -21,6 +23,8 @@ const ResourceLink = (props: IResourceLinkProps) => { const tooltipId = getId('tooltip'); const buttonId = getId('targetButton'); + const documentButton = getId('documentButton'); + const documentButtonTooltip = getId('documentButtonTooltip'); const iconButtonStyles = { @@ -38,14 +42,55 @@ const ResourceLink = (props: IResourceLinkProps) => { const items = getMenuItems(); + const openDocumentationLink = () => { + window.open(resourceLink.docLink, '_blank'); + trackDocumentLinkClickedEvent(); + } + + const trackDocumentLinkClickedEvent = async (): Promise => { + const documentationLink = resourceLink.docLink; + const properties: { [key: string]: any } = { + ComponentName: componentNames.RESOURCE_DOCUMENTATION_LINK, + QueryUrl: resourceLink.url, + Link: documentationLink + }; + telemetry.trackEvent(eventTypes.LINK_CLICK_EVENT, properties); + // Check if link throws error + validateExternalLink(documentationLink || '', componentNames.AUTOCOMPLETE_DOCUMENTATION_LINK, documentationLink); + } + return - {resourceLink.method && - + + {resourceLink.docLink ? resourceLink.docLink : translateMessage('Query documentation not found')} + + } + }} > + openDocumentationLink()} + menuIconProps={{ iconName: 'TextDocument' }} + /> + + {resourceLink.method} + } diff --git a/src/messages/GE.json b/src/messages/GE.json index ada813cb9..fa72959c9 100644 --- a/src/messages/GE.json +++ b/src/messages/GE.json @@ -472,5 +472,6 @@ "Documentation": "Documentation", "Query documentation": "Query documentation", "This token is not a jwt token and cannot be decoded by jwt.ms": "This token is not a jwt token and cannot be decoded by jwt.ms", - "The URL must contain graph.microsoft.com": "The URL must contain graph.microsoft.com" + "The URL must contain graph.microsoft.com": "The URL must contain graph.microsoft.com", + "Query documentation not found": "Query documentation not found" } \ No newline at end of file diff --git a/src/telemetry/component-names.ts b/src/telemetry/component-names.ts index a9d238d65..d94f681ec 100644 --- a/src/telemetry/component-names.ts +++ b/src/telemetry/component-names.ts @@ -67,6 +67,7 @@ export const QUERY_URL_AUTOCOMPLETE_DROPDOWN = 'Query URL autocomplete dropdown' // Links export const DOCUMENTATION_LINK = 'Documentation link'; export const AUTOCOMPLETE_DOCUMENTATION_LINK = 'Autocomplete documentation link'; +export const RESOURCE_DOCUMENTATION_LINK = 'Resource documentation link'; export const REPORT_AN_ISSUE_LINK = 'Report an issue link'; export const OFFICE_DEV_PROGRAM_LINK = 'Office dev program link'; export const GRAPH_TOOLKIT_PLAYGROUND_LINK = 'Graph toolkit playground link'; From 3802cf039405430c80576ff8ce254f0c8b39fe03 Mon Sep 17 00:00:00 2001 From: Charles Wahome Date: Tue, 4 Apr 2023 16:44:50 +0300 Subject: [PATCH 17/39] display icons only on hover --- .../resource-explorer/ResourceLink.tsx | 129 ++++++++++-------- 1 file changed, 69 insertions(+), 60 deletions(-) diff --git a/src/app/views/sidebar/resource-explorer/ResourceLink.tsx b/src/app/views/sidebar/resource-explorer/ResourceLink.tsx index 186ad3c10..cd53928ee 100644 --- a/src/app/views/sidebar/resource-explorer/ResourceLink.tsx +++ b/src/app/views/sidebar/resource-explorer/ResourceLink.tsx @@ -1,5 +1,5 @@ import { - ContextualMenuItemType, getId, IconButton, + ContextualMenuItemType, getId, getTheme, IconButton, IContextualMenuItem, mergeStyleSets, TooltipHost } from '@fluentui/react'; import { CSSProperties } from 'react'; @@ -28,8 +28,8 @@ const ResourceLink = (props: IResourceLinkProps) => { const iconButtonStyles = { - root: { marginTop: -5, marginRight: 2 }, - menuIcon: { fontSize: 20, padding: 5 } + root: { marginTop: -5, marginRight: 2, zIndex: 10 }, + menuIcon: { fontSize: 14, padding: 5 } }; const methodButtonStyles: CSSProperties = { @@ -60,37 +60,10 @@ const ResourceLink = (props: IResourceLinkProps) => { } return - {resourceLink.method && <> - - {resourceLink.docLink ? resourceLink.docLink : translateMessage('Query documentation not found')} - - } - }} - > - openDocumentationLink()} - menuIconProps={{ iconName: 'TextDocument' }} - /> - + {resourceLink.method && {resourceLink.method} - } @@ -99,35 +72,58 @@ const ResourceLink = (props: IResourceLinkProps) => { +
+ {resourceLink.method && + + {resourceLink.docLink ? resourceLink.docLink : translateMessage('Query documentation not found')} +
+ } + }} + > + openDocumentationLink()} + menuIconProps={{ iconName: 'TextDocument' }} + /> + + } - {items.length > 0 && - - - - } - }} - > - 0 && + + + + } }} - /> - - } + > + props.resourceOptionSelected(ResourceOptions.ADD_TO_COLLECTION, resourceLink)} + /> + + } +
function getMenuItems() { @@ -158,8 +154,21 @@ const ResourceLink = (props: IResourceLinkProps) => { const linkStyle = mergeStyleSets( { - link: { display: 'flex', lineHeight: 'normal', width: '100%', overflow: 'hidden' }, - resourceLinkNameContainer: { textAlign: 'left', flex: '1', overflow: 'hidden', display: 'flex' }, + link: { + display: 'flex', lineHeight: 'normal', width: '100%', overflow: 'hidden', + div: { + display: 'none' + }, + '&:hover': { + background: getTheme().palette.neutralLighter, + div: { + display: 'inline', + overflow: 'hidden', + alignItems: 'center' + } + } + }, + resourceLinkNameContainer: { textAlign: 'left', flex: '1', overflow: 'hidden', display: 'flex', padding: 5 }, resourceLinkText: { textOverflow: 'ellipsis', overflow: 'hidden', whiteSpace: 'nowrap' } } ); From 51ef44115026998b9e91c1819c1f5ed2e0ac9942 Mon Sep 17 00:00:00 2001 From: Charles Wahome Date: Tue, 4 Apr 2023 18:26:32 +0300 Subject: [PATCH 18/39] fix code smell, remove unused code --- .../resource-explorer/ResourceLink.tsx | 83 ++++++------------- src/messages/GE.json | 2 +- 2 files changed, 26 insertions(+), 59 deletions(-) diff --git a/src/app/views/sidebar/resource-explorer/ResourceLink.tsx b/src/app/views/sidebar/resource-explorer/ResourceLink.tsx index cd53928ee..b21b00450 100644 --- a/src/app/views/sidebar/resource-explorer/ResourceLink.tsx +++ b/src/app/views/sidebar/resource-explorer/ResourceLink.tsx @@ -1,12 +1,9 @@ -import { - ContextualMenuItemType, getId, getTheme, IconButton, - IContextualMenuItem, mergeStyleSets, TooltipHost -} from '@fluentui/react'; +import { getId, getTheme, IconButton, mergeStyleSets, TooltipHost } from '@fluentui/react'; import { CSSProperties } from 'react'; import { FormattedMessage } from 'react-intl'; import { componentNames, eventTypes, telemetry } from '../../../../telemetry'; -import { ResourceLinkType, ResourceOptions } from '../../../../types/resources'; +import { ResourceOptions } from '../../../../types/resources'; import { validateExternalLink } from '../../../utils/external-link-validation'; import { getStyleFor } from '../../../utils/http-methods.utils'; import { translateMessage } from '../../../utils/translate-messages'; @@ -26,7 +23,6 @@ const ResourceLink = (props: IResourceLinkProps) => { const documentButton = getId('documentButton'); const documentButtonTooltip = getId('documentButtonTooltip'); - const iconButtonStyles = { root: { marginTop: -5, marginRight: 2, zIndex: 10 }, menuIcon: { fontSize: 14, padding: 5 } @@ -40,8 +36,6 @@ const ResourceLink = (props: IResourceLinkProps) => { textTransform: 'uppercase' } - const items = getMenuItems(); - const openDocumentationLink = () => { window.open(resourceLink.docLink, '_blank'); trackDocumentLinkClickedEvent(); @@ -79,7 +73,7 @@ const ResourceLink = (props: IResourceLinkProps) => { id={documentButtonTooltip} calloutProps={{ gapSpace: 0, target: `#${documentButton}` }} tooltipProps={{ - onRenderContent: function renderContent() { + onRenderContent: () => { return
{resourceLink.docLink ? resourceLink.docLink : translateMessage('Query documentation not found')}
@@ -99,57 +93,30 @@ const ResourceLink = (props: IResourceLinkProps) => { } - {items.length > 0 && - - - - } - }} - > - props.resourceOptionSelected(ResourceOptions.ADD_TO_COLLECTION, resourceLink)} - /> - - } + { + return
+ +
+ } + }} + > + props.resourceOptionSelected(ResourceOptions.ADD_TO_COLLECTION, resourceLink)} + /> +
- - function getMenuItems() { - const menuItems: IContextualMenuItem[] = []; - - if (resourceLink) { - if (resourceLink.type === ResourceLinkType.NODE) { - menuItems.push( - { - key: 'isolate', - text: translateMessage('Isolate'), - itemType: ContextualMenuItemType.Normal, - onClick: () => props.isolateTree(resourceLink) - }); - } - - menuItems.push( - { - key: ResourceOptions.ADD_TO_COLLECTION, - text: translateMessage('Add to collection'), - itemType: ContextualMenuItemType.Normal, - onClick: () => props.resourceOptionSelected(ResourceOptions.ADD_TO_COLLECTION, resourceLink) - }); - } - return menuItems; - } } const linkStyle = mergeStyleSets( diff --git a/src/messages/GE.json b/src/messages/GE.json index 686c64b10..d0785f56f 100644 --- a/src/messages/GE.json +++ b/src/messages/GE.json @@ -473,7 +473,7 @@ "Query documentation": "Query documentation", "This token is not a jwt token and cannot be decoded by jwt.ms": "This token is not a jwt token and cannot be decoded by jwt.ms", "The URL must contain graph.microsoft.com": "The URL must contain graph.microsoft.com", - "Query documentation not found": "Query documentation not found" + "Query documentation not found": "Query documentation not found", "Fetching code snippet failing": "Retry again", "Fetching permissions failing": "Retry again" } \ No newline at end of file From d046da165d088f0bfae2b34374ff77b5dbb2f3d7 Mon Sep 17 00:00:00 2001 From: Charles Wahome Date: Tue, 4 Apr 2023 18:44:59 +0300 Subject: [PATCH 19/39] change function declaration --- .../sidebar/resource-explorer/ResourceLink.tsx | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/src/app/views/sidebar/resource-explorer/ResourceLink.tsx b/src/app/views/sidebar/resource-explorer/ResourceLink.tsx index b21b00450..e50deab5c 100644 --- a/src/app/views/sidebar/resource-explorer/ResourceLink.tsx +++ b/src/app/views/sidebar/resource-explorer/ResourceLink.tsx @@ -74,9 +74,11 @@ const ResourceLink = (props: IResourceLinkProps) => { calloutProps={{ gapSpace: 0, target: `#${documentButton}` }} tooltipProps={{ onRenderContent: () => { - return
- {resourceLink.docLink ? resourceLink.docLink : translateMessage('Query documentation not found')} -
+ return ( +
+ {resourceLink.docLink ? resourceLink.docLink : translateMessage('Query documentation not found')} +
+ ); } }} > @@ -99,9 +101,11 @@ const ResourceLink = (props: IResourceLinkProps) => { calloutProps={{ gapSpace: 0, target: `#${buttonId}` }} tooltipProps={{ onRenderContent: () => { - return
- -
+ return ( +
+ +
+ ); } }} > From 0e0b7efa7807798538b8846011f477fac700f633 Mon Sep 17 00:00:00 2001 From: Charles Wahome Date: Tue, 4 Apr 2023 18:52:12 +0300 Subject: [PATCH 20/39] use named functions --- src/app/views/sidebar/resource-explorer/ResourceLink.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/views/sidebar/resource-explorer/ResourceLink.tsx b/src/app/views/sidebar/resource-explorer/ResourceLink.tsx index e50deab5c..890a81f7e 100644 --- a/src/app/views/sidebar/resource-explorer/ResourceLink.tsx +++ b/src/app/views/sidebar/resource-explorer/ResourceLink.tsx @@ -73,7 +73,7 @@ const ResourceLink = (props: IResourceLinkProps) => { id={documentButtonTooltip} calloutProps={{ gapSpace: 0, target: `#${documentButton}` }} tooltipProps={{ - onRenderContent: () => { + onRenderContent: function renderDocumentationContent() { return (
{resourceLink.docLink ? resourceLink.docLink : translateMessage('Query documentation not found')} @@ -100,7 +100,7 @@ const ResourceLink = (props: IResourceLinkProps) => { id={tooltipId} calloutProps={{ gapSpace: 0, target: `#${buttonId}` }} tooltipProps={{ - onRenderContent: () => { + onRenderContent: function renderContent() { return (
From b143dc0ad5f091daf5d953fb0f9fcd1843ba9639 Mon Sep 17 00:00:00 2001 From: Charles Wahome Date: Tue, 4 Apr 2023 18:58:45 +0300 Subject: [PATCH 21/39] use similar named function --- src/app/views/sidebar/resource-explorer/ResourceLink.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/views/sidebar/resource-explorer/ResourceLink.tsx b/src/app/views/sidebar/resource-explorer/ResourceLink.tsx index 890a81f7e..0ef0e81d9 100644 --- a/src/app/views/sidebar/resource-explorer/ResourceLink.tsx +++ b/src/app/views/sidebar/resource-explorer/ResourceLink.tsx @@ -73,7 +73,7 @@ const ResourceLink = (props: IResourceLinkProps) => { id={documentButtonTooltip} calloutProps={{ gapSpace: 0, target: `#${documentButton}` }} tooltipProps={{ - onRenderContent: function renderDocumentationContent() { + onRenderContent: function renderContent() { return (
{resourceLink.docLink ? resourceLink.docLink : translateMessage('Query documentation not found')} From 34310ea230cf7c35ab02c12d830e092de5fe1562 Mon Sep 17 00:00:00 2001 From: Elinor Date: Tue, 4 Apr 2023 20:10:33 +0300 Subject: [PATCH 22/39] align chevron --- src/app/views/sidebar/resource-explorer/resources.styles.ts | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/app/views/sidebar/resource-explorer/resources.styles.ts b/src/app/views/sidebar/resource-explorer/resources.styles.ts index 5b0cd4823..917897ac7 100644 --- a/src/app/views/sidebar/resource-explorer/resources.styles.ts +++ b/src/app/views/sidebar/resource-explorer/resources.styles.ts @@ -21,13 +21,11 @@ export const navStyles: any = (properties: any) => ({ chevronIcon: [ properties.isExpanded && { transform: 'rotate(0deg)', - position: 'relative', - top: '-3px' + position: 'relative' }, !properties.isExpanded && { transform: 'rotate(-90deg)', - position: 'relative', - top: '-3px' + position: 'relative' } ], chevronButton: [ From cd48d36c4d36f101872af4e5121b68462fdee9a5 Mon Sep 17 00:00:00 2001 From: Charles Wahome Date: Tue, 4 Apr 2023 20:36:24 +0300 Subject: [PATCH 23/39] remove all references to isolate --- .../resource-explorer/ResourceExplorer.tsx | 121 +++--------------- .../resource-explorer/ResourceLink.tsx | 2 - src/telemetry/component-names.ts | 1 - .../ui/anonymous-experiences/sidebar.spec.ts | 15 --- 4 files changed, 18 insertions(+), 121 deletions(-) diff --git a/src/app/views/sidebar/resource-explorer/ResourceExplorer.tsx b/src/app/views/sidebar/resource-explorer/ResourceExplorer.tsx index f4d9c2e76..552b3678f 100644 --- a/src/app/views/sidebar/resource-explorer/ResourceExplorer.tsx +++ b/src/app/views/sidebar/resource-explorer/ResourceExplorer.tsx @@ -1,6 +1,5 @@ import { - Breadcrumb, DefaultButton, - IBreadcrumbItem, INavLink, INavLinkGroup, Label, Nav, + INavLink, INavLinkGroup, Label, Nav, SearchBox, Spinner, SpinnerSize, Stack, styled, Toggle } from '@fluentui/react'; @@ -12,7 +11,7 @@ import { useDispatch } from 'react-redux'; import { AppDispatch, useAppSelector } from '../../../../store'; import { componentNames, eventTypes, telemetry } from '../../../../telemetry'; import { IQuery } from '../../../../types/query-runner'; -import { IResource, IResourceLink, ResourceLinkType, ResourceOptions } from '../../../../types/resources'; +import { IResourceLink, ResourceLinkType, ResourceOptions } from '../../../../types/resources'; import { setSampleQuery } from '../../../services/actions/query-input-action-creators'; import { addResourcePaths } from '../../../services/actions/resource-explorer-action-creators'; import { GRAPH_URL } from '../../../services/graph-constants'; @@ -24,9 +23,8 @@ import { NoResultsFound } from '../sidebar-utils/SearchResult'; import { sidebarStyles } from '../Sidebar.styles'; import CommandOptions from './command-options/CommandOptions'; import { - createResourcesList, getCurrentTree, - getResourcePaths, - getUrlFromLink, removeCounter + createResourcesList, getResourcePaths, + getUrlFromLink } from './resource-explorer.utils'; import ResourceLink from './ResourceLink'; import { navStyles } from './resources.styles'; @@ -51,31 +49,12 @@ const UnstyledResourceExplorer = (props: any) => { const filteredPayload = getResourcesSupportedByVersion(resourcesToUse, version, searchText); const navigationGroup = createResourcesList(filteredPayload, version, searchText); - const [resourceItems, setResourceItems] = useState(filteredPayload); const [items, setItems] = useState(navigationGroup); useEffect(() => { setItems(navigationGroup); - setResourceItems(filteredPayload) }, [filteredPayload.length]); - const [isolated, setIsolated] = useState(null); - const [linkLevel, setLinkLevel] = useState(-1); - - const generateBreadCrumbs = () => { - if (!!isolated && isolated.paths.length > 0) { - const breadcrumbItems: IBreadcrumbItem[] = []; - isolated.paths.forEach((path: string) => { - path = removeCounter(path); - breadcrumbItems.push({ text: path, key: path, onClick: navigateToBreadCrumb }); - }); - let { name } = isolated; - name = removeCounter(name); - breadcrumbItems.push({ text: name, key: name }); - return breadcrumbItems; - } - return []; - } const addToCollection = (item: IResourceLink) => { dispatch(addResourcePaths(getResourcePaths(item, version))); @@ -95,45 +74,6 @@ const UnstyledResourceExplorer = (props: any) => { return debouce(changeSearchValue, 300); }, []); - const navigateToBreadCrumb = (ev?: any, item?: IBreadcrumbItem): void => { - const iterator = item!.key; - if (iterator === '/') { - disableIsolation(); - return; - } - - if (isolated) { - const { paths } = isolated; - const level = paths.findIndex((k: string) => k === iterator); - const currentTree = getCurrentTree({ paths, level, resourceItems, version }); - isolateTree(currentTree); - } - } - - const isolateTree = (navLink: any): void => { - const tree = [ - { - isExpanded: true, - links: navLink.links - } - ]; - setItems(tree); - setIsolated(navLink); - setLinkLevel(navLink.level); - telemetry.trackEvent(eventTypes.LISTITEM_CLICK_EVENT, - { - ComponentName: componentNames.RESOURCES_ISOLATE_QUERY_LIST_ITEM, - ResourcePath: getUrlFromLink(navLink) - }); - } - - const disableIsolation = (): void => { - setIsolated(null); - setSearchText(''); - const filtered = getResourcesSupportedByVersion(data.children, version); - setLinkLevel(-1); - setItems(createResourcesList(filtered, version)); - } const clickLink = (ev?: React.MouseEvent, item?: INavLink) => { ev!.preventDefault(); @@ -168,8 +108,6 @@ const UnstyledResourceExplorer = (props: any) => { }); } - const breadCrumbs = generateBreadCrumbs(); - if (pending) { return ( { return (
- {!isolated && <> - +
+ + -
- - - - } +
{selectedLinks && selectedLinks.length > 0 && <> @@ -209,24 +144,6 @@ const UnstyledResourceExplorer = (props: any) => { } - { - isolated && breadCrumbs.length > 0 && - <> - -
- - - } - @@ -238,10 +155,8 @@ const UnstyledResourceExplorer = (props: any) => { onRenderLink={(link: any) => { return resourceOptionSelected(activity, context)} - linkLevel={linkLevel} classes={classes} /> }} diff --git a/src/app/views/sidebar/resource-explorer/ResourceLink.tsx b/src/app/views/sidebar/resource-explorer/ResourceLink.tsx index 0ef0e81d9..be693e854 100644 --- a/src/app/views/sidebar/resource-explorer/ResourceLink.tsx +++ b/src/app/views/sidebar/resource-explorer/ResourceLink.tsx @@ -9,9 +9,7 @@ import { getStyleFor } from '../../../utils/http-methods.utils'; import { translateMessage } from '../../../utils/translate-messages'; interface IResourceLinkProps { link: any; - isolateTree: Function; resourceOptionSelected: Function; - linkLevel: number; classes: any; } diff --git a/src/telemetry/component-names.ts b/src/telemetry/component-names.ts index d94f681ec..2475ef0bd 100644 --- a/src/telemetry/component-names.ts +++ b/src/telemetry/component-names.ts @@ -30,7 +30,6 @@ export const REVOKE_PERMISSION_CONSENT_BUTTON = 'Revoke consent to permissions b export const HISTORY_LIST_ITEM = 'History list item'; export const RESOURCES_LIST_ITEM = 'Resources list item'; export const SAMPLE_QUERY_LIST_ITEM = 'Sample query list item'; -export const RESOURCES_ISOLATE_QUERY_LIST_ITEM = 'Resources isolate query list item'; export const ADD_RESOURCE_TO_COLLECTION_LIST_ITEM = 'Add resource to collection list item'; // Tabs diff --git a/src/tests/ui/anonymous-experiences/sidebar.spec.ts b/src/tests/ui/anonymous-experiences/sidebar.spec.ts index d8df1b019..a6789c1e5 100644 --- a/src/tests/ui/anonymous-experiences/sidebar.spec.ts +++ b/src/tests/ui/anonymous-experiences/sidebar.spec.ts @@ -28,21 +28,6 @@ test.describe('Resources Explorer', () => { expect(queryInputValue).toBe('https://graph.microsoft.com/v1.0/admin'); }); - test('should isolate a resource when the isolate button is clicked', async () => { - await page.locator('button[role="tab"]:has-text("Resources")').click(); - await page.evaluate(() => document.fonts.ready); - expect(await page.screenshot()).toMatchSnapshot(); - await page.locator('text=admin (3)More actions >> [aria-label="More actions"]').click(); - await page.evaluate(() => document.fonts.ready); - expect(await page.screenshot()).toMatchSnapshot(); - await page.locator('button[role="menuitem"]:has-text("Isolate")').click(); - await page.evaluate(() => document.fonts.ready); - expect(await page.screenshot()).toMatchSnapshot(); - await page.locator('button:has-text("Close isolation")').click(); - await page.evaluate(() => document.fonts.ready); - expect(await page.screenshot()).toMatchSnapshot(); - }); - test('should add a resource to collection', async () => { await page.locator('button[role="tab"]:has-text("Resources")').click(); await page.evaluate(() => document.fonts.ready); From bde4204ad384906f65561ff5344843a02dd99a63 Mon Sep 17 00:00:00 2001 From: Charles Wahome Date: Fri, 14 Apr 2023 12:06:40 +0300 Subject: [PATCH 24/39] fix failing segments test --- .../resource-explorer.utils.spec.ts | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/src/app/views/sidebar/resource-explorer/resource-explorer.utils.spec.ts b/src/app/views/sidebar/resource-explorer/resource-explorer.utils.spec.ts index dd03935d4..ac83a307b 100644 --- a/src/app/views/sidebar/resource-explorer/resource-explorer.utils.spec.ts +++ b/src/app/views/sidebar/resource-explorer/resource-explorer.utils.spec.ts @@ -54,7 +54,7 @@ describe('Resource payload should', () => { it('return a string without counters', async () => { const version = 'v1.0'; const paths = ['/', 'appCatalogs', 'teamsApps']; - const level = 3 ; + const level = 3; const currentTree = getCurrentTree({ paths, level, @@ -82,12 +82,14 @@ describe('Resource filter should', () => { const pairs = [ { - base: 'https://graph.microsoft.com/v1.0/chats/b214-e0ac-be40/messages/187117c7-af33-4b45-4d34', - tokenised: 'https://graph.microsoft.com/v1.0/chats/{chat-id}/messages/{chatMessage-id}' + base: + 'https://graph.microsoft.com/v1.0/appCatalogs/teamsApps/b214-e0ac-be40/appDefinitions/187117c7-af33-4b45-4d34', + tokenised: + 'https://graph.microsoft.com/v1.0/appCatalogs/teamsApps/{teamsApps-id}/appDefinitions/{appDefinitions-id}' }, { - base: `https://graph.microsoft.com/v1.0/me/messages/${messageId}`, - tokenised: 'https://graph.microsoft.com/v1.0/me/messages/{message-id}' + base: `https://graph.microsoft.com/v1.0/appCatalogs/teamsApps/${messageId}`, + tokenised: 'https://graph.microsoft.com/v1.0/appCatalogs/teamsApps/{teamsApps-id}' } ] From e2c26df2d3cea68ff588a566c76d2a8b0031927e Mon Sep 17 00:00:00 2001 From: Charles Wahome Date: Fri, 14 Apr 2023 12:50:52 +0300 Subject: [PATCH 25/39] fix linting error --- .../views/sidebar/resource-explorer/resource-explorer.utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/views/sidebar/resource-explorer/resource-explorer.utils.ts b/src/app/views/sidebar/resource-explorer/resource-explorer.utils.ts index 6b1dde817..8cf8bad24 100644 --- a/src/app/views/sidebar/resource-explorer/resource-explorer.utils.ts +++ b/src/app/views/sidebar/resource-explorer/resource-explorer.utils.ts @@ -113,7 +113,7 @@ export function createResourcesList( ? true : false; - let docLink = getLink(labels, version, method); + const docLink = getLink(labels, version, method); return { key, From eecf87c0bae7463e9129167077d813858d3c8245 Mon Sep 17 00:00:00 2001 From: Charles Wahome Date: Mon, 17 Apr 2023 18:16:09 +0300 Subject: [PATCH 26/39] show buttons when hover, active and expanded --- .../resource-explorer/ResourceLink.tsx | 48 ++++++++++--------- 1 file changed, 25 insertions(+), 23 deletions(-) diff --git a/src/app/views/sidebar/resource-explorer/ResourceLink.tsx b/src/app/views/sidebar/resource-explorer/ResourceLink.tsx index be693e854..162082d31 100644 --- a/src/app/views/sidebar/resource-explorer/ResourceLink.tsx +++ b/src/app/views/sidebar/resource-explorer/ResourceLink.tsx @@ -16,13 +16,35 @@ interface IResourceLinkProps { const ResourceLink = (props: IResourceLinkProps) => { const { link: resourceLink, classes } = props; + const showButtons = { + background: getTheme().palette.neutralLight, + div: { + display: 'inline', + overflow: 'hidden', + alignItems: 'center' + } + }; + const linkStyle = mergeStyleSets( + { + link: { + display: 'flex', lineHeight: 'normal', width: '100%', overflow: 'hidden', + div: resourceLink.isExpanded ? showButtons : { + display: 'none' + }, + '&:hover, .is-selected &': showButtons + }, + resourceLinkNameContainer: { textAlign: 'left', flex: '1', overflow: 'hidden', display: 'flex', padding: 5 }, + resourceLinkText: { textOverflow: 'ellipsis', overflow: 'hidden', whiteSpace: 'nowrap' } + } + ); + const tooltipId = getId('tooltip'); const buttonId = getId('targetButton'); const documentButton = getId('documentButton'); const documentButtonTooltip = getId('documentButtonTooltip'); const iconButtonStyles = { - root: { marginTop: -5, marginRight: 2, zIndex: 10 }, + root: { marginRight: 1, zIndex: 10 }, menuIcon: { fontSize: 14, padding: 5 } }; @@ -85,7 +107,7 @@ const ResourceLink = (props: IResourceLinkProps) => { role='button' id={documentButton} disabled={!resourceLink.docLink} - aria-describedby={documentButton} + aria-describedby={documentButtonTooltip} styles={iconButtonStyles} onClick={() => openDocumentationLink()} menuIconProps={{ iconName: 'TextDocument' }} @@ -113,7 +135,7 @@ const ResourceLink = (props: IResourceLinkProps) => { id={buttonId} aria-describedby={tooltipId} styles={iconButtonStyles} - menuIconProps={{ iconName: 'AddNotes' }} + menuIconProps={{ iconName: 'BoxAdditionSolid' }} onClick={() => props.resourceOptionSelected(ResourceOptions.ADD_TO_COLLECTION, resourceLink)} /> @@ -121,25 +143,5 @@ const ResourceLink = (props: IResourceLinkProps) => { } -const linkStyle = mergeStyleSets( - { - link: { - display: 'flex', lineHeight: 'normal', width: '100%', overflow: 'hidden', - div: { - display: 'none' - }, - '&:hover': { - background: getTheme().palette.neutralLighter, - div: { - display: 'inline', - overflow: 'hidden', - alignItems: 'center' - } - } - }, - resourceLinkNameContainer: { textAlign: 'left', flex: '1', overflow: 'hidden', display: 'flex', padding: 5 }, - resourceLinkText: { textOverflow: 'ellipsis', overflow: 'hidden', whiteSpace: 'nowrap' } - } -); export default ResourceLink; From c14dfc19783f2062987cc2fb55387e8c035a4cf8 Mon Sep 17 00:00:00 2001 From: Charles Wahome Date: Tue, 18 Apr 2023 16:08:36 +0300 Subject: [PATCH 27/39] remove icons on expand --- src/app/views/sidebar/resource-explorer/ResourceLink.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/views/sidebar/resource-explorer/ResourceLink.tsx b/src/app/views/sidebar/resource-explorer/ResourceLink.tsx index 162082d31..18bb08e64 100644 --- a/src/app/views/sidebar/resource-explorer/ResourceLink.tsx +++ b/src/app/views/sidebar/resource-explorer/ResourceLink.tsx @@ -28,7 +28,7 @@ const ResourceLink = (props: IResourceLinkProps) => { { link: { display: 'flex', lineHeight: 'normal', width: '100%', overflow: 'hidden', - div: resourceLink.isExpanded ? showButtons : { + div: { display: 'none' }, '&:hover, .is-selected &': showButtons From 4bf22eae499e547850d86da8b26b03f510d84884 Mon Sep 17 00:00:00 2001 From: Charles Wahome Date: Mon, 24 Apr 2023 12:59:55 +0300 Subject: [PATCH 28/39] prevent screen from jumping around --- .../views/sidebar/resource-explorer/ResourceLink.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/views/sidebar/resource-explorer/ResourceLink.tsx b/src/app/views/sidebar/resource-explorer/ResourceLink.tsx index 18bb08e64..6fdf1fe0d 100644 --- a/src/app/views/sidebar/resource-explorer/ResourceLink.tsx +++ b/src/app/views/sidebar/resource-explorer/ResourceLink.tsx @@ -1,4 +1,4 @@ -import { getId, getTheme, IconButton, mergeStyleSets, TooltipHost } from '@fluentui/react'; +import { getId, IconButton, mergeStyleSets, TooltipHost } from '@fluentui/react'; import { CSSProperties } from 'react'; import { FormattedMessage } from 'react-intl'; import { componentNames, eventTypes, telemetry } from '../../../../telemetry'; @@ -17,11 +17,8 @@ const ResourceLink = (props: IResourceLinkProps) => { const { link: resourceLink, classes } = props; const showButtons = { - background: getTheme().palette.neutralLight, div: { - display: 'inline', - overflow: 'hidden', - alignItems: 'center' + visibility: 'visible' } }; const linkStyle = mergeStyleSets( @@ -29,7 +26,9 @@ const ResourceLink = (props: IResourceLinkProps) => { link: { display: 'flex', lineHeight: 'normal', width: '100%', overflow: 'hidden', div: { - display: 'none' + visibility: 'hidden', + overflow: 'hidden', + alignItems: 'center' }, '&:hover, .is-selected &': showButtons }, @@ -140,6 +139,7 @@ const ResourceLink = (props: IResourceLinkProps) => { />
+   } From adbb48dc1cd74dbdc5e135bd94999d76b6c39cf3 Mon Sep 17 00:00:00 2001 From: Charles Wahome Date: Mon, 24 Apr 2023 13:13:38 +0300 Subject: [PATCH 29/39] fix alignment for preview collection button --- .../sidebar/resource-explorer/ResourceExplorer.tsx | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/src/app/views/sidebar/resource-explorer/ResourceExplorer.tsx b/src/app/views/sidebar/resource-explorer/ResourceExplorer.tsx index 15eba99e3..9e1630adb 100644 --- a/src/app/views/sidebar/resource-explorer/ResourceExplorer.tsx +++ b/src/app/views/sidebar/resource-explorer/ResourceExplorer.tsx @@ -140,11 +140,13 @@ const UnstyledResourceExplorer = (props: any) => { /> - {selectedLinks && selectedLinks.length > 0 && <> - - - - } + + {selectedLinks && selectedLinks.length > 0 && <> + + + + } + {items[0].links.length > 0 &&
  diff --git a/src/app/views/sidebar/sample-queries/SampleQueries.tsx b/src/app/views/sidebar/sample-queries/SampleQueries.tsx index 418352f11..3906e5c1d 100644 --- a/src/app/views/sidebar/sample-queries/SampleQueries.tsx +++ b/src/app/views/sidebar/sample-queries/SampleQueries.tsx @@ -145,7 +145,7 @@ const UnstyledSampleQueries = (sampleProps?: ISampleQueriesProps): JSX.Element = > Date: Mon, 24 Apr 2023 14:51:46 +0300 Subject: [PATCH 33/39] add "read documentation" text --- src/messages/GE.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/messages/GE.json b/src/messages/GE.json index d0785f56f..2a0184099 100644 --- a/src/messages/GE.json +++ b/src/messages/GE.json @@ -475,5 +475,6 @@ "The URL must contain graph.microsoft.com": "The URL must contain graph.microsoft.com", "Query documentation not found": "Query documentation not found", "Fetching code snippet failing": "Retry again", - "Fetching permissions failing": "Retry again" + "Fetching permissions failing": "Retry again", + "Read documentation": "Read documentation" } \ No newline at end of file From df5e0d7ecf9f69a121acf15c16dd867050e8ad5d Mon Sep 17 00:00:00 2001 From: Charles Wahome Date: Tue, 25 Apr 2023 12:11:07 +0300 Subject: [PATCH 34/39] add correct documentation label --- .../query-input/auto-complete/suffix/SuffixRenderer.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/views/query-runner/query-input/auto-complete/suffix/SuffixRenderer.tsx b/src/app/views/query-runner/query-input/auto-complete/suffix/SuffixRenderer.tsx index 503643bce..18146c1e8 100644 --- a/src/app/views/query-runner/query-input/auto-complete/suffix/SuffixRenderer.tsx +++ b/src/app/views/query-runner/query-input/auto-complete/suffix/SuffixRenderer.tsx @@ -66,8 +66,8 @@ const SuffixRenderer = () => { } const tipMessage = documentationLinkAvailable ? - translateMessage('A documentation link for this URL exists. Click learn more to access it') : - translateMessage('Read Documentation') + translateMessage('Read documentation') : + translateMessage('Query documentation not found') return ( <> From b6c601e46e7beb3a51973025c04567bdfa694fae Mon Sep 17 00:00:00 2001 From: Charles Wahome Date: Tue, 25 Apr 2023 12:14:15 +0300 Subject: [PATCH 35/39] change test to use regex --- src/tests/ui/anonymous-experiences/sidebar.spec.ts | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/tests/ui/anonymous-experiences/sidebar.spec.ts b/src/tests/ui/anonymous-experiences/sidebar.spec.ts index a6789c1e5..0a8fd3f4b 100644 --- a/src/tests/ui/anonymous-experiences/sidebar.spec.ts +++ b/src/tests/ui/anonymous-experiences/sidebar.spec.ts @@ -32,13 +32,9 @@ test.describe('Resources Explorer', () => { await page.locator('button[role="tab"]:has-text("Resources")').click(); await page.evaluate(() => document.fonts.ready); expect(await page.screenshot()).toMatchSnapshot(); - await page.locator('text=admin (3)').click(); - await page.evaluate(() => document.fonts.ready); - expect(await page.screenshot()).toMatchSnapshot(); - await page.locator('text=GETadminMore actions >> [aria-label="More actions"]').click(); + await page.locator('text=RegExp:text=admin \\(\\d+\\)').hover(); await page.evaluate(() => document.fonts.ready); - expect(await page.screenshot()).toMatchSnapshot(); - await page.locator('button[role="menuitem"]:has-text("Add to collection")').click(); + await page.locator('[aria-label="Add to collection"]').click(); await page.evaluate(() => document.fonts.ready); expect(await page.screenshot()).toMatchSnapshot(); await page.locator('[aria-label="Preview collection"]').click(); From 60147b3c93bd9bcea70d853f18fd57ad5b3973bd Mon Sep 17 00:00:00 2001 From: Charles Wahome Date: Tue, 25 Apr 2023 16:45:06 +0300 Subject: [PATCH 36/39] fix flickering tooltip --- .../resource-explorer/ResourceLink.tsx | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) diff --git a/src/app/views/sidebar/resource-explorer/ResourceLink.tsx b/src/app/views/sidebar/resource-explorer/ResourceLink.tsx index 4cf2e32f5..5204eb1c0 100644 --- a/src/app/views/sidebar/resource-explorer/ResourceLink.tsx +++ b/src/app/views/sidebar/resource-explorer/ResourceLink.tsx @@ -1,6 +1,5 @@ -import { getId, IconButton, mergeStyleSets, TooltipHost } from '@fluentui/react'; +import { getId, IconButton, ITooltipHostStyles, mergeStyleSets, TooltipHost } from '@fluentui/react'; import { CSSProperties } from 'react'; -import { FormattedMessage } from 'react-intl'; import { componentNames, eventTypes, telemetry } from '../../../../telemetry'; import { ResourceOptions } from '../../../../types/resources'; @@ -76,6 +75,9 @@ const ResourceLink = (props: IResourceLinkProps) => { validateExternalLink(documentationLink || '', componentNames.AUTOCOMPLETE_DOCUMENTATION_LINK, documentationLink); } + const calloutProps = { gapSpace: 0 }; + const hostStyles: Partial = { root: { display: 'inline-block' } }; + return {resourceLink.method && @@ -93,16 +95,8 @@ const ResourceLink = (props: IResourceLinkProps) => { - -
- ); - } - }} + calloutProps={calloutProps} + styles={hostStyles} > { /> + {resourceLink.method && Date: Tue, 25 Apr 2023 16:55:59 +0300 Subject: [PATCH 37/39] align buttons properly --- .../sidebar/resource-explorer/ResourceLink.tsx | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/src/app/views/sidebar/resource-explorer/ResourceLink.tsx b/src/app/views/sidebar/resource-explorer/ResourceLink.tsx index 5204eb1c0..a603e3a09 100644 --- a/src/app/views/sidebar/resource-explorer/ResourceLink.tsx +++ b/src/app/views/sidebar/resource-explorer/ResourceLink.tsx @@ -112,19 +112,11 @@ const ResourceLink = (props: IResourceLinkProps) => { {resourceLink.method && - {resourceLink.docLink ? translateMessage('Read documentation') - : translateMessage('Query documentation not found')} - - ); - } - }} + styles={hostStyles} > Date: Wed, 26 Apr 2023 10:38:39 +0300 Subject: [PATCH 38/39] add hovering effects --- src/app/views/sidebar/Sidebar.styles.ts | 5 +---- .../sidebar/resource-explorer/ResourceLink.tsx | 13 ++++++------- 2 files changed, 7 insertions(+), 11 deletions(-) diff --git a/src/app/views/sidebar/Sidebar.styles.ts b/src/app/views/sidebar/Sidebar.styles.ts index 42c205113..5c874b3a9 100644 --- a/src/app/views/sidebar/Sidebar.styles.ts +++ b/src/app/views/sidebar/Sidebar.styles.ts @@ -97,10 +97,7 @@ export const sidebarStyles = (theme: ITheme) => { fontWeight: FontWeights.bold, fontSize: FontSizes.small, display: 'inline-block', - paddingLeft: 3, - paddingRight: 3, - paddingTop: 3, - paddingBottom: 3, + padding: 3, color: '#fff', minWidth: '55px', marginRight: '-10%' diff --git a/src/app/views/sidebar/resource-explorer/ResourceLink.tsx b/src/app/views/sidebar/resource-explorer/ResourceLink.tsx index a603e3a09..548a9e208 100644 --- a/src/app/views/sidebar/resource-explorer/ResourceLink.tsx +++ b/src/app/views/sidebar/resource-explorer/ResourceLink.tsx @@ -1,4 +1,4 @@ -import { getId, IconButton, ITooltipHostStyles, mergeStyleSets, TooltipHost } from '@fluentui/react'; +import { getId, getTheme, IconButton, ITooltipHostStyles, mergeStyleSets, TooltipHost } from '@fluentui/react'; import { CSSProperties } from 'react'; import { componentNames, eventTypes, telemetry } from '../../../../telemetry'; @@ -27,10 +27,10 @@ const ResourceLink = (props: IResourceLinkProps) => { div: { visibility: 'hidden', overflow: 'hidden', - alignItems: 'center' + alignSelf: 'center' }, selectors: { - ':hover': showButtons, + ':hover': { background: getTheme().palette.neutralLight, ...showButtons }, ':focus-within': showButtons, '.is-selected &': showButtons } @@ -47,14 +47,13 @@ const ResourceLink = (props: IResourceLinkProps) => { const iconButtonStyles = { root: { marginRight: 1, zIndex: 10 }, - menuIcon: { fontSize: 14, padding: 5 } + menuIcon: { fontSize: 16, padding: 5 } }; const methodButtonStyles: CSSProperties = { background: getStyleFor(resourceLink.method), - textAlign: 'center', - marginRight: '12px', - maxHeight: 24, + alignSelf: 'center', + margin: 2, textTransform: 'uppercase' } From 1f3476de31e064eccbc8438b9d28bf864e54cf46 Mon Sep 17 00:00:00 2001 From: Charles Wahome Date: Wed, 26 Apr 2023 11:02:57 +0300 Subject: [PATCH 39/39] reuse old url --- src/app/services/graph-constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/services/graph-constants.ts b/src/app/services/graph-constants.ts index 4cbe3fc7e..842b846d8 100644 --- a/src/app/services/graph-constants.ts +++ b/src/app/services/graph-constants.ts @@ -5,7 +5,7 @@ export const BETA_USER_INFO_URL = `${GRAPH_URL}/beta/me/profile`; export const USER_PICTURE_URL = `${GRAPH_URL}/beta/me/photo/$value`; export const AUTH_URL = 'https://login.microsoftonline.com'; export const DEFAULT_USER_SCOPES = 'openid profile User.Read'; -export const DEVX_API_URL = 'https://devxapitest.azurewebsites.net'; // Used only for testing resource documentation +export const DEVX_API_URL = 'https://graphexplorerapi.azurewebsites.net'; export const GRAPH_API_SANDBOX_URL = 'https://proxy.apisandbox.msdn.microsoft.com/svc'; export const GRAPH_API_SANDBOX_ENDPOINT_URL =